Robot Integration #623
Replies: 2 comments 4 replies
-
Hi @Cavalletta98 ! After skimming through the docs via the link you've provided, it seems like you'd be able to make calls to a target position, e.g. In general a workaround for the lack of coordinates is to name every single waypoint in your navigation graph. Then, in your fleet adapter, when RMF issues a navigation command, you can relay the For example, you have a path from
You can create the same map in RMF and provide all intermediate waypoints with a name:
You'll have to make sure that all waypoints in RMF are reflected with the same name and approximate position on the robot. E.g. With that, the
Hope this helps! Let me know if I'm misunderstanding anything. |
Beta Was this translation helpful? Give feedback.
-
Hi @xiyuoh , i understand. Thank you so much |
Beta Was this translation helpful? Give feedback.
-
Hi all, we are thinking to integrate some robots from PUDU robotics. We need help to understand which is the best integration based on their API. By reading their documentations seems that there API to retrieve robot position on the map but there is no possibility to send to the robot [x,y,theta]. In any case, i leave here the documentation link to get some help from the community: Refer to Open Platform API.Thanks
Beta Was this translation helpful? Give feedback.
All reactions