Skip to content

Fixed depth cloud example#83

Merged
T045T merged 1 commit intoRobotWebTools:developfrom
mitchellwills:develop
Sep 15, 2014
Merged

Fixed depth cloud example#83
T045T merged 1 commit intoRobotWebTools:developfrom
mitchellwills:develop

Conversation

@mitchellwills
Copy link
Contributor

This fixes two problems with the depthcloud example

  • First the command to run the ros_web_video command was missing an underscore so the parameter to enable the web server was not set
  • Second the openni kinect driver only outputs uint16 depth images, while the depthcloud_encoder expects floats
    This adds a converter to generate float images

This fixes two problems with the depthcloud example
 - First the command to run the ros_web_video command was missing an underscore so the parameter to enable the web server was not set
 - Second the openni kinect driver only outputs uint16 depth images, while the depthcloud_encoder expects floats
   This adds a converter to generate float images
T045T added a commit that referenced this pull request Sep 15, 2014
@T045T T045T merged commit a757f84 into RobotWebTools:develop Sep 15, 2014
@T045T
Copy link
Contributor

T045T commented Sep 15, 2014

Merged, but it's curious the depth_proc nodelet was needed.
The rgbd_launch documentation indicates that depth_processing and depth_registered_processing should default to true, which should do that conversion for us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants