Skip to content

Commit

Permalink
Update TrackedVehicle.hh
Browse files Browse the repository at this point in the history
fix lint

Signed-off-by: Mabel Zhang <[email protected]>
  • Loading branch information
mabelzhang authored Oct 27, 2023
1 parent 2bb7c83 commit 59ea3da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/systems/tracked_vehicle/TrackedVehicle.hh
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ namespace systems
/// - `<left_track>`, `<right_track>` subelements:
/// - `<link>`: The link representing the track. Required parameter.
/// - `<velocity_topic>`: The topic on which the track accepts velocity
/// commands (defaults to
/// `/model/${model_name}/link/${link_name}/track_cmd_vel`).
/// commands (defaults to
/// `/model/${model_name}/link/${link_name}/track_cmd_vel`).
/// - `<center_of_rotation_topic>`: The topic on which the track accepts
/// center of rotation commands (defaults to
/// `/model/${model_name}/link/${link_name}/track_cmd_center_of_rotation`)
/// center of rotation commands (defaults to
/// `/model/${model_name}/link/${link_name}/track_cmd_center_of_rotation`)
///
/// - `<tracks_separation>`: Distance between tracks, in meters. Required
/// parameter.
Expand Down

0 comments on commit 59ea3da

Please sign in to comment.