Login  Register

ZED camera mapping

classic Classic list List threaded Threaded
5 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

ZED camera mapping

Giacomo
3 posts
Hello,

I am having problems taking data output from the ZED camera and processing it in RTAB-Map. This could be because it does not use the openni driver. Is there a way of running RTAB-Map taking data directly from the ros topics published by the ZED wrapper? The topics published by the camera are defined in the launch file at this link: https://github.com/stereolabs/zed-ros-wrapper/blob/master/launch/zed_depth.launch

Thanks
Giacomo
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZED camera mapping

matlabbe
Administrator
4450 posts
Hi,
You can use the ZED wrapper like OpenNI. From what I see from your referred launch file, it uses the same topics as OpenNI, so you may be able to follow the RGB-D Hand-Held Mapping With a Kinect tutorial:
$ roslaunch zed_wrapper zed_depth.launch
$ roslaunch rtabmap_ros rgbd_mapping.launch rtabmap_args:="--delete_db_on_start"

cheers,
Mathieu
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZED camera mapping

Giacomo
3 posts
Thanks very much, I think my ZED wrapper node was outdated but I've got the mapping working now.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZED camera mapping

jacksonkr
56 posts
How well does the Zed camera work with rtabmap? I've heard that it relies on the computer to put the depth stream together, does that leave much room for rtabmap to work it's magic?
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: ZED camera mapping

Giacomo
3 posts
This post was updated on Aug 09, 2021; 5:43pm.
Hi,


I am running rtabmap along with the ZED on the Jetson TK1 and its had no problems running both at the same time