Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 390 Bytes

Roboasset ROS2 messages

This package contains the ROS2 messages used by the Roboasset project.

Installation

Clone this repository into your workspace and build it using colcon.

cd ~/dev_ws/src  # Or wherever your workspace is
git clone https://github.com/roboticslab-uc3m/roboasset-msgs.git
cd ..
colcon build --packages-select roboasset_msgs
source install/setup.bash