1
0
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:
William Woodall 2012-01-01 01:25:22 -06:00
parent ae27a7bafc
commit c5d8a3c836

View File

@ -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