-
Hi, I have one actual Magni robot running on Ubuntu 16.04 with ROS kinetic. I have own laptop running on Ubuntu 20.04 with ROS 2 Foxy and ROS noetic installed. I have tried the office demo world and wonder whether I can run the actual Magni robot and complete a simple delivery request instead of the simulated robot in office demo environment. May I know how I can integrate RMF (rmf_core, fleet manager, fleet adapter, etc) so that the actual robot can do the same as shown in the demo? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I think @cnboonhan is the most experienced with using RMF on real life Magnis, so he might have some advice. |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 I currently use Assuming you have following initial set up:
You should do the following: Magni Robot
Computer
Configuration In particular, you will need to compute the 2d coordinate transformation between your Magni navigation map, and your modified Assuming everything is working ( 👍 ) , you should now be able to connect both devices to the same network, and launch the Feel free to use this script to install CMake on your Magni:
I definitely missed out on some steps that i forgot, so do check back with any issues that you might encounter and hopefully i'll have encountered them before. |
Beta Was this translation helpful? Give feedback.
Hello 👋 I currently use
free_fleet
for the integration magic, so if you use that as well, I can better help with doing this.Assuming you have following initial set up:
rmf_demos
built according to these instructions, but checked out to userelease-21.01
.You should do the following:
Magni Robot
CycloneDDS
necessary forfree_fleet
. If any important dependencies were uninsta…