worked on floorplan (v2)
worked on grid-generation (v2) new helper methods for geometry new test cases
This commit is contained in:
@@ -130,7 +130,7 @@ TEST(Walk, DISABLED_plot) {
|
||||
for (int i = 0; i < 5000; ++i) {
|
||||
pStates.clear();
|
||||
for (GridWalkState<GP>& state : states) {
|
||||
state = walk.getDestination(g, state, std::abs(dWalk(gen)), dTurn(gen));
|
||||
state = walk.getDestination(g, state, std::abs(dWalk(gen)), dTurn(gen), Activity::UNKNOWN);
|
||||
pStates.add(K::GnuplotPoint3(state.node->x_cm, state.node->y_cm, state.node->z_cm+10));
|
||||
}
|
||||
p.gp.draw(p.splot);
|
||||
|
||||
Reference in New Issue
Block a user