-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path4_wheel_config.yaml
44 lines (37 loc) · 1.55 KB
/
4_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
# 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_2_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_2_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_2_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_2_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_5_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_5_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_5_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_5_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_6_left_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_6_drive_left_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}
robile_6_right_hub_wheel_controller:
type: effort_controllers/JointVelocityController
joint: robile_6_drive_right_hub_wheel_joint
pid: {p: 100.0, i: 10.0, d: 0.01}