Commit 00a9066
* Use mutex to protect costmap reads.
Otherwise costmap can be read during a map update and return 0.
* Revert "Use mutex to protect costmap reads."
This reverts commit e16a44c.
* Lock costmap before running MPPI controller.
* Fix typo.
* Protect against costmap updates in MPP and RotationShim controllers.
---------
Co-authored-by: Leif Terry <[email protected]>
(cherry picked from commit a1c9fd5)
Co-authored-by: LeifHookedWireless <[email protected]>
1 parent 446283c commit 00a9066
File tree
3 files changed
+10
-1
lines changed3 files changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
143 | 146 | | |
144 | 147 | | |
145 | 148 | | |
| |||
0 commit comments