kr_autonomous_flight icon indicating copy to clipboard operation
kr_autonomous_flight copied to clipboard

Differentiate 2D and 3D planner in local replan server

Open fcladera opened this issue 4 years ago • 0 comments

Current status: When we initialize a planner instance, we always initialize it in 3D and we are setting the control inputs to zero in the z-direction. We did this for visualization purposes (because we need a 3D voxel map), but this is not optimal in terms of compute.

Ideal scenario: we would like the planner to be initialized in 2D. We may need to modify the current planner-util package to be able to use a slice of the 3D map (but we still can visualize it in rviz).

fcladera avatar Mar 22 '22 20:03 fcladera

I suggest fixing the issue with inconsistent map storage order first. I don't remember if this was fixed or not but worth looking at to make sure.

versatran01 avatar Mar 23 '22 14:03 versatran01

I suggest fixing the issue with inconsistent map storage order first. I don't remember if this was fixed or not but worth looking at to make sure.

I don't think this is fixed, would you like to create an issue on this?

XuRobotics avatar Mar 24 '22 02:03 XuRobotics