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

Remove map origin restriction #1

Open
dmiklic opened this issue Aug 24, 2017 · 4 comments
Open

Remove map origin restriction #1

dmiklic opened this issue Aug 24, 2017 · 4 comments

Comments

@dmiklic
Copy link
Collaborator

dmiklic commented Aug 24, 2017

Currently, the planner works only if the map origin is at [0,0,0]. Remove this restriction.

@RickeyLee09
Copy link

Hi there, is this problem fixed? or do you have any ideas how to fix it? I'm trying to use this algorithm as a local planner, so the map origin cannot be set at[0,0,0].

@dmiklic
Copy link
Collaborator Author

dmiklic commented Nov 22, 2019

Hi,

unfortunately, this limitation still exists. I will contact the original developer to see if he'd be able to point you in the right direction.

@dmiklic
Copy link
Collaborator Author

dmiklic commented Nov 25, 2019

Hi @RickeyLee09, seems that the [0,0,0] assumption is quite deeply rooted in the code. The best workaround at the moment would be to transform all poses before sending them to the planner and then to apply the inverse transform to the planner output.

@RickeyLee09
Copy link

RickeyLee09 commented Nov 25, 2019 via email

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

No branches or pull requests

2 participants