Commit cb3a45e
authored
New planner (#792)
* mapping
* move inflation
* break things out
* fix typing and imports
* move resampling
* add test for resampling
* smooth_path
* many changes
* remove path when stopped
* remove voronoi
* add voronoi gradient
* remove simple planner
* navigation updates
* multiple changes
* add back deleted code
* fix tests
* fix header
* fix bad fixture
* fix linting
* 001
* check if stuck
* try multiple sizes
* minor fixes
* move local_costmap from map.py
* linting
* fix test
* tweaks
* add pd control
* improvements
* unnecessary set
* minor fixes
* get unique state
* move the time check to the global planner
* reduce speed
* remove assertion which does not work in CI
* add minimum velocity
* fix
* remove duplicate
* check if veers off track
* safety issues
* fix threading issue
* remove prints
Former-commit-id: ddc8c3f [formerly 4c86b9a]
Former-commit-id: da8f0f21 parent e12a3bb commit cb3a45e
File tree
95 files changed
+4596
-547
lines changed- data/.lfs
- dimos
- agents2/skills
- core
- mapping
- occupancy
- pointclouds
- accumulators
- models
- vl
- robot
- cli
- drone
- unitree_webrtc
- type
- simulation/mujoco
- web/websocket_vis
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+4596
-547
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments