Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ setQuadrant
Method
setQuadrant
grid_map_core/src/BufferRegion.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void BufferRegion::setQuadrant(BufferRegion::Quadrant type)
56
{
57
quadrant_ = type;
58
}
59
60
} /* namespace grid_map */
61
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected