Description package for robotont lite version that contains meshes, URDF and xacro files.
- List of dependencies
1.1. rviz
1.2. urdf
1.3. xacro
- Install dependencies
cd ~/<YOUR_WORKSPACE_NAME_HERE>
rosdep install --from-paths src --ignore-src -r -y
This package depends on the robotont_description package.
So, make sure that robotont_description is cloned into the same ROS 2 workspace as robotont_lite_description.
From the src folder of your workspace:
cd ~/<YOUR_WORKSPACE_NAME_HERE>/src
git clone https://github.com/robotont/robotont_lite_description.git
From the root of your workspace:
cd ~/<YOUR_WORKSPACE_NAME>
colcon build --packages-select robotont_lite_description
source install/setup.bash
To display the robot model run:
ros2 launch robotont_lite_description display_robot_model.launch.py
This launch file will start the necessary nodes and load the Robotont Lite description into RViz.