Skip to content

Commit 0ab4e97

Browse files
committed
make linters happy
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
1 parent 3dea8b1 commit 0ab4e97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ign_ros2_control_demos/config/tricycle_drive_controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ joint_state_broadcaster:
1212
ros__parameters:
1313
extra_joints: ["right_wheel_joint", "left_wheel_joint"]
1414

15-
tricycle_controller:
15+
tricycle_controller:
1616
ros__parameters:
1717
# Model
1818
traction_joint_name: traction_joint # Name of traction joint in URDF
@@ -30,7 +30,7 @@ tricycle_controller:
3030
pose_covariance_diagonal: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Need to be set if fusing odom with other localization source
3131
twist_covariance_diagonal: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0] # Need to be set if fusing odom with other localization source
3232
velocity_rolling_window_size: 10 # Rolling window size of rcppmath::RollingMeanAccumulator applied on linear and angular speeds published on odom
33-
33+
3434
# Rate Limiting
3535
traction: # All values should be positive
3636
# min_velocity: 0.0

0 commit comments

Comments
 (0)