Setting up RMF for custom physical Robot #142
Replies: 2 comments 3 replies
-
Cool robot! Nice to see that you're integrating your robot with RMF via You can find more information on the When running RMF with real robots, remember to set the You can then send task requests for your robot to perform via RMF. There are multiple ways to do this including 1) CLI 2) RMF Panel or using rmf-web. For examples of the first two options see the README in
But this approach is not ideal. The correct way to send a single waypoint request is to submit a Good luck with the integration. |
Beta Was this translation helpful? Give feedback.
-
I have my map.yaml and also 0.yaml but i am unable to load into rviz saying like no such file exists after doing colcon build i cant find these in share folder also, can you help em out in this? @Yadunund @jerinpeter |
Beta Was this translation helpful? Give feedback.
-
I have been trying to setup rmf for my custom made ROS Robot
Things I have done so far are:
note: we get a .pgm file when we save the map. The same was converted into .png then imported into building editor and then scale was set
<------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
Things to be done / doubts :
If my understanding is correct, I need to set up a free_fleet server launch file in my computer by including the .buildling.yaml and nav graph file 0.yaml.
I am stuck in this part. I am not able to find a proper launch file template for making it work with my physical robot. I also found out that the simulations use some adapters like slotcar etc.
I am also confused on how to give navigation goals after setting up the server and client. The rmf_demos showcase it as a task via CLI or web interface but I want to set up the same in my custom robot.
That is, the robot should move to a specified named point say bedroom1, in the map (which was set in the traffic-editor gui). I also need to figure out how to do the same.
Attaching the free_fleet client launch file that ran successfully on my Jetson Nano.
ff_client.txt
@Yadunund
Beta Was this translation helpful? Give feedback.
All reactions