Skip to content

Commit cb3a45e

Browse files
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: da8f0f2
1 parent e12a3bb commit cb3a45e

File tree

95 files changed

+4596
-547
lines changed

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ yolo11n.pt
5555
.claude
5656

5757
/logs
58+
59+
*.so

data/.lfs/apartment.tar.gz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:8d2c44f39573a80a65aeb6ccd3fcb1c8cb0741dbc7286132856409e88e150e77
3+
size 18141029
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:9790641ad053f4566fb867f9d91450306328cf26f76368bf2639d985be3ae27a
3+
size 5696
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:42517c5f67a9f06949cb2015a345f9d6b43d22cafd50e1fefb9b5d24d8b72509
3+
size 5671

data/.lfs/astar_general.png.tar.gz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4d4d426bda849551a0555b958792d7bc738b71c9573b477555f5d55c425395cb
3+
size 12109
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:06b67aa0d18c291c3525e67ca3a2a9ab2530f6fe782a850872ba4c343353a20a
3+
size 12018
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:e3eb91f3c7787882bf26a69df21bb1933d2f6cd71132ca5f0521e2808269bfa2
3+
size 6777
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:e418f2a6858c757cb72bd25772749a1664c97a407682d88ad2b51c4bbdcb8006
3+
size 11568
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:3867c0fb5b00f8cb5e0876e5120a70d61f7da121c0a3400010743cc858ee2d54
3+
size 20680
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:658ed8cafc24ac7dc610b7e5ae484f23e1963872ffc2add0632ee61a7c20492d
3+
size 3412

0 commit comments

Comments
 (0)