Robotics StackExchange | Archived questions

Using Zed Camera with Navigation Stack and mapping

I have previously built a mobile robot. I used Lidar, Imu and optical encoders for obstacle avoidance, angular and linear odometry respectively. I used gmapping for SLAM and navigation stack (amcl, move_base etc) for autonomous motion.

Now, I want to use Zed Camera with ros navigation and I am expecting it to replace Lidar, Imu and Wheel encoders. I have following concerns regarding Zed Camera.

If anyone has already used Zed Camera with ROS, kindly guide if it is the right choice to use for outdoor navigation and mapping. Thanks

Asked by Waseem Anjum on 2016-08-31 07:07:23 UTC

Comments

You might want to look at some of the Turtlebot code. The Turtlebot code uses the Kinect and generates a LaserSan message, in much the same way as you could with the Zed.

Asked by Mark Rose on 2016-08-31 10:45:54 UTC

Answers