#include <submap_2d.h>
Definition at line 42 of file submap_2d.h.
◆ Submap2D() [1/2]
cartographer::mapping::Submap2D::Submap2D |
( |
const Eigen::Vector2f & |
origin, |
|
|
std::unique_ptr< Grid2D > |
grid |
|
) |
| |
◆ Submap2D() [2/2]
cartographer::mapping::Submap2D::Submap2D |
( |
const proto::Submap2D & |
proto | ) |
|
|
explicit |
◆ Finish()
void cartographer::mapping::Submap2D::Finish |
( |
| ) |
|
◆ grid()
const Grid2D* cartographer::mapping::Submap2D::grid |
( |
| ) |
const |
|
inline |
◆ InsertRangeData()
◆ ToProto()
void cartographer::mapping::Submap2D::ToProto |
( |
proto::Submap * |
proto, |
|
|
bool |
include_probability_grid_data |
|
) |
| const |
|
overridevirtual |
◆ ToResponseProto()
void cartographer::mapping::Submap2D::ToResponseProto |
( |
const transform::Rigid3d & |
global_submap_pose, |
|
|
proto::SubmapQuery::Response * |
response |
|
) |
| const |
|
overridevirtual |
◆ UpdateFromProto()
void cartographer::mapping::Submap2D::UpdateFromProto |
( |
const proto::Submap & |
proto | ) |
|
|
overridevirtual |
◆ grid_
std::unique_ptr<Grid2D> cartographer::mapping::Submap2D::grid_ |
|
private |
The documentation for this class was generated from the following files: