-
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 bool interrupt field to RobotCommand
- The boolean field "interrupt" can be used to indicate that the command should interrupt and replace any behavior the robot is currently doing. - Updated README to explain the difference between the "interrupt" field and using flags to tag actions as blocking or non-blocking in action commands in "DO" strings. - Update version number in package.xml.
- Loading branch information
Showing
3 changed files
with
56 additions
and
19 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
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>1.0.0</version> | ||
<version>2.0.0</version> | ||
<description>Command messages for telling SAR robots what to do</description> | ||
|
||
<maintainer email="[email protected]">jakory</maintainer> | ||
|