- ROS1 noetic
- MoveIt
- Rviz
- Gazebo
- Extract all the packages into your src folder and build them
- Configure Moveit in your ROS workspace
Use the following commands in your terminal:
cd /catkin_ws
catkin build
Use the following commands in a new terminal: To launch the planning scene
roslaunch newxxx_combined_moveit_config demo.launch
To launch the Gazebo world
roslaunch newxxx_combined_moveit_config gazebo.launch
Make to sure the add the scripts in CmakeLists and then run the following commands in terminal : To run the simulation in the planning scene :
roslaunch newxxx_combined_moveit_config pick_and_place.py
To run the simulation in Gazebo world :
roslaunch newxxx_combined_moveit_config pick_and_place_gazebo.py