-
Notifications
You must be signed in to change notification settings - Fork 26
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
Openni Realsense (No device connected . . . .) #20
Comments
@tondy Hi After you done,If you have any question,Please tell me. |
Hello Blazing Ok. So I trying to do some SLAM and acml. To do it you nee a launch file to get the point cloud data and convert it to laser scan data for this to work which I thought why openni would be necessary. Does the library have this feature? |
@tondy Hi Did you means 2D SLAM? This ROS package publish two topics (The type is sensor_msgs::PointCloud2) /camera/depth/points point cloud without RGB like OpenNI /camera/depth/points I think your can use this package to run your application. THX |
I meant using pointcloud_to_laserscan http://wiki.ros.org/pointcloud_to_laserscan. The problem is the pointcloud to laserscan package requires openni to run! |
@tondy Hi You just need modify the Replace
with
and Replace
with
|
Hello Thank you that worked with sample_node.launch when trying do this with a launch file for a turtlebot replicate robot. Using the launch file below this error appears: Not sure whats happening? unused args [num_worker_threads, rgb_processing, publish_tf, depth_registration, depth_processing, ir_processing, disparity_processing, disparity_registered_processing, depth_registered_processing] for include of [/home/tondy/catkin_ws/src/realsense_camera/launch/realsense_camera.launch] |
@tondy Hi realsense_camera.launch don't have this args. I think you need found out what topic are you need to use in the "to_laserscan" application. I take a look of your start_laser1.txt file, I think you need "/camera/depth/image_raw" and "/camera/depth/camera_info" and some the others. Then write your new launch file to set them. This package's publish topics default sensor_msgs::PointCloud2 sensor_msgs::Image sensor_msgs::CameraInfo THX |
Hello DD I thank you so much for the help. After spending hours of trail and error. I got rid of most of the errors: Please have a look at start_laser.txt. If it works we can add the launch file to the current source Kind regards. |
@tondy Hi I think you just need modify
to
Thx |
Hello Guys
I have a ubuntu 14.01 intel nuc computer and ROS indigo installed. I am trying to launch openni
with the realsense camera . I have openni install as:
sudo apt-get install ros-indigo-openni-launch
roslaunch openni_launch openni.launch
I keep getting no device connected message.
Please help.
The text was updated successfully, but these errors were encountered: