You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: proto/gz/msgs/cameratrack.proto
+9-5
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,19 @@ message CameraTrack
33
33
{
34
34
/// \brief Defaults to no tracking mode.
35
35
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.
37
38
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.
39
40
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.
41
43
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.
43
46
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
0 commit comments