gazebosim/gz-gui

Make camera tracking configurable from startup

Open

#298 opened on Oct 1, 2021

 (2 comments) (0 reactions) (0 assignees)C++ (68 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (103 stars)
PR merge metrics
 (PR metrics pending)

Description

When we migrated camera tracking functionality from GzScene3D to CameraTracking, we forgot to port the ability of configuring it at startup.

Desired behavior

Camera tracking is configurable from XML.

Alternatives considered

N/A

Implementation suggestion

Here's the code that needs to be ported:

https://github.com/ignitionrobotics/ign-gazebo/blob/fc2a98ec5e1b149d773eeb6cae4a407bd82a81a2/src/gui/plugins/scene3d/Scene3D.cc#L2726-L2770

Additional context

Camera tracking added in #226

Contributor guide