User-defined Custom Tasks #155
Replies: 6 comments 6 replies
-
If it is okay for your robot to not participate in traffic negotiation while doing its custom behavior, then you could implement it as a This limitation was an intentional design choice to keep the In the meantime, this other discussion points out which parts of the |
Beta Was this translation helpful? Give feedback.
-
Hi @dionesiusap , I am trying to perform custom task but i am not able to figure out that what should come in url. and where to write the code of what should robot have to perform?
|
Beta Was this translation helpful? Give feedback.
-
I want to achieve object detection by robot. When we send the robot to particular place. When it reach the destination then custom task should do detection of that place.. After finishing the custom task it will continue to RMF task.. I am Using rmf_demos_fleet_adapter and using turtlebot3.. |
Beta Was this translation helpful? Give feedback.
-
Thank you I will try to explore @xiyuoh @aaronchongth |
Beta Was this translation helpful? Give feedback.
-
Hi @xiyuoh In rmf_demos which simulation is using the custom task [teleop] |
Beta Was this translation helpful? Give feedback.
-
hi can you explain the work flow, how can i add my x, y velocity commands when it reach destination. I am assuming like i am using the already implemented task [teleop] no need to create the task sequence or any thing.. |
Beta Was this translation helpful? Give feedback.
-
Hi, this question might come across as a beginner question, but I really can't figure this out.
I'm currently trying RMF for a project. I'm mostly learning RMF from this tutorial. I've tried out the demos and the task types provided out of the box (cleaning, delivery, loop, etc). and it works well.
So I would like to add some custom tasks of my own. My custom tasks would be similar to cleaning, so the robot will go to a certain vertex or node in the graph. On that vertex, whereas during "cleaning" task the robot will do a cleaning over a certain region, during my custom task it will do something else, for example executing a FlexBE behaviour. Is this possible with RMF?
I've read the documentation here. I've also taken a look at some codes related to tasks, mainly those in the rmf_task package. But still I can't figure out how to exactly achieve this (which class I can extend, APIs, etc). I have a feeling that it's achievable with RMF but can't figure out how.
Any help would be greatly appreciated, thanks!
Beta Was this translation helpful? Give feedback.
All reactions