You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched other issues and no duplicate issues were found.
I'm convinced that this is not my fault but a bug.
Description
[component_container_mt-52] terminate called after throwing an instance of 'std::invalid_argument'
[component_container_mt-52] what(): Either base_keys or query_keys is not sorted.
[ERROR] [component_container_mt-52]: process has died [pid 21779, exit code -6, cmd '/opt/ros/galactic/lib/rclcpp_components/component_container_mt --ros-args -r __node:=behavior_planning_container -r __ns:=/planning/scenario_planning/lane_driving/behavior_planning --params-file /tmp/launch_params_b1m0l4fr'].
The way to solve this
allow same query key
this PR
Do not insert same query key to add "DOUBLE_EPSILON" (= 1e-6 for temporary)
Checklist
Description
The way to solve this
allow same query key
this PR
Do not insert same query key to add "DOUBLE_EPSILON" (= 1e-6 for temporary)
autoware.universe/planning/behavior_velocity_planner/src/utilization/path_utilization.cpp
Line 111 in b0e4852
purge resampling points when query is very small enough
might affect other modules
Expected behavior
without invalid argument
Actual behavior
node dies
Steps to reproduce
then node dies
Versions
Possible causes
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: