Description package for robotont.
cd ~/<YOUR_WORKSPACE_NAME_HERE>/src
git clone https://github.com/robotont/robotont_description.git1.1. rviz
1.2. urdf
1.3. xacro
cd ~/<YOUR_WORKSPACE_NAME_HERE>
rosdep install --from-paths src --ignore-src -r -ycd ~/<YOUR_WORKSPACE_NAME_HERE>
colcon build --packages-select robotont_descriptionsource ~/<YOUR_WORKSPACE_NAME_HERE>/install/setup.bashSupported parameters:
| Name | Default | Description |
|---|---|---|
generation |
3 |
Specify the generation of robotont model that is to be loaded (2.1 and 3 are supported) |
Displays the robot's model in rviz, starts joint_state_publisher and robot_state_publisher
#### Load generation 3 model
ros2 launch robotont_description display_simulated_robot.launch.py#### Load generation 2.1 model
ros2 launch robotont_description display_simulated_robot.launch.py generation:=2.1Starts joint_state_publisher and robot_state_publisher, robot model is published on /robot_description topic.
ros2 launch robotont_description upload_description.launch.pyThis project is licensed under the Apache 2.0 license - see the LICENSE file for more information.