Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
77
int AmclMap::ComputeCellIndexByMap(const int &i, const int &j) {
78
return i + j * this->size_x_;
79
};
80
81
void AmclMap::ConvertWorldCoordsToMapCoords(const double &x,
82
const double &y,
Callers
1
LikelihoodFieldModelProb
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected