Gazebo simulation of human and Universal Robots ur5
Quick start
-
Open terminal and enter following commands one by one
-
sudo apt-get install ros-melodic-moveit ros-melodic-cob-srvs ros-melodic-ros-controllers
-
cd ~/catkin_ws/src
-
cd ..
-
rosdep install -r --from-paths src --ignore-src --rosdistro melodic
-
mkdir devel/include/ur5_notebook
-
cp src/ur5_human_gazebo/ur5_notebook/blocks_poses.h devel/include/ur5_notebook/
-
catkin_make
-
source devel/setup.bash
-
cd src/ur5_human_gazebo/ur5_notebook && chmod +x *.py
-
To launch simulation enter "roslaunch ur5_notebook simulation.launch"
-
To launch robot enter "roslaunch ur5_notebook robot.launch"
-
To launch human enter "roslaunch ur5_notebook human.launch"