Open planner stack and dp planner
Hello everyone.
I am currently trying to get OP planner avoid and stop before obstacles, so far without success.
So far the nodes I use are :
Global planning :
op_global_planner
Local planning :
op_common_params
op_behavior_selector
op_motion_predictor
op_trajectory_evaluator
op_trajectory_generator
Obstacle detection :
- ray_ground_filter
- lidar_euclidean_cluster_detect
- imm_ukf_pda_track
It works perfectly to generate a path and follow it. Roll out trajectories are also generated. The problem is that nothing subscribes to any obstacle detection topic.
Do you know if this is supposed to work like this ? And how to get OP use detected objects ?
I also stumbled across this GitHub issue about dp_planner
and it seems that it includes object detection. I also checked the Autoware Package and it seems that it contains parameters related to object detection. But of course no documentation.
Should I drop all the op_xxx
packages and use dp_planner
instead ? Do they work together ?
There is no information anywhere.
@Hatem , You helped me before, would you be so kind to have a look at this too ? ๐
Of course anyone is welcome to give me a hint here.