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

refactor(tier4_planning_msgs): update lane change debug messages #99

Draft
wants to merge 1 commit into
base: tier4/universe
Choose a base branch
from
Draft
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
34 changes: 28 additions & 6 deletions tier4_planning_msgs/msg/LaneChangeDebugMsg.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
string object_id
bool allow_lane_change
bool is_front
geometry_msgs/Pose relative_distance
float64 velocity
string failed_reason
string object_uuid

# Reason, if any, for the lane change process being unsafe.
string unsafe_reason

# if true, the current situation or condition is deemed safe.
bool is_safe

# if true, lane change is approved.
bool is_lane_change_approved

# if true, object is approaching from behind the ego vehicle.
bool is_object_coming_from_rear

# if true, object ends up in front of the ego vehicle.
bool object_final_position

# RSS distance
float64 stop_distance_from_front_obj

# gap between ego vehicle and the object
float64 vehicle_gap

# extended polygon lateral offset
float64 lateral_offset

# extended polygon longitudinal offset
float64 longitudinal_offset