Skip to content

Commit 2565534

Browse files
committed
Disabling ranges in config.json
1 parent 78335d2 commit 2565534

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

robot_soccer_kit/config.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,19 @@
66
"simplify_stls": true,
77
"max_stl_size": 1,
88
"no_collision_meshes": true,
9-
109
"joint_properties": {
1110
"*passive*": {
12-
"actuated": false
11+
"actuated": false,
12+
"range": false
1313
},
1414
"*wheel*": {
1515
"type": "velocity",
1616
"limits": [
1717
-16,
1818
16
1919
],
20-
"kv": 5.0
20+
"kv": 5.0,
21+
"range": false
2122
},
2223
"kicker": {
2324
"range": true,

0 commit comments

Comments
 (0)