Skip to content

Commit

Permalink
Update README.md - add link to Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mglord authored Feb 19, 2020
1 parent 3f8493b commit 8be847e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ Optional launch parameters:
- imu_rate: sample rate for IMU data (hz), default: 100
- debug: output debug info? default: false
- diagnostics: output diagnostic info? default: true

To check published topics:

rostopic list

**Example**: Connect to and publish data from two devices simultaneously:
**Example**: Connect to and publish data from two devices simultaneously
In two different terminals:

roslaunch ros_mscl microstrain.launch name:=sensor1234
Expand All @@ -48,10 +52,8 @@ In two different terminals:
This will launch two nodes that publish data to different namespaces:
- sensor1234, connected over port: /dev/ttyACM0
- bestSensor, connected over port: /dev/ttyACM1

To check published topics:

rostopic list

An example subscriber node can be found here: [ROS-MSCL Examples](https://github.com/LORD-MicroStrain/ROS-MSCL/tree/master/Examples)


## License
Expand Down

0 comments on commit 8be847e

Please sign in to comment.