Skip to content

Commit

Permalink
Add more information for doxygen.
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Perseghetti <[email protected]>
  • Loading branch information
bperseghetti committed May 13, 2024
1 parent 1704c0f commit 459478a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions proto/gz/msgs/cameratrack.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,18 @@ message CameraTrack

/// \brief Optional header data
Header header = 1;
/// \brief Tracking mode.
TrackMode track_mode = 2;
/// \brief Target entity to follow.
Entity follow_target = 3;
/// \brief Target entity to track.
Entity track_target = 4;
/// \brief Follow offset in local target frame.
Vector3d follow_offset = 5;
/// \brief Track offset in local target frame.
Vector3d track_offset = 6;
/// \brief Follow pgain for following a target.
double follow_pgain = 7;
/// \brief Track pgain for following a target.
double track_pgain = 8;
}

0 comments on commit 459478a

Please sign in to comment.