Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit ef4aaf9

Browse files
committed
Updated the configurations to every valid type
1 parent f54a8f0 commit ef4aaf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

march_hardware/config/march_odrive.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
{
3333
"name":"axis0.controller.config.vel_limit",
3434
"type":"float",
35-
"value":5000.0
35+
"value":50000.0
3636
},
3737
{
3838
"name":"axis0.motor.config.motor_type",
@@ -56,7 +56,7 @@
5656
},
5757
{
5858
"name":"axis0.motor.config.direction",
59-
"type":"uint8",
59+
"type":"int32",
6060
"value":1
6161
},
6262
{

0 commit comments

Comments
 (0)