We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f2295 commit 5a0629eCopy full SHA for 5a0629e
samples/nav_rrt_planning_example/test.cpp
@@ -93,8 +93,8 @@ void TestRRT1()
93
// gridmap.getAsPointCloud( planner_input.obstacles_points );
94
95
// Workspace bounding box:
96
- planner_input.world_bbox_min = mrpt::math::TPoint2D(bbox.min.x, bbox.min.y);
97
- planner_input.world_bbox_max = mrpt::math::TPoint2D(bbox.max.x, bbox.max.y);
+ planner_input.world_bbox_min = {bbox.min.x, bbox.min.y, -M_PI};
+ planner_input.world_bbox_max = {bbox.max.x, bbox.max.y, +M_PI};
98
99
// size_t iters=0;
100
// Show results in a GUI and keep improving:
0 commit comments