gazebosim/gz-gui

Make camera tracking configurable from startup

开放

#298 创建于 2021年10月1日

 (2 条评论) (0 个反应) (0 位负责人)C++ (68 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (103 个星标)
PR 合并指标
 (平均合并 8小时 31分钟) (30 天内合并 3 个 PR)

描述

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

贡献者指南