-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pointcloud without color #6
Comments
Is there any solution? |
@9woods123 did i solve it somehow? I also have to problem and i urgently need a solution |
@kingingo hello, you can refer to my repositories: https://github.com/9woods123/mav_with_rgbd_camera I use a kinect plugin to replace the depth camera plugin in this repositories:
and, you can add the camera on your robot, using the following xml code:
which can be found in rotors_simulator/rotors_description/urdf/mav_with_realsense.gazebo |
Hello! Great work. I used it with MAV simulator.
and when I adjust the
depthcam.xacro
to use the realsense d435 for color pointcloud:<pointCloud>true</pointCloud>
<pointCloudTopicName>depth/color/points</pointCloudTopicName>
<pointCloudCutoff>0.25</pointCloudCutoff>
<pointCloudCutoffMax>9.0</pointCloudCutoffMax>
but what i get is pointcloud without color
with situation in gazebo is:
Does it work well for you?I have seen some issues mentioned this problem, but there is not a solution till now. For example,
https://github.com/pal-robotics/realsense_gazebo_plugin/issues/37#issue-916293171.
Looking forward your kind reply and helps! Thanks a lot!!
The text was updated successfully, but these errors were encountered: