Open villekuosmanen opened 6 months ago
@cpaxton following up from the Twitter convo
https://github.com/facebookresearch/home-robot/pull/504
Would one of the maintainers mind testing this with the home robot agents? have tested with my separate agents, but not here.
🚀 Feature
RRT* is an optimal motion planning algorithm. It is much slower than RRTConnect but creates better paths.
I have a version working in a fork, will be happy to share it. But the agent code needs to be adjusted to choose what planner to use - RRT* should only be used for operations that run less frequently. For example:
Assigning to myself, will get a PR up when I have time.
Motivation
Additional context