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
{{ message }}
This repository was archived by the owner on Mar 10, 2023. It is now read-only.
I' am still trying to implement an obstacle avoidance scenario in CARLA. So far i was able to create curb data for my vector map and detect it using the in-build "curb detection" from the op_local_planner package.
Currently I have the issue that my vehicle is switching multiple times between different rollouts during an avoidance-process. The decision to choose a rollout is done by the op_trajectory_evaluator and this one gets as input data the contour of the tracked objects as far as I understand.
What is happening at that exact moment when starting the avoidance does the euclidean_cluster_node, the lidar_contour_tracker or the op_local_planner cause this behavior ??
How can I minimize this inconsistency ?? Any idea ?
Please take a look at the video to understand what I mean.
Hey everyone,
I' am still trying to implement an obstacle avoidance scenario in CARLA. So far i was able to create curb data for my vector map and detect it using the in-build "curb detection" from the op_local_planner package.
Required information:
-- https://github.com/hatem-darweesh/core_planning/tree/openplanner.1.13
-- https://github.com/hatem-darweesh/core_perception/tree/openplanner.1.13
-- https://github.com/hatem-darweesh/common/tree/openplanner.1.13
My current setup:
Question:
Currently I have the issue that my vehicle is switching multiple times between different rollouts during an avoidance-process. The decision to choose a rollout is done by the op_trajectory_evaluator and this one gets as input data the contour of the tracked objects as far as I understand.
What is happening at that exact moment when starting the avoidance does the euclidean_cluster_node, the lidar_contour_tracker or the op_local_planner cause this behavior ??
How can I minimize this inconsistency ?? Any idea ?
Please take a look at the video to understand what I mean.
testing_local_plannin_4-2022-06-28_22.46.35.online-video-cutter.com.mp4
I also add some images with my parameter settings.

Thanks in advance.