This package contains the ROS2 messages used by the Roboasset project.
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