-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improves comments and adds more states for nav ctrl msgs
- Loading branch information
1 parent
3826268
commit 684c772
Showing
2 changed files
with
6 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# Control the way point/trajectory navigation | ||
# control the way point/trajectory navigation | ||
int8 control | ||
|
||
int8 STOP = 0 | ||
int8 START = 1 | ||
int8 PAUSE = 2 | ||
|
||
# Name of the way point(s) / trajectory to be execute/stopped/paused | ||
# name of the way point(s) / trajectory to be execute | ||
# leave empty, when stopping or pausing | ||
string goal_name |
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