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

Cole's profile - activity

2019-05-20 02:08:35 -0500 marked best answer Rtabmap with Multiple RealSense ZR300 cameras

Hi all,

I am wondering how can I run Rtabmap for mapping using two RealSense ZR300 cameras on ROS platform. It can run with the standalone Rtabmap using single camera, but when it comes to two cameras, I do not know how to write the launch file. Can anyone provide with some hints? Thanks a lot.

2019-05-20 01:48:46 -0500 marked best answer RTABMAP with multiple ZED stereo cameras

Hi, I would like to use multiple ZED stereo cameras for the 3D mapping with RTABMAP. But I notice RTABMAP only supports single stereo camera or stereo camera+laser. Could anyone kindly give me some insights on how to do the multiple ZED cameras mapping? Thank you.

2019-03-01 12:35:05 -0500 marked best answer How to export key frames and camera poses using RTABMAP automatically

Hi,

I am using RTABMAP for 3D mapping. But I need to write shell script to run the SLAM and export key frame images and poses. Is there any method to export them without using mouse click operation at the window?

Thanks ahead.

2019-03-01 12:34:32 -0500 received badge  Famous Question (source)
2019-03-01 12:34:32 -0500 received badge  Notable Question (source)
2019-03-01 12:34:32 -0500 received badge  Popular Question (source)
2018-02-14 12:29:12 -0500 received badge  Famous Question (source)
2018-02-08 03:12:04 -0500 asked a question How to export key frames and camera poses using RTABMAP automatically

How to export key frames and camera poses using RTABMAP automatically Hi, I am using RTABMAP for 3D mapping. But I nee

2017-11-01 09:59:35 -0500 received badge  Famous Question (source)
2017-10-31 14:32:11 -0500 received badge  Notable Question (source)
2017-10-31 04:39:33 -0500 commented answer RTABMAP with multiple ZED stereo cameras

emm, I have tried to use the ZED odometry by removing the rgbd_odometry node and remap the "odom" as you suggested based

2017-10-31 00:27:54 -0500 edited answer RTABMAP with multiple ZED stereo cameras

<launch> <arg name="zed_rgbd_mode" default="true"/> <!-- C

2017-10-31 00:27:12 -0500 edited answer RTABMAP with multiple ZED stereo cameras

<launch> <arg name="zed_rgbd_mode" default="true"/> <!-- Choose visualizati

2017-10-31 00:26:41 -0500 edited answer RTABMAP with multiple ZED stereo cameras

<launch> <arg name="zed_rgbd_mode" default="true"/> <!-- Frames: Kinects are placed at 90

2017-10-31 00:25:49 -0500 answered a question RTABMAP with multiple ZED stereo cameras

<launch> <arg name="zed_rgbd_mode" default="true"/> <arg name="rviz" default="false"/>

2017-10-31 00:25:41 -0500 commented answer RTABMAP with multiple ZED stereo cameras

Hi Thank you for the help. I have rewritten the launch file and run the two cameras simultaneously. I paste the details

2017-10-27 22:37:35 -0500 commented answer RTABMAP with multiple ZED stereo cameras

Hi Matlabbe, Thank you so much for the insight. May I know if I would like to use the ZED odometry, how can I revise th

2017-10-27 08:05:38 -0500 received badge  Popular Question (source)
2017-10-26 05:26:08 -0500 asked a question RTABMAP with multiple ZED stereo cameras

RTABMAP with multiple ZED stereo cameras Hi, I would like to use multiple ZED stereo cameras for the 3D mapping with RTA

2017-10-26 05:20:42 -0500 received badge  Notable Question (source)
2017-09-27 13:53:51 -0500 received badge  Popular Question (source)
2017-09-22 05:20:12 -0500 received badge  Organizer (source)
2017-09-22 05:19:11 -0500 received badge  Editor (source)
2017-09-22 05:19:11 -0500 edited question Rtabmap with Multiple RealSense ZR300 cameras

Rtabmap with Multiple RealSense ZR300 cameras Hi all, I am wondering how can I run Rtabmap for mapping using two RealSe

2017-09-22 05:17:46 -0500 asked a question Rtabmap with Multiple RealSense ZR300 cameras

Rtabmap with Multiple RealSense ZR300 cameras Hi all, I am wondering how can I run Rtabmap for mapping using two RealSe

2016-03-13 11:23:50 -0500 received badge  Good Question (source)
2016-03-08 04:40:33 -0500 received badge  Nice Question (source)
2014-09-05 06:27:31 -0500 received badge  Famous Question (source)
2014-08-06 05:32:06 -0500 received badge  Student (source)
2014-08-06 05:31:51 -0500 received badge  Popular Question (source)
2014-08-06 05:31:51 -0500 received badge  Notable Question (source)
2014-08-06 05:31:51 -0500 received badge  Famous Question (source)
2014-06-25 04:45:30 -0500 received badge  Enthusiast
2014-06-18 22:13:14 -0500 asked a question How to synchronize the map in Rviz and Stage

Hi to All,

I am new to ROS. I am doing the navigation simulation based on the package of "navigation_stage". I replace the default map with mine and generate the .world file. But when I run the simulation, the maps in Rviz and that in Stage are not synchronous (they are not in the same coordinate). I notice the size, orientation can be adjusted in the .world file. But I do not know how to set the values for them.

Is any one know about this? Thanks in advance.

Fangwen

2014-06-18 21:59:50 -0500 received badge  Notable Question (source)
2014-06-17 04:06:29 -0500 received badge  Popular Question (source)
2014-06-14 00:51:46 -0500 asked a question .bag file error by Hokuyo laser scanner

I am new to ROS. I tried to use " rosbag record -O mylaserdata /base_scan /tf " to record the distance data. But after I finish the recording, there is no message recorded to the ".bag" file. Does anyone know the solution? Thanks in advance.

Is it necessary to set "base_scan" for my laser sensor first? If yes, how?