GithubHelp home page GithubHelp logo

jumaisynba / my_eggs Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 47.79 MB

Python 33.42% C++ 32.14% Shell 0.84% CMake 2.38% Common Lisp 19.50% JavaScript 8.09% C 0.02% Lex 3.24% Roff 0.24% PicoLisp 0.06% NewLisp 0.01% EmberScript 0.01% Dockerfile 0.01% HTML 0.01% NASL 0.01% Makefile 0.01% TeX 0.02%

my_eggs's Introduction

#EGG HANDLING

#Run a controller for the Schunk Gripper roslaunch schunk_ezn64 ezn64_usb_control.launch

#Opening port for the gripper (last nums might be different or all nums, check the terminal window)

sudo chmod 666 /dev/bus/usb/001/013

#Using rosservice Reference the gripper

rosservice call /schunk_ezn64/reference

#[Optional] If errors acknowledge them

rosservice call /schunk_ezn64/acknowledge_error 

#Laucn node to recieve the values from the Arduino and Force Sensor (FSR)

rosrun rosserial_python serial_node.py _port:=/dev/ttyACM0 _baud:=9600

#Launch Server to handle values recieved from the DualSense Controller and publish them to the topics

python3 /home/dimash/Dimash/Server_DualSenseControl.py

#Launch Client that is getting values of the DualSense and recieves values for Force Feedback from FSR

sudo python3 /home/dimash/Dimash/Client_DualSenseControl.py

#UR10 modern driver: improving usability as well as enabling compatibility of ros_control

roslaunch ur_modern_driver ur10_bringup.launch robot_ip:=192.168.1.103

#Run your python script to bring the robot to the specified location

rosrun calibrate_rgb_sensor_rustam move_robot_back_rustam.py

#How to change initial position and orientation of UR10

#manually move the robot via UR5 teach pendant #check rostopic echo /joint_states #copy the position to move_robot_back.py

#Launch Bar Graph for FSR vizualizations

python /home/dimash/Dimash/BarFSR.py

python /home/dimash/Dimash/Data_Recorder.py


#moveit: planning capability

roslaunch ur10_moveit_config ur10_moveit_planning_execution.launch

#source your environment

source ~/catkin_ws/devel/setup.bash

#RUN a node to control the robot #Listener for the UR5

rosrun move_ur_sim desired_velocities_node

#Main programs for experiments

rosrun calibrate_rgb_sensor_rustam ur5_nsh_experiment

my_eggs's People

Contributors

jumaisynba avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.