Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tier4_planning_msgs): safety check debug msg #109

Open
wants to merge 4 commits into
base: tier4/universe
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tier4_planning_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/ExpandStopRange.msg"
"msg/IsAvoidancePossible.msg"
"msg/LaneChangeCommand.msg"
"msg/LaneChangeDebugMsg.msg"
"msg/LaneChangeDebugMsgArray.msg"
"msg/LaneChangeStatus.msg"
"msg/LateralOffset.msg"
"msg/Path.msg"
Expand All @@ -33,6 +31,8 @@ rosidl_generate_interfaces(${PROJECT_NAME}
"msg/PathChangeModuleId.msg"
"msg/PathPoint.msg"
"msg/RerouteAvailability.msg"
"msg/SafetyCheckDebugMsg.msg"
"msg/SafetyCheckDebugMsgArray.msg"
"msg/Scenario.msg"
"msg/StopFactor.msg"
"msg/StopReason.msg"
Expand Down
6 changes: 0 additions & 6 deletions tier4_planning_msgs/msg/LaneChangeDebugMsg.msg

This file was deleted.

2 changes: 0 additions & 2 deletions tier4_planning_msgs/msg/LaneChangeDebugMsgArray.msg

This file was deleted.

8 changes: 8 additions & 0 deletions tier4_planning_msgs/msg/SafetyCheckDebugMsg.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
unique_identifier_msgs/UUID object_uuid
string unsafe_reason
bool is_safe
bool is_front
bool is_after_approval
geometry_msgs/Pose object_pose
geometry_msgs/Polygon extended_ego_polygon
geometry_msgs/Polygon extended_obj_polygon
3 changes: 3 additions & 0 deletions tier4_planning_msgs/msg/SafetyCheckDebugMsgArray.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
std_msgs/Header header
tier4_planning_msgs/SafetyCheckDebugMsg[] safe
tier4_planning_msgs/SafetyCheckDebugMsg[] unsafe
Loading