-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
184df67
commit 6e95d54
Showing
4 changed files
with
24 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
5 changes: 5 additions & 0 deletions
5
clearpath_outdoornav_msgs/clearpath_safety_msgs/msg/AssistedTeleopState.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,5 @@ | ||
# Assisted teleoperation message indicating the current state of the protection | ||
|
||
bool bypassed | ||
bool collision_imminent | ||
bool platform_stopped |
3 changes: 3 additions & 0 deletions
3
clearpath_outdoornav_msgs/clearpath_safety_msgs/msg/ObstacleMap.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,3 @@ | ||
# Assisted teleoperation message indicating the threat level of obstacles surrounidng the platform | ||
|
||
float32[] threat_level |
9 changes: 9 additions & 0 deletions
9
clearpath_outdoornav_msgs/clearpath_safety_msgs/srv/BypassProtection.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,9 @@ | ||
# Should protection of all inputs be bypassed? | ||
bool bypass | ||
|
||
--- | ||
|
||
# True if we successfully bypassed the protection of the inputs. | ||
# False if there was an error | ||
bool success | ||
string message |