diff --git a/README.md b/README.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9553fb34a8f2efaf8129d6e58d70cea27503b687 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,29 @@ +# 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: +```bash +roscd && cd ../src +``` +Clone the repository: +```bash +git clone https://gitlab.iri.upc.edu/mobile_robotics/raadical_project/iri_raadical_msgs.git +``` + +Install ROS dependencies with the following commands: + +```bash +roscd +cd .. +rosdep install -i -r --from-paths src +``` + +Compile your workspace: + +```bash +catkin_make +```