aerostack2 / aerostack2/aerostack2.github.io

New gazebo sensor

未关闭
#88 0 条评论 0 个 reaction 已指派 1 人 已被 @fjanguita 认领 在 GitHub 查看
documentation
主要语言
没有语言数据
星标
15
派生
9
PR 合并指标
30 天内没有已合并 PR

描述

I followed the tutorial on adding new Gazebo assets to configure a new sensor, as well as the development guide for creating new Gazebo assets. In both, when trying to use a new sensor and the file model.sdf.jinja, you must add the following lines to quadrotor_base.sdf.jinja:

``{% elif sensor.model == 'rgbd_camera' and not sensor.gimbaled -%}``
`` {% include 'rgbd_camera/rgbd_camera.sdf.jinja' with context %}``

If you miss these lines, the model.sdf will be used by default.

IMPORTANT: If the new sensor must be on the gimbal, the model.sdf.jinja file must be used.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。