Skip to content

Commit

Permalink
change uuid to ros
Browse files Browse the repository at this point in the history
Signed-off-by: Zulfaqar Azmi <[email protected]>
  • Loading branch information
zulfaqar-azmi-t4 committed Nov 20, 2023
1 parent 98d517f commit d42794a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tier4_planning_msgs/msg/SafetyCheckDebugMsg.msg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
string object_id
unique_identifier_msgs/UUID object_uuid
string unsafe_reason
bool is_safe
bool is_front
bool after_apprroval

Check warning on line 5 in tier4_planning_msgs/msg/SafetyCheckDebugMsg.msg

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (apprroval)
geometry_msgs/Pose object_pose
geometry_msgs/Polygon extended_ego_polygon
geometry_msgs/Polygon extended_obj_polygon
4 changes: 3 additions & 1 deletion tier4_planning_msgs/msg/SafetyCheckDebugMsgArray.msg
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
std_msgs/Header header
tier4_planning_msgs/SafetyCheckDebugMsg[] info
tier4_planning_msgs/SafetyCheckDebugMsg[] safe
tier4_planning_msgs/SafetyCheckDebugMsg[] unsafe

0 comments on commit d42794a

Please sign in to comment.