@@ -1998,12 +1998,12 @@ def JointCtrl(self,
1998
1998
1999
1999
|joint_name| limit(rad) | limit(angle) |
2000
2000
|----------| ---------- | ---------- |
2001
- |joint1 | [-2.618 , 2.618 ] | [-150.0, 150.0] |
2001
+ |joint1 | [-2.6179 , 2.6179 ] | [-150.0, 150.0] |
2002
2002
|joint2 | [0, 3.14] | [0, 180.0] |
2003
2003
|joint3 | [-2.967, 0] | [-170, 0] |
2004
2004
|joint4 | [-1.745, 1.745] | [-100.0, 100.0] |
2005
2005
|joint5 | [-1.22, 1.22] | [-70.0, 70.0] |
2006
- |joint6 | [-2.0944 , 2.0944 ]| [-120.0, 120.0] |
2006
+ |joint6 | [-2.09439 , 2.09439 ]| [-120.0, 120.0] |
2007
2007
2008
2008
Args:
2009
2009
joint_1 (int): 关节1角度,单位0.001度
@@ -2021,12 +2021,12 @@ def JointCtrl(self,
2021
2021
2022
2022
|joint_name| limit(rad) | limit(angle) |
2023
2023
|----------| ---------- | ---------- |
2024
- |joint1 | [-2.618 , 2.618 ] | [-150.0, 150.0] |
2024
+ |joint1 | [-2.6179 , 2.6179 ] | [-150.0, 150.0] |
2025
2025
|joint2 | [0, 3.14] | [0, 180.0] |
2026
2026
|joint3 | [-2.967, 0] | [-170, 0] |
2027
2027
|joint4 | [-1.745, 1.745] | [-100.0, 100.0] |
2028
2028
|joint5 | [-1.22, 1.22] | [-70.0, 70.0] |
2029
- |joint6 | [-2.0944 , 2.0944 ]| [-120.0, 120.0] |
2029
+ |joint6 | [-2.09439 , 2.09439 ]| [-120.0, 120.0] |
2030
2030
2031
2031
Args:
2032
2032
joint_1 (int): The angle of joint 1.in 0.001°
@@ -2424,12 +2424,12 @@ def MotorAngleLimitMaxSpdSet(self,
2424
2424
2425
2425
|joint_name| limit(rad) | limit(angle) | limit(rad/s) |
2426
2426
|----------| ---------- | ---------- | ---------- |
2427
- |joint1 | [-2.618 , 2.618 ] | [-150.0, 150.0] | [0, 3.0] |
2427
+ |joint1 | [-2.6179 , 2.6179 ] | [-150.0, 150.0] | [0, 3.0] |
2428
2428
|joint2 | [0, 3.14] | [0, 180.0] | [0, 3.0] |
2429
2429
|joint3 | [-2.967, 0] | [-170, 0] | [0, 3.0] |
2430
2430
|joint4 | [-1.745, 1.745] | [-100.0, 100.0] | [0, 3.0] |
2431
2431
|joint5 | [-1.22, 1.22] | [-70.0, 70.0] | [0, 3.0] |
2432
- |joint6 | [-2.0944 , 2.0944 ]| [-120.0, 120.0] | [0, 3.0] |
2432
+ |joint6 | [-2.09439 , 2.09439 ]| [-120.0, 120.0] | [0, 3.0] |
2433
2433
'''
2434
2434
'''
2435
2435
Sets the motor angle limit/maximum speed limit command
@@ -2445,12 +2445,12 @@ def MotorAngleLimitMaxSpdSet(self,
2445
2445
2446
2446
|joint_name| limit(rad) | limit(angle) | limit(rad/s) |
2447
2447
|----------| ---------- | ---------- | ---------- |
2448
- |joint1 | [-2.618 , 2.618 ] | [-150.0, 150.0] | [0, 3.0] |
2448
+ |joint1 | [-2.6179 , 2.6179 ] | [-150.0, 150.0] | [0, 3.0] |
2449
2449
|joint2 | [0, 3.14] | [0, 180.0] | [0, 3.0] |
2450
2450
|joint3 | [-2.967, 0] | [-170, 0] | [0, 3.0] |
2451
2451
|joint4 | [-1.745, 1.745] | [-100.0, 100.0] | [0, 3.0] |
2452
2452
|joint5 | [-1.22, 1.22] | [-70.0, 70.0] | [0, 3.0] |
2453
- |joint6 | [-2.0944 , 2.0944 ]| [-120.0, 120.0] | [0, 3.0] |
2453
+ |joint6 | [-2.09439 , 2.09439 ]| [-120.0, 120.0] | [0, 3.0] |
2454
2454
'''
2455
2455
tx_can = Message ()
2456
2456
motor_set = ArmMsgMotorAngleLimitMaxSpdSet (motor_num , max_angle_limit , min_angle_limit , max_joint_spd )
0 commit comments