Open Vikash-iitd opened 8 months ago
Hi! Did you manage to solve this? I am running into the same issue
This error indicates that there is likely a parameter misconfiguration which leads to improper collision checking.
Please make sure you adjust the robot
values in the config.
You can also visualize the collision bodies in RVizi under the /art_planner/collision_boxes
topic.
Please note that this planner is explicitly designed for omnidirectional legged robots. You can somehow hack the lazy_prm_start_min_update
planner to do something but this is not advisable.
Hi, I want to use art planner for differential drive robots. I am getting elevation map from elevation mapping cupy package and it looks fine. However, I am not able to plan a path on elevation_map using
LazyPRMstar
. I also triedRRTStar
as well on elevation_mapping. it is showing errorError: LazyPRMstar: There are no valid initial states!
.The following is what I have tried as of now:
LazyPrmStar
andRRTStar
works fine and I am able to plan a path on that.I have read issues as well regarding which says that robot should be on elevation_map. It should be able to plan a path then.
I am new to this package , I tried all the things mentioned in earlier issues. Can you guide me that how to use this package for differential drive robots? What all parameters I should change to make it work for differential drive robots?