Docker

From Bike Wiki
Revision as of 19:25, 12 December 2020 by Ams693 (talk | contribs) (SLAM)
Jump to navigation Jump to search

Docker

Description

What this means

description

Why we use it

description

  • Depth image
    • An image that has various distances information. Zed already can create the depth image. Because Zed has two cameras, it can calculate the distance information knowing the distance between its own two cameras.

(We may eventually get a LIDAR that will allow us to skip these steps and directly have a laser scan)

  • Occupancy Grid
    • The data from the laserscan is transformed into an occupancy grid, which is essentially an array of data. We are planning on using the ROS package rtabmap for this step. We could also use gmapping, but rtabmap has better documentation. For rtabmap, we plan on using the published topics grid_map.From the ROS website, grid_map creates an occupancy grid generated with laser scans. It uses parameters with prefixes map_ and grid_. We will give this to the navigation team.
    • http://wiki.ros.org/rtabmap_ros

Example SLAM projects