Skip to content

Commit

Permalink
reconfigure joint a and c
Browse files Browse the repository at this point in the history
  • Loading branch information
mrover committed Feb 8, 2025
1 parent 5c9b1d2 commit fcacec0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions config/moteus/joint_c.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ motor_position.sources.2.compensation_table.30 0.000000
motor_position.sources.2.compensation_table.31 0.000000
motor_position.commutation_source 0
motor_position.output.source 0
motor_position.output.offset -0.142578
motor_position.output.offset 0.349487
motor_position.output.sign 1
motor_position.output.reference_source 1
motor_position.rotor_to_output_ratio 0.002066
Expand Down Expand Up @@ -1363,9 +1363,9 @@ servo.adc_cur_cycles 2
servo.adc_aux_cycles 47
servo.pid_dq.kp 0.053427
servo.pid_dq.ki 102.892982
servo.pid_position.kp 8000.000000
servo.pid_position.kp 35000.000000
servo.pid_position.ki 2000.000000
servo.pid_position.kd 1500.000000
servo.pid_position.kd 500.000000
servo.pid_position.iratelimit -1.000000
servo.pid_position.ilimit 130.000000
servo.pid_position.max_desired_rate 0.000000
Expand Down Expand Up @@ -1394,6 +1394,6 @@ servo.timing_fault 0
servo.emit_debug 0
servopos.position_min nan
servopos.position_max nan
id.id 49
id.id 50
can.prefix 0

2 changes: 1 addition & 1 deletion esw/arm_hw_bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace mrover {
.minVelocity = MetersPerSecond{-0.05},
.maxVelocity = MetersPerSecond{0.05},
.minPosition = Meters{0.0},
.maxPosition = Meters{0.4},
.maxPosition = Meters{0.35}, // limit switch to limit switch is roughly 13.25in. joint a roller is roughly 4.5in
.maxTorque = 20.0,

.limitSwitch0Present = true,
Expand Down

0 comments on commit fcacec0

Please sign in to comment.