forked from autowarefoundation/autoware_adapi_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(autoware_adapi_v1_msgs): add manual control mode
Signed-off-by: Takagi, Isamu <[email protected]>
- Loading branch information
1 parent
53cd464
commit 85a39c3
Showing
4 changed files
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
uint8 DISABLED = 1 | ||
uint8 PEDAL = 2 | ||
uint8 ACCEL = 3 | ||
|
||
uint8 mode |
2 changes: 2 additions & 0 deletions
2
autoware_adapi_v1_msgs/manual/msg/ManualControlModeStatus.msg
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
builtin_interfaces/Time stamp | ||
autoware_adapi_v1_msgs/ManualControlMode mode |
3 changes: 3 additions & 0 deletions
3
autoware_adapi_v1_msgs/manual/srv/SelectManualControlMode.srv
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
autoware_adapi_v1_msgs/ManualControlMode mode | ||
--- | ||
autoware_adapi_v1_msgs/ResponseStatus status |