Skip to content

Commit

Permalink
TrackedVehicle: Added docs for body_link option (#2652)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Pecka <[email protected]>
  • Loading branch information
peci1 authored Oct 15, 2024
1 parent 9d54c7b commit c0ecf8d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/systems/tracked_vehicle/TrackedVehicle.hh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ namespace systems
///
/// ## System Parameters
///
/// - `<body_link>`: Name of the link that should be considered the center
/// of rotation. This plugin cannot correctly simulate the effect of CoM
/// on rotation center. Instead, the rotation center is always in the CoM
/// of this specified link. If not specified, the canonical link is used.
///
/// - `<left_track>`: Configuration of a left track link. This element can
/// appear multiple times, and must appear at least once.
///
Expand Down

0 comments on commit c0ecf8d

Please sign in to comment.