-
Notifications
You must be signed in to change notification settings - Fork 11
/
6_wheel_config.yaml
64 lines (53 loc) · 2.22 KB
/
6_wheel_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Publish all joint states -----------------------------------
joint_state_controller:
type: joint_state_controller/JointStateController
publish_rate: 50
# Velocity Controllers -----------------------------------------
robile_1_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_1_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_1_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_1_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_3_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_3_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_3_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_3_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_7_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_7_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_7_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_7_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_9_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_9_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_9_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_9_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_13_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_13_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_13_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_13_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_15_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_15_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_15_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_15_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}