Skip to content

Commit

Permalink
xs_driver lint fixes (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeschmitt-tr authored Jul 25, 2024
1 parent 8958ef6 commit cafa079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/xs_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ bool InterbotixDriverXS::set_joint_operating_mode(
motor_map[motor_name].motor_id);
}
// set prof_acc and prof_vel
dxl_wb.itemWrite(motor_map[motor_name].motor_id,
dxl_wb.itemWrite(
motor_map[motor_name].motor_id,
"Profile_Velocity",
profile_velocity);
dxl_wb.itemWrite(
Expand Down

0 comments on commit cafa079

Please sign in to comment.