Skip to content

Commit

Permalink
Refined ROS topic usage in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennowotny committed May 14, 2021
1 parent 8d4bd6f commit 03f1991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package provides a ROS package that, given a setpoint stream, output channe

---
## Usage
To use WResponseControl, place this project in your ROS package directory and make a launch file like `launch/demo.launch` and use a YAML ROS parameters file like `demo/demo.yaml` to configure what controllers you want and how you want them to work.
To use WResponseControl, place this project in your ROS package directory and make a launch file like `launch/demo.launch` and use a YAML ROS parameters file like `demo/demo.yaml` to configure what controllers you want and how you want them to work. When setting up what ROS topics should be used, keep in mind that the only supported message type is `std_msgs/Float64`.

---
## Future Work
Expand Down

0 comments on commit 03f1991

Please sign in to comment.