Skip to content

Commit

Permalink
Merge pull request #2 from 2194555/master
Browse files Browse the repository at this point in the history
Update extend arm logic.
  • Loading branch information
cc0h authored Apr 17, 2024
2 parents c81a6ef + 0bc6162 commit 80cda70
Show file tree
Hide file tree
Showing 4 changed files with 360 additions and 37 deletions.
6 changes: 3 additions & 3 deletions engineer_middleware/config/engineer.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
chassis:
x:
pid: { p: 0.0, i: 0.0, d: 0.0, i_clamp_max: 0, i_clamp_min: 0, antiwindup: true, publish_state: true }
pid: { p: 4.5, i: 0.0, d: 0.2, i_clamp_max: 0, i_clamp_min: 0, antiwindup: true, publish_state: true }
y:
pid: { p: 0.0, i: 0.0, d: 0.0, i_clamp_max: 0, i_clamp_min: 0, antiwindup: true, publish_state: true }
pid: { p: 4.5, i: 0.0, d: 0.2, i_clamp_max: 0, i_clamp_min: 0, antiwindup: true, publish_state: true }
yaw:
pid: { p: 3., i: 0.0, d: 0.1, i_clamp_max: 0, i_clamp_min: 0, antiwindup: true, publish_state: true }
pid: { p: 5., i: 0.0, d: 0.05, i_clamp_max: 0, i_clamp_min: 0, antiwindup: true, publish_state: true }
yaw_start_threshold: 0.05
max_vel: 0.1
Loading

0 comments on commit 80cda70

Please sign in to comment.