Description package for robotont including an onboard computer NUC and Realsense D435i camera.
cd ~/<YOUR_WORKSPACE_NAME_HERE>/src
git clone https://github.com/robotont/robotont_nuc_description.git1.1. robotont_description
1.2. realsense2_description
1.3. rviz
1.4. urdf
1.5. xacro
cd ~/<YOUR_WORKSPACE_NAME_HERE>
rosdep install --from-paths src --ignore-src -r -ycd ~/<YOUR_WORKSPACE_NAME_HERE>
colcon build --packages-select robotont_nuc_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 (can also specify 'generation:=3')
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_nuc_description description.launch.pyThis project is licensed under the Apache 2.0 license - see the LICENSE file for more information.