Skip to content

Commit

Permalink
Added motion duration to gui_camera.proto (#408)
Browse files Browse the repository at this point in the history
Signed-off-by: Johan Rutgeerts <[email protected]>
Co-authored-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
jrutgeer and ahcorde authored Nov 21, 2023
1 parent 875c054 commit 171e1bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/gz/msgs/gui_camera.proto
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ message GUICamera

/// \brief Type of projection: "perspective" or "orthographic".
string projection_type = 6;
/// \brief The duration in seconds of the camera motion to the new camera pose.
double duration = 7;
}

0 comments on commit 171e1bd

Please sign in to comment.