Skip to content

ROS package containing scripts utilizing MoveIt specifically MoveIt Commander interface with python

Notifications You must be signed in to change notification settings

Splashed13/panda_moveit

Repository files navigation

panda_moveit

ROS package containing scripts utilizing MoveIt specifically MoveIt Commander interface with python, to be run in a workspace where moveit has been installed from source and panda_moveit_config has been cloned and built.

arm4

Run by entering the following in a terminal

roslaunch panda_moveit run_sim.launch

and then the following in another terminal for the cpp code

rosrun panda_moveit pick_and_place

or for the python code

rosrun panda_moveit pick_and_place.py

Gazebo Integration

Franka Arm has been setup with moveit setup assistant and launched through an include of the demo_gazebo.launch from the panda_moveit_config file

roslaunch panda_moveit run_gazebo.launch

To view the robot parameter details run

rostopic echo -n 1 /move_group/monitored_planning_scene 

To kill all ros processes

killall -9 roscore rosmaster rosout roslaunch
pkill -f gzserver
pkill -f gzclient
pkill -f roslaunch

About

ROS package containing scripts utilizing MoveIt specifically MoveIt Commander interface with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published