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

No /camera/rgb/points, Natty

asked 2011-09-06 01:51:30 -0500

CaptainTrunky gravatar image

updated 2011-09-06 01:51:59 -0500

Hi! I install ROS-electric on fresh Natty(2.6.38-11-generic) with updates using this tutorial. Next, I try to launch openni_camera with this sample. Everything is normal, but in rviz there is no /camera/rgb/points topic. Where can be problem? So, there are some details:

  1. Logs from roslaunch openni_launch openni.launch - http://pastebin.com/z4YVUgEn
  2. rviz's sreenshot - http://imageshack.us/f/51/screenshot0906201102235.png
    Thanks for help!
edit retag flag offensive close merge delete

Comments

Does /camera/rgb/points show up when you do rostopic list?
Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2011-09-06 03:09:24 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2011-09-06 12:36:12 -0500

Patrick Mihelich gravatar image

I'm guessing that you followed the Diamondback instructions at openni_camera. I see that I somehow introduced a mistake there (wrong launch file) when updating the docs for Electric, sorry! That's fixed now.

Note that wiki pages may have different versions for different ROS releases (C Turtle, Diamondback, Electric) which you select by clicking the button for your release at the top of the page. Be careful you use the right docs.

To add confusion, there are actually two versions of the OpenNI ROS driver in Electric. The old version is the one from Diamondback, which we've preserved for backwards compatibility. So you can actually still follow the Diamondback instructions.

The new driver is a tad experimental, but much more modular and introduces new features. It has a couple of breaking API changes; in particular /camera/rgb/points no longer exists, use /camera/depth_registered/points instead. See the Quick Start instructions at openni_launch.

edit flag offensive delete link more

Comments

Thanks for help, it's became more clear!
CaptainTrunky gravatar image CaptainTrunky  ( 2011-09-06 18:10:13 -0500 )edit
0

answered 2011-09-06 20:19:44 -0500

embeddedheaven gravatar image

Message /camera/rgb/points still exist

Instead of roslaunch openni_launch openni.launch

do roslaunch openni_camera openni_node.launch

edit flag offensive delete link more

Question Tools

Stats

Asked: 2011-09-06 01:51:30 -0500

Seen: 541 times

Last updated: Sep 06 '11