Skip to content

Commit 25dd4d4

Browse files
committed
fix DM 4340 table value
1 parent 4b9231d commit 25dd4d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/openarm/damiao_motor/dm_motor_constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ inline constexpr std::array<LimitParam, static_cast<std::size_t>(MotorType::COUN
9999
{12.5, 50, 5}, // DM3507
100100
{12.5, 30, 10}, // DM4310
101101
{12.5, 50, 10}, // DM4310_48V
102-
{12.5, 8, 28}, // DM4340
102+
{12.5, 10, 28}, // DM4340
103103
{12.5, 10, 28}, // DM4340_48V
104104
{12.5, 45, 20}, // DM6006
105105
{12.5, 45, 40}, // DM8006

0 commit comments

Comments
 (0)