Skip to content

Commit

Permalink
2dof
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Nguyen committed Feb 20, 2024
1 parent f20677e commit c47edac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/device/orbita2d_poulpe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ reg_read_only!(model_number, 0, u16);
reg_read_only!(firmware_version, 6, u8);
reg_read_write!(id, 7, u8);

reg_read_write!(velocity_limit, 10, MotorValue::<u32>);
reg_read_write!(torque_flux_limit, 14, MotorValue::<u16>);
reg_read_write!(velocity_limit, 10, MotorValue::<f32>);
reg_read_write!(torque_flux_limit, 14, MotorValue::<f32>);
reg_read_write!(uq_ud_limit, 18, MotorValue::<i16>);

reg_read_write!(flux_pid, 20, MotorValue::<Pid>);
Expand Down

0 comments on commit c47edac

Please sign in to comment.