Hacker News new | ask | show | jobs
by nicrusso7 2103 days ago
thank you very much! any feedback is welcome!

Re the maze, I've got just the terrain so far - I'm working on the gym environment.. I was thinking to write 2 different versions of it, one in which the robot has a map of the maze and navigate it using a path finding algo (probably A*) and another version without any map (I'll probably need a lidar for this).

2 comments

Some time ago I tried to use rt-rrt[1]. It should be quite suited for your setup, or at least more than A* i think. Actually when I get back to your project I will try to implement it inside your framework.

[1] https://github.com/ptsneves/rt-rrt

Awesome! Any PR is welcome. In the meanwhile I’ll have a look at your rt-rrt implementation.
Congratulations on your multi-millon dollar startup.

Are you hiring?