diff --git a/README.md b/README.md index 9a9ab80..0f062bb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# decawave_ros + +This is a ROS python package for interfacing with the DecaWave TREK1000 modules. This package includes a python package that can parse the TREK1000 serial messages and a basic script to evaluate the module. Currently, the node only publishes the received distance measurements from the anchors/tags. Future work will include incorportating localization filter nodes. ## Quickstart @@ -11,4 +14,5 @@ Start the ROS core service
`roscore` Launch the publisher
-`roslaunch decawave_ros decawave_publisher.launch` \ No newline at end of file +`roslaunch decawave_ros decawave_publisher.launch` +