Commit f99f1dd
Feature/mid level planner/main (#30)
* draft structure for the mid level planner.
* Add high level structure for using MidLevelPlanner in spto_executor
* add more info about the map into MidLevelPlanner
* add todos after meeting with Aaron and Nathan
* test
* Figure out the tf for robot pose, map origin, and planed path. [maybe all of them should be in map frame]
* clean code, proper transformation between grid index and global pose
* wip
* projection heuristic
* pre-merge commit
* after fist test
* ugly update but path is correctly passed. Visualization not working, need to figure out.
* Path plan is in <robot>/odom frame. Everything plan respect to this frame now.
* debugging global point projection
* working path plan
* Now outputing plan iteratively untill reached goal. If A* fail to find a plan, it will fall back to follow the original high level plan.
* Adding flag for fake occupancy and fake path.
* cleaned & added projection viz
* Visualization working
* further clean up and add back informative log messages.
* independent fake occupancy and path publisher. Naive map inflation.
* Visualizes test path now
* Fixed lookahead bug
* Heurestic for projection
* Code clean up: move occupancy grid outside of mid-level planner
* further clean up
* Improved heurestic for projection
* Documentation
* Documentation and better testing
* major refactor
* furhter bug fix after merge
* add parameters to launch file.
* After robot test fixes
* minor fix
* cleanup
* Address some of Aaron's comments
* viz cleanup
* More comments on code.
* Bug fix after addressing comments
* pre-commit fixed
* modifying OccupancyMap lock.
* precommit fix
* timeout for failing
* broken viz
* viz update
* viz and pre-commit
---------
Co-authored-by: Aryan-Naveen <[email protected]>
Co-authored-by: Aryan-Naveen <[email protected]>
Co-authored-by: Aryan Naveen <[email protected]>
Co-authored-by: y-veys <[email protected]>1 parent 2c3c7ec commit f99f1dd
File tree
10 files changed
+1383
-69
lines changed- robot_executor_interface/robot_executor_interface/src/robot_executor_interface
- spot_tools_ros
- src/spot_tools_ros
- spot_tools/src
- spot_executor
- spot_skills
10 files changed
+1383
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
0 commit comments