Skip to content

Commit

Permalink
Clean up and format robot_translation_node
Browse files Browse the repository at this point in the history
- Fix line wrapping, whitespace, and comment style in the
  robot_translation_node.
- Remove unused functions.
- Add some comments explaining what's going on.
- While cleaning up, reword a couple sentences in the README for
  clarity.
  • Loading branch information
jakory committed Oct 28, 2016
1 parent c2b564d commit dc865fa
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 183 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,15 @@ See
[sar\_robot\_command\_msgs](https://github.com/personal-robots/sar_robot_command_msgs
"sar_robot_command_msgs") for more info about these messages.



### Robot-specific messages

The program will publish messages to robot-specific topics depending on which
robot is set in the configuration file.
The program will publish and subscribe to robot-specific topics depending on
which robot is set in the configuration file.

TODO: Determine message types and ROS topic names for each robot platform.
TODO: Determine message types and ROS topic names for each robot platform, and
list here.

## Version and dependency notes

Expand Down
Loading

0 comments on commit dc865fa

Please sign in to comment.