Development tools and utilities for SLAM, including an environment to test your own algorithms, as well as readily usable algorithms for SLAM, path planning and motion planning.
$ pip install devro
or install from source
$ git clone https://github.com/abnvar/devro/
$ cd devro
$ python3 -m pip install -r requirements.txt
$ python3 -m pip install -e .
-
Environment
-
Algorithms
-
SLAM
Desciption
-
Path Planning / Trajectory Planning
Desciption
-
Motion Planning
Desciption
-
- Threading
- Window
- Thread runs the tkinter display.
- Interaction:
- Start: Simulation(visualize = True)
- Exit: Daemon thread. Exits with end of the main thread.
- Simulation
- Thread runs the simpy simulation.
- Interaction:
- Start: Simulation()
- Exit: Daemon thread. Exits with end of the main thread.
- Window