The chefbot_description package contains the URDF model of our robot. Before creating this package by yourself, you can go through the downloaded packages of Chefbot from chapter3_codes. It will help you to speed up the process.
Let's check how to create the chefbot_description package. The following procedure will guide you in creating this package:
- First, we need to switch to the chefbot folder in the src folder:
$ cd ~/catkin_ws/src/
- The following command will create the robot description package along with dependencies, such as urdf and xacro. This will create the chefbot_description package in the catkin_ws/src folder:
$ catkin_create_pkgchefbot_descriptioncatkinxacro
- Copy all the folders ...