Login  Register

Usyd with monocular camera

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

Usyd with monocular camera

matteo.scucchia
21 posts
Hi Mathieu,
I'm trying to run rtabmap_ros with usyd dataset using the launcher in rtabmap_example. I want to use only the front camera (/gmls/A0), with a depth generated from scan, but i cannot achieve the desired result. With two or three cameras it works well, but with one camera it doesn't work.

Can you create an example of launch file with only one rgb camera and laser scan?

Thanks in advance.

Cheers,
Matteo
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: Usyd with monocular camera

matlabbe
Administrator
4273 posts
Hi Matteo,

What did you try?

I would change namespace here to "/gmsl/A0", then set rgbd_cameras to 1 for rtabmap node with:
<remap from="rgbd_image" to="/gmsl/A0/rgbd_image"/>

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

Re: Usyd with monocular camera

matteo.scucchia
21 posts
Thanks Mathieu,
I've forgotten the remap!

Always the best!

Cheers,
Matteo