Skip to content

Commit

Permalink
Update wrist speed (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybd authored and Geeoon committed Jan 8, 2024
1 parent a89ccec commit ff4a247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/world_interface/real_world_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ constexpr auto positive_pwm_scales =
{motorid_t::shoulder, 1},
{motorid_t::elbow, 1},
{motorid_t::forearm, -0.65},
{motorid_t::wrist, 0.6},
{motorid_t::wrist, 0.1},
{motorid_t::frontLeftWheel, 0.7},
{motorid_t::frontRightWheel, -0.7},
{motorid_t::rearLeftWheel, 0.7},
Expand All @@ -131,7 +131,7 @@ constexpr auto negative_pwm_scales =
{motorid_t::shoulder, 1},
{motorid_t::elbow, 1},
{motorid_t::forearm, -0.65},
{motorid_t::wrist, 0.6},
{motorid_t::wrist, 0.1},
{motorid_t::frontLeftWheel, 0.7},
{motorid_t::frontRightWheel, -0.7},
{motorid_t::rearLeftWheel, 0.7},
Expand Down

0 comments on commit ff4a247

Please sign in to comment.