How can i use openRMF along with free fleet #63
Replies: 2 comments 6 replies
-
Hi, I am also facing this issue with the integration of free fleet and rmf Environment
Description
|
Beta Was this translation helpful? Give feedback.
-
Are you asking how to do RMF integration for a robot that operates entirely in free space? If so, that's an ongoing effort that we're undertaking. The main challenge is that it requires fast time-configuration space motion planning through free space in the presence of moving obstacles. That type of motion planning is an active area of research, so it's not well supported by many existing software libraries. Our goal for this is to implement RMF integration directly into the ros2 nav2 stack, but I don't anticipate that being finished for another year. In the meantime, you could try giving the fleet adapter a highly connective nav graph that thoroughly covers the free space of your environment, and then allow the nav stack to deviate somewhat around obstacles. Unless you have very specific navigation needs, I think this should work pretty well. |
Beta Was this translation helpful? Give feedback.
-
Greetings,
I have a query regarding free fleet integration with the open rmf.
I am using the following tutorial for making the whole thing work.
https://osrf.github.io/ros2multirobotbook/integration_free-fleet.html
I am stuck at the integration part only. I am able to use the free fleet independently
to control a robot over ros1 client and ros2 server.
What I want to achieve is to integrate the open rmf with your free fleet.
Like currently the open rmf uses waypoint navigation for navigating the robot from point to point.
But I want to use the navigation stack to implement that part.
Specs:
Ubuntu 20.0.4LTS
Ros1 Noetic
Ros2 Foxy
Beta Was this translation helpful? Give feedback.
All reactions