gazebosim/gz-gui

Make camera tracking configurable from startup

Aperta

#298 aperta il 1 ott 2021

 (2 commenti) (0 reazioni) (0 assegnatari)C++ (68 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (103 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor