Gazebo | Ignition | Community
Ask Your Question
0

Logical camera refence frame affecting GUI reference frame

asked 2017-11-21 04:14:59 -0500

ylchong gravatar image

I am using a sensor logical_camera as part of a radar plugin (github: https://github.com/ros-simulation/gaz...) which works perfectly fine; except when visualised ie. <visualize>true</visualize>

When set to true, in the GUI, all other objects spawn at the reference frame of the joint of the logical camera. If the unit box or sphere or cylinder is added using the GUI, the objects get spawned with the transformation of the joint frame (not at where the objects were placed using the mouse).

For example, if I set

<joint name="${name}_camera_joint" type="fixed">
<origin xyz="10 0 0" rpy="0 0 0"/>
<parent link="${parent}"/>
<child link="${name}_link"/> </joint>

And then try to add a unit sphere using the GUI, upon clicking on a location, the sphere disappears and re-appears at a location 10m to the right (along the x-axis).

<gazebo reference="radar_mount">
    <sensor name="logical_camera" type="logical_camera">
      <logical_camera>
        <near>0.2</near>
        <far>2.0</far>
        <horizontal_fov>1.04719755</horizontal_fov>
        <aspect_ratio>1.778</aspect_ratio>
      </logical_camera>

      <visualize>false</visualize>
      <always_on>true</always_on>
      <update_rate>10</update_rate> 
    </sensor>
</gazebo>

And if the visualize is set to false, none of the above issues occur.

I am on ROS Indigo + Gazebo7. Any idea why this is happening?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-11-21 11:06:57 -0500

chapulina gravatar image

Sounds like this open issue:

https://bitbucket.org/osrf/gazebo/iss...

edit flag offensive delete link more

Comments

Yeah, looks like it is... Thanks! I ll mark as answered for now

ylchong gravatar imageylchong ( 2017-11-22 07:19:25 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2017-11-21 04:14:59 -0500

Seen: 143 times

Last updated: Nov 21 '17