Best example of using the docking methods inside the EasyFullControl #277
Unanswered
TheConstructAi
asked this question in
Q&A
Replies: 1 comment
-
Hi @TheConstructAi , not the maintainer here but also had this same query about implementing docking methods inside EasyFullControl robot fleet adapters. Regarding implementing docking methods in
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
What would be the best example of how to use the
EasyFullControl
for docking.By docking is calling a ROS2 service for the robot to do the docking or some API call that essentially triggers this conduct?
This was answered in this discussion, and we have it working: #235
But this was before the EasyFullControl fleet_adapter.py, while now in recent examples its used roscon fleet_adapter.py.
It would be great to know exactly how to integrate it using for example the roscon adapter mentioned above or even the fleet adapter in cpp for turtlebot4 FleetAdapter.cpp:
How would this be done in both python and C++?
Is there a preferred way?
Any examples about the subject?
I think this would clear up how to make integration with the adapters better.
Beta Was this translation helpful? Give feedback.
All reactions