feat: Steering PID controller (Issue #616) #624
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "sl-controls/issue-616-steering-pid"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implements Issue #616: closed-loop yaw-rate PID controller for differential drive that converts Jetson Twist.angular.z to differential wheel speed offsets using IMU gyro Z feedback.
Changes
New:
include/steering_pid.h+src/steering_pid.cModified:
include/mpu6000.h+src/mpu6000.cModified:
include/jlink.h+src/jlink.cNew:
test/test_steering_pid.cCloses #616