Clone the repo
git clone https://github.com/Bp91230/Projet_integration_ROS.gitSetup environment
cd catkin_ws
. /opt/ros/noetic/setup.bash
catkin build
. devel/setup.bashroslaunch moveit_setup_assistant setup_assistant.launchA version of the URDF is available in the repo from the start (catkin_ws/src/motoman_copy/motoman_hc10_support/urdf/model_hc10.urdf) but if modifications to the xacro files was made, you need to re-generate it. To do that execute the following command in a terminal from the catkin_ws folder.
rosrun xacro xacro src/motoman_copy/motoman_hc10_support/urdf/hc10.xacro -o src/motoman_copy/motoman_hc10_support/urdf/model_hc10.urdfTo generate the graph
urdf_to_graphiz src/motoman_copy/motoman_hc10_support/urdf/model_hc10.urdfroslaunch hc10_moveit_config demo.launch roslaunch hc10_moveit_config demo_gazebo.launch