Skip to content

robotont/robotont_nuc_description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotont_nuc_description

ROS 2 CI License

Overview

Description package for robotont including an onboard computer NUC and Realsense D435i camera.

Table of Contents


Installation

1. Clone the Repository

cd ~/<YOUR_WORKSPACE_NAME_HERE>/src
git clone https://github.com/robotont/robotont_nuc_description.git

Dependencies

1. List of dependencies

1.1. robotont_description
1.2. realsense2_description
1.3. rviz
1.4. urdf
1.5. xacro

2. Install dependencies

cd ~/<YOUR_WORKSPACE_NAME_HERE>
rosdep install --from-paths src --ignore-src -r -y

Building the package

cd ~/<YOUR_WORKSPACE_NAME_HERE>
colcon build --packages-select robotont_nuc_description

Launch files

1. Source workspace

source ~/<YOUR_WORKSPACE_NAME_HERE>/install/setup.bash

2. Available launch files

Supported parameters:

Name Default Description
generation 3 Specify the generation of robotont model that is to be loaded (2.1 and 3 are supported)

2.1. Display simulated robot

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.1

2.2. Description

Starts joint_state_publisher and robot_state_publisher, robot model is published on /robot_description topic.

ros2 launch robotont_nuc_description description.launch.py

License

This project is licensed under the Apache 2.0 license - see the LICENSE file for more information.

About

ROS package with robotont base, nuc, and realsense

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages