Pointcloud is displayed underground

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Pointcloud is displayed underground

Dragi13
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pointcloud is displayed underground

matlabbe
Administrator
You should adjust the static transform TF between your base and the camera, either by editing the URDF if you use this or static_transform_publisher.
Reply | Threaded
Open this post in threaded view
|

Re: Pointcloud is displayed underground

Dragi13
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pointcloud is displayed underground

matlabbe
Administrator
Based on this part:
<joint name="camera_joint" type="fixed">
    <parent link="base_link"/>
    <child link="camera_link"/>
    <origin xyz="-0.032 0 0.172" rpy="0 0 0"/>
  </joint>
and the screenshot you have taken, I would say the transform may be more like this:
<joint name="camera_joint" type="fixed">
    <parent link="base_link"/>
    <child link="camera_link"/>
    <origin xyz="-0.032 0 0.3" rpy="0 -0.15 0"/>
  </joint>
Reply | Threaded
Open this post in threaded view
|

Re: Pointcloud is displayed underground

Dragi13
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Pointcloud is displayed underground

Dragi13
CONTENTS DELETED
The author has deleted this message.