Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Browsing latest articles
Browse All 122 View Live
↧

Unable to store the depth map in 32FC1 format?

Hello! I want to get the depth data from Creative 3d Senz camera. I am not able to store the depth map in its correct format. Please see the snippet below. 1 #!/usr/bin/env python 2 3 import sys 4...

View Article


question on conversion of depth image

I have a depth image (128, 414, 3) type 64FC3. I could like to convert this to be acceptable to send to rtabmap_ros/point_cloud_xyzrgb . However I am not sure how to covert this image into an...

View Article


How to get correct depth value using kinect? I get all 0

Hey, I'm new to opencv and all computer vision stuff. I'm trying to get the depth of one specific pixel point from the kinect image. I get the code how to get un-encoded depth from the topic...

View Article

openni2_launch ASUS Xtion 2 No devices connected

Hi everyone, I attempted to connect ASUS Xtion 2 with openni2.launch, but I could not. And I received the following ROS_INFO message. PARAMETERS * /camera/camera_nodelet_manager/num_worker_threads: 4 *...

View Article

Freenect or depth_image_proc to process depth image

My depth image comes from meta glass which runs on the windows system. I already transmitted my data image from windows to linux and had it published on the topic. Is that possible that I directly...

View Article


realsense SR300 detect object much closer

i use SR300 on my robot for obstacle avoidance my ros is indigo and use [official package](http://wiki.ros.org/realsense_camera) for the camera i put the robot afront of a wall, at first the camera...

View Article

how to set image_transport parameter for /../compressed and...

I am running Ros Kinetic on Ubuntu 16.04. I recorded a bag from a kinect 2 that only has ir and depth compressed, i.e. **/k2/ir/image/compressed** **/k2/depth/image/compressedDepth** I am able to...

View Article

Hi,I am using ZED stereocamera for depth sensing. I am using CUDA9 with ZED...

![image description](file:///F:/My%20Pictures/Singapore/ZED%20forum/DSC_0446.jpg) file:///F:/My%20Pictures/Singapore/ZED%20forum/MOV_0447.mp4

View Article


Difference between depth image types

Trying to understand the difference between depth images and how to convert between them. I have two bag files from which I am displaying depth image topics below. The image on the left is the rgb...

View Article


What does the "depth" mean on earth?

I am really confused about the meaning of "depth" which is acquired by a RGB-D camera. I think there are two meanings, 1: The distance from a point in the 3-D world to the infrared camera center. 2:...

View Article

Is it possible to get odometry only with a depth map and/or IR image?

I am about to buy Intel RealSense D410 OEM camera module, which is identical to the D415, except missing the RGB camera. Will I be able to calculate visual odometry with it? Which ROS packages should I...

View Article

Can't visualize Pepper's PointCloud using PCL viewer

I have written a piece of code which subscribes to my Pepper Robot's depth_registered/points topic, converts the Sensor::msg object to pcl::PointCloud using pcl::fromROSMsg(), when I try to visualize...

View Article

How to use depth_image_proc

I am running gazebo 7, ubuntu 16.04, ROS kinetic. I've attached a kinect depth camera to the end effector of a UR5. I want to be able to take the data from image_raw and convert it into readable...

View Article


performance collapses upon subscribing to depth/image topic(s) on turtlebot

I have two PCs on a Turtlebot2. One is running the turtlebot nav stack and openni (on hydro). The other is running cmvision_3d to do 3d blob detection (on jade) (it's a python package that combines...

View Article

Create PointCloud2 in Matlab

I am looking to create a PointCloud2 message in MATLAB and publish back to ROS via the Robotics Systems Toolbox. I am receiving a PointCloud2 message from my Intel Realsense camera and processing the...

View Article


Turtlebot depth image not showing in image_view

Hello, I want to try some opencv algorithms with depth images from the turtlebot1 (create base). I want to save them for later use because of the complexity of modifying and remaking a node. We have...

View Article

different encodings of depth image for real & simulated kinect

Hi all I've got a Gazebo simulation of a kinect camera, where I'm subscribing to the ROS topic `/camera/depth/image_raw`, which is of type...

View Article


Octomap voxel occupancy probabilities getting stuck

I am using octomap to maintain an occupancy grid from depth camera point cloud measurements, and I've noticed that some nodes seem to get stuck in an occupied or free state, and never get updated by...

View Article

Localization using 3D OctoMap structure

Hello there, Firstly, i am a quite newbie in ROS and OctoMap and even more on PCL, and as i search around ros.answers most of the questions were quite old regarding OctoMap. So, I have builded a 3D...

View Article

Depth image from rectified stereo images or disparity image

I need a depth image for my project(MoveIt robotic arm with CV). Stereo_image_proc package provides rectified stereo images and disparity image. I can view them in RVIZ and rqt_image_view. What I have...

View Article

rviz not showing 16 bits-per-pixel, single channel depth images

Hi, I am playing a bag of 16 bits-per-pixel depth and 8 bit rgb images. While playing the bag, I can extract both the rgb and the depth images into files (verifying that the data is ok) (I used the...

View Article


rtabmap fails to run a bag of depth and rgdb images

Hi, I am playing a bag of 16 bits-per-pixel depth and 8 bit rgb images. While playing the bag, I can extract both the rgb and the depth images into files (to verify that the data is ok) (I used the...

View Article


Running rtabmap on bag of rgb and depth images

Hi, I want to run ros rtabmap on a bag of rgb and depth images, with the following topics: rostopic list /camera/depth/camera_info /camera/depth/image /camera/rgb/camera_info /camera/rgb/image_color I...

View Article

create point cloud2 from depth image

Hi, I have a image message of depth image. I need to create point cloud2 from that message, how can I do it? I don't have camera info!!!. I couldn't find any document for that. please help me.

View Article

depth data retrieved by image_transport has confusing format

- OS: Ubuntu 16.04 LTS - ROS distro: kinetic Hey, I am reading depth data from a Microsoft Kinect using the freenect package. My Node: #include #include #include #include #include #include #include...

View Article


How to get the correct X Y distance from depth camera

Hi, I would like to create TF for an object detected in OpenCV using depth camera. When I look at the code from the book "ROS Robotics By Example", they use the X, Y coordinate detected in the picture...

View Article

Are all the 16 bits of Realsense D415 depth message valid?

Hi! I am using an Intel Realsense camera D415 and I have got the depth message from a ros topic. The depth values for each pixel in RGB image is in the range of 0~65535. It is obvious that the depth...

View Article

How to calculate the distance to object with orbbec astra camera

Hello, I am using orbbec Astra camera in order to get the distance to the already detected object. I have detected the object by using OpenCV and /brg/image_raw topic from Astra camera. Now I want to...

View Article

Getting depth information from point using Python

Hi guys, I'm trying to get depth information from a specific point. I'm using openni_launch topics "camera/rgb/image_color" (to calculate the point) and "camera/depth/image" (to get depth...

View Article



depth information from Astra camera

Hello, I am trying to get the distance to the defined object by using Astra camera with /camera/depth/image_raw topic. By using OpenCV library and RGB image from topic /camera/rgb/image_raw I have...

View Article
Browsing latest articles
Browse All 122 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>