Skip to content

Commit 8cfcfdc

Browse files
authored
Merge pull request #37 from mlione/master
Delete some config files in rm_control.
2 parents 1051156 + bd0ae4d commit 8cfcfdc

File tree

8 files changed

+9
-552
lines changed

8 files changed

+9
-552
lines changed

rm_hw/config/auto.yaml

Lines changed: 0 additions & 61 deletions
This file was deleted.

rm_hw/config/engineer.yaml

Lines changed: 0 additions & 99 deletions
This file was deleted.

rm_hw/config/hero.yaml

Lines changed: 0 additions & 66 deletions
This file was deleted.

rm_hw/config/balance.yaml renamed to rm_hw/config/hw_config_template.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
rm_hw:
22
bus:
33
- can0
4+
- can1
45
loop_frequency: 1000
56
cycle_time_error_threshold: 0.001
67
# Configurations of the actuators
78
actuators:
8-
left_wheel_actuator:
9+
right_front_wheel_motor:
910
bus: can0
10-
id: 0x002
11-
type: cheetah
12-
lp_cutoff_frequency: 100
13-
right_wheel_actuator:
14-
bus: can0
15-
id: 0x001
16-
type: cheetah
17-
lp_cutoff_frequency: 100
11+
id: 0x201
12+
type: rm_3508
13+
lp_cutoff_frequency: 150
14+
# need calibration: true #set to true when this actuator need to be calibrated and it defaults to false when it is not been set.
1815
imus:
19-
base_imu:
20-
frame_id: base_link
21-
bus: can0
16+
gimbal_imu:
17+
frame_id: gimbal_imu
18+
bus: can1
2219
id: 0x300
2320
orientation_covariance_diagonal: [ 0.0012, 0.0012, 0.0012 ]
2421
angular_velocity_covariance: [ 0.0004, 0.0004, 0.0004 ]

rm_hw/config/sentry.yaml

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)