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 has been archived by the owner on Jun 8, 2023. It is now read-only.
1.Using the Obstace_avoid node and opening the Avoidance option, it is impossible to avoid obstacles in the test of a real car and can only stop before an obstacle.
2.I used the following nodes:
lane_rule;
lane_stop;
lane_select;
obstace_avoid;
velocity_set;
pure_suit;
euclidean_cluster;
points2costmap;
grid_map_filiter;
I can get /real_cost_map and send it to grid_map,but it's still parked in front of the barrier, not avoiding it.
The text was updated successfully, but these errors were encountered:
Mor-harry
changed the title
Obstacle_avoid
Obstace_avoid node can not avoid obstacles in a real car.
May 29, 2018
I have tried a lot off code in different machines, tested different amount off code combination/configuration, called related nodes on launch files, modified the planners parameters, marked the checkboxes on runtime manager, debugged the topics on RQT/RVIZ/ECHO etc...
However I still was not able to solve this alone, the car does not avoid the obstacle anyway. I am sure you can give me some good advice to find a solution for A*/way_planner/safety/final waypoints distort the global planner far from obstacle.
I have followed your comments on git, slash, ROS answers, etc and I believe you can help, you have a solid knowledge about Autoware modules. Could you please assist me on this regard please?
Bug
1.Using the Obstace_avoid node and opening the Avoidance option, it is impossible to avoid obstacles in the test of a real car and can only stop before an obstacle.
2.I used the following nodes:
lane_rule;
lane_stop;
lane_select;
obstace_avoid;
velocity_set;
pure_suit;
euclidean_cluster;
points2costmap;
grid_map_filiter;
I can get /real_cost_map and send it to grid_map,but it's still parked in front of the barrier, not avoiding it.
The text was updated successfully, but these errors were encountered: