Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differentiate 2D and 3D planner in local replan server #139

Open
fcladera opened this issue Mar 22, 2022 · 2 comments
Open

Differentiate 2D and 3D planner in local replan server #139

fcladera opened this issue Mar 22, 2022 · 2 comments
Labels

Comments

@fcladera
Copy link
Collaborator

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 fcladera added help wanted Extra attention is needed medium enhancement New feature or request and removed help wanted Extra attention is needed labels Mar 22, 2022
@versatran01
Copy link
Collaborator

versatran01 commented Mar 23, 2022

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.

@XuRobotics
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants