Change README

This commit is contained in:
winterhalderp 2021-05-24 12:10:00 +02:00
parent f7e171062c
commit 856426ed43
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,10 @@
# Custom Interface Package
ROS2 Package for creating custom interfaces
A ROS2 Package for creating custom interfaces, such as message, service and action files.
Now under new rule
## Installation
Installing this package means copying the folder "custom_interfaces/" into your already _sourced_ colcon workspace, or by creating another colcon workspace and adding it to _.bashrc_ (`sudo nano ~/.bashrc`):
```bash
cmd="$HOME/<patch_to_colcon_workspace>/install/local_setup.bash"
source $cmd
echo "ROS Overlay: "$cmd
```