Replies: 2 comments 1 reply
-
Great observation @xaru8145. We've been recently struggling with this issue... Open-RMF works fine for differential robots but we can't manage to make ackermann vehicles navigate across generated paths, mostly in turns that not match minimum turning radius requirements |
Beta Was this translation helpful? Give feedback.
-
Please see this ticket for a discussion on the same topic open-rmf/rmf_traffic#42 Afik the core team is not working on this feature anymore. Contributions are most welcome. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
First, thanks for development of this great open source library!
I would like to ask for some help in regards of how to deal with Ackermann vehicles in Open-RMF. I have seen some issues in the repo as well as pull request that made an attempt to do that, but the related branches were deleted and the issues were tagged as Research and Development. For example, rmf_traffic issue #42. Besides, it seems like most of the tutorials use differential robots.
The problem we are having is that with rmf_traffic_editor tool you can only create straight lines, which ends up giving an abrupt path really difficult to handle for ackermann vehciles. Also, each point of the traffic line that conforms the path outputted by open-rmf, is sent as a goal to the nav2 stack. Therefore, we do not have a long connected path with all the waypoints but instead we go waypoint by waypoint, which makes it even harder for non-holonomic robots.
I would gladly appreciate any suggestion regarding Open-rmf setups using nav2 and Ackermann vehicles. Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions