Skip to content

Commit 7c60726

Browse files
committed
Linting.
Signed-off-by: Benjamin Perseghetti <[email protected]>
1 parent dcc49d5 commit 7c60726

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

proto/gz/msgs/cameratrack.proto

+9-5
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@ message CameraTrack
3333
{
3434
/// \brief Defaults to no tracking mode.
3535
NONE = 0;
36-
/// \brief TRACK observes a target from fixed x,y,z world camera point with pgain allowing only for orientation change.
36+
/// \brief TRACK observes a target from fixed x,y,z world
37+
/// camera point with pgain allowing only for orientation change.
3738
TRACK = 1;
38-
/// \brief FOLLOW moves with a target with an offset x,y,z camera and following pgain.
39+
/// \brief FOLLOW moves with a target with an offset x,y,z camera and pgain.
3940
FOLLOW = 2;
40-
/// \brief FOLLOW_FREE_LOOK moves with a target with an offset x,y,z camera and following pgain but allows for changing orientation for free looking around.
41+
/// \brief FOLLOW_FREE_LOOK moves with a target with an offset x,y,z camera
42+
/// and pgain but allows for changing orientation for free looking around.
4143
FOLLOW_FREE_LOOK = 3;
42-
/// \brief FOLLOW_LOOK_AT moves with a target with an offset x,y,z camera and following pgain while looking at a specified target.
44+
/// \brief FOLLOW_LOOK_AT moves with a target with an offset x,y,z camera
45+
/// and pgain while looking at a specified target.
4346
FOLLOW_LOOK_AT = 4;
44-
/// \brief USE_LAST updates offsets and pgains without changing the fundamental track mode or target(s)
47+
/// \brief USE_LAST updates offsets and pgains without changing the
48+
/// fundamental track_mode or target(s)
4549
USE_LAST = 5;
4650
}
4751

0 commit comments

Comments
 (0)