Commit 7f735fc
wall_clean: default arc_omega 0.1, drive the first leg straight
Two cleaning tweaks:
- Bump the default cruise arc rate from 0.05 to 0.1 rad/s (launch built-in
default and the node's declared default, kept in sync).
- Skip the arc on the very first cruise leg. The workflow is to aim the
robot at the target wall with teleop and then launch wall_clean; arcing
during that approach forces you to pre-aim off-axis to compensate.
A new _first_leg flag makes the initial approach dead straight and clears
on the first bump, so the wall-hugging arc engages only once we're
actually following a wall.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 8acd061 commit 7f735fc
2 files changed
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
| |||
149 | 153 | | |
150 | 154 | | |
151 | 155 | | |
152 | | - | |
153 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
| 163 | + | |
157 | 164 | | |
158 | 165 | | |
159 | 166 | | |
| |||
0 commit comments