ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Point cloud data appears larger than it should be in rviz

asked 2018-12-25 21:23:03 -0500

thompson104 gravatar image

Hello all,

I hope some of you may help me to understand the following two problems:

  1. I wonder if you may help me to understand why the point cloud information is way larger than it should be? Here is the point cloud data shown in rviz:

image description

The band-aid box is even larger than the UR5 robot :) I'm also posing one additional image to show the real size

image description

  1. Why the point cloud info is not displayed on the same level as the robot base? I have calibrated the camera frame with respect to the robot base as shown below, all I did is subscribing to the depth_registration/points. However, the band-aid box is far below to the robot base as shown in the first Fig. Is this normal?

image description

Thank you for your time and help. Really appreciate it.

edit retag flag offensive close merge delete

Comments

Can you give us further information about the camera? (Which one is, which code are you using to generate the Pointcloud...). What it seems for me is a scaling problem (maybe from the ur instead of the pointcloud?).

Solrac3589 gravatar image Solrac3589  ( 2020-01-14 10:10:20 -0500 )edit

just a fast check. Look in your urdf file if inside the tags named mesh you can find scale values (like in the first response here https://answers.ros.org/question/2734...). If you find them, try to remove them.

Solrac3589 gravatar image Solrac3589  ( 2020-01-14 10:21:10 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2020-01-13 17:46:36 -0500

hwil292 gravatar image

Does the depth camera publish its depth data in mm or maybe even cm? rviz expects data to be in meters and displays accordingly, this could be why it is displaying so large.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2018-12-25 21:23:03 -0500

Seen: 2,407 times

Last updated: Jan 13 '20