MCPcopy Create free account
hub / github.com/RoboMaster/RoboRTS / ComputeCellIndexByMap

Method ComputeCellIndexByMap

roborts_localization/amcl/map/amcl_map.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77int AmclMap::ComputeCellIndexByMap(const int &i, const int &j) {
78 return i + j * this->size_x_;
79};
80
81void AmclMap::ConvertWorldCoordsToMapCoords(const double &x,
82 const double &y,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected