Skip to content

Commit 7eeeae4

Browse files
Update bicycle demo to use changed parameters (#715)
1 parent d4e4891 commit 7eeeae4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

example_11/bringup/config/carlikebot_controllers.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,19 @@ controller_manager:
99
bicycle_steering_controller:
1010
ros__parameters:
1111
type: bicycle_steering_controller/BicycleSteeringController
12+
13+
traction_joints_names: ['virtual_rear_wheel_joint']
14+
steering_joints_names: ['virtual_front_wheel_joint']
1215
wheelbase: 0.325
13-
front_wheel_radius: 0.05
14-
rear_wheel_radius: 0.05
15-
front_steering: true
16+
traction_wheel_radius: 0.05
17+
1618
reference_timeout: 2.0
17-
rear_wheels_names: ['virtual_rear_wheel_joint']
18-
front_wheels_names: ['virtual_front_wheel_joint']
19+
1920
open_loop: false
21+
position_feedback: false
2022
velocity_rolling_window_size: 10
2123
base_frame_id: base_link
2224
odom_frame_id: odom
2325
enable_odom_tf: true
2426
twist_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0]
2527
pose_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0]
26-
position_feedback: false

0 commit comments

Comments
 (0)