Skip to content

robotont/robotont_lite_description

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robotont_lite_description

Description package for robotont lite version that contains meshes, URDF and xacro files.

Dependencies

  1. List of dependencies

1.1. rviz

1.2. urdf

1.3. xacro

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

Clone the repository

From the src folder of your workspace:

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

Build

From the root of your workspace:

cd ~/<YOUR_WORKSPACE_NAME>
colcon build --packages-select robotont_lite_description
source install/setup.bash

Usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published