-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ID to RobotCommand, add header to RobotState
- Some robots require DO commands to be tagged with a unique ID. Add id field and information about this field to the README. - RobotState now has a header (will make logs of RobotState messages better, and will make pulling these messages out of rosbags easier) - Increase version to 2.0.0
- Loading branch information
Showing
4 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package> | ||
<name>sar_robot_command_msgs</name> | ||
<version>0.1.0</version> | ||
<version>2.0.0</version> | ||
<description>Command messages for telling SAR robots what to do</description> | ||
|
||
<maintainer email="[email protected]">jakory</maintainer> | ||
|