Skip to content

Commit 34c0a4e

Browse files
Update parameters for steering_controllers_library (#566) (#573)
(cherry picked from commit c729498) Co-authored-by: Christoph Fröhlich <[email protected]>
1 parent ff0a087 commit 34c0a4e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

gz_ros2_control_demos/config/ackermann_drive_controller.yaml

+7-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@ ackermann_steering_controller:
99
ros__parameters:
1010
type: 'ackermann_steering_controller/AckermannSteeringController'
1111
wheelbase: 1.7
12-
front_wheel_track: 1.0
13-
rear_wheel_track: 1.0
14-
front_wheels_radius: 0.3
15-
rear_wheels_radius: 0.3
16-
front_steering: true
17-
reference_timeout: 2.0
18-
rear_wheels_names: ['rear_left_wheel_joint', 'rear_right_wheel_joint']
19-
front_wheels_names: ['left_wheel_steering_joint', 'right_wheel_steering_joint']
12+
traction_track_width: 1.0
13+
steering_track_width: 1.0
14+
traction_wheels_radius: 0.3
15+
steering_wheels_radius: 0.3
16+
reference_timeout: 2.0 # In s. Timeout to stop if no cmd_vel is received
17+
traction_joints_names: ['rear_left_wheel_joint', 'rear_right_wheel_joint']
18+
steering_joints_names: ['left_wheel_steering_joint', 'right_wheel_steering_joint']
2019
open_loop: false
2120
velocity_rolling_window_size: 10
2221
base_frame_id: base_link

0 commit comments

Comments
 (0)