mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 19:54:57 +08:00
Adding ROS stuff to the read me
This commit is contained in:
parent
ae27a7bafc
commit
c5d8a3c836
26
README.md
26
README.md
@ -41,6 +41,32 @@ Build the documentation:
|
|||||||
|
|
||||||
Comming Soon!
|
Comming Soon!
|
||||||
|
|
||||||
|
## Using within ROS workspace
|
||||||
|
|
||||||
|
Setup workspace (skip if you already have one):
|
||||||
|
|
||||||
|
mkdir some_ros_workspace
|
||||||
|
rosws init some_ros_workspace
|
||||||
|
cd some_ros_workspace
|
||||||
|
source setup.bash
|
||||||
|
|
||||||
|
Add the rosinstall entry for this library:
|
||||||
|
|
||||||
|
echo "" >> .rosinstall
|
||||||
|
|
||||||
|
Rerun rosinstall:
|
||||||
|
|
||||||
|
rosinstall .
|
||||||
|
source setup.bash
|
||||||
|
|
||||||
|
Build the unary stack:
|
||||||
|
|
||||||
|
rosmake serial --rosdep-install
|
||||||
|
|
||||||
|
Run the example:
|
||||||
|
|
||||||
|
rosrun serial serial_example
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The BSD License
|
The BSD License
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user