gazebosim/gz-gui

Should allow setting camera properties from `<gui><camera>`

开放

#573 创建于 2023年9月21日

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

仓库指标

星标
 (103 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Desired behavior

Currently, to set a camera property, e.g. it's pose, the user has to specify the MinimalScene plugin and set the value there. But this in turn disables all default plugins, so the user is forced to specify all the default plugins. It would be nice if the user can just set these properties in <gui><camera> and not have to specify any plugin.

Alternatives considered

none

Implementation suggestion

If the properties in <gui><camera> conflict with those manually set by the user in MinimalScene, the ones in <gui><camera> should be used.

贡献者指南