Skip to content
Snippets Groups Projects
Alopez's avatar
Alejandro Lopez Gestoso authored
Added get_current_room and get_current_person_pose servcies. Removed pose and room from from feedback and result
b5a42e00
History
Name Last commit Last update
action
msg
srv
CMakeLists.txt
README.md
package.xml

Description

This package provides the necessary msgs, service and actiosn for the raadical project. Each file has its own description.

Installation

Move to the active workspace:

roscd && cd ../src

Clone the repository:

git clone https://gitlab.iri.upc.edu/mobile_robotics/raadical_project/iri_raadical_msgs.git

Install ROS dependencies with the following commands:

roscd
cd ..
rosdep install -i -r --from-paths src

Compile your workspace:

catkin_make