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

The planning results for publishing endpoints using nodes are different from those set in rviz, and the results published using nodes are incorrect #61

Open
cjt258 opened this issue Aug 9, 2023 · 4 comments

Comments

@cjt258
Copy link

cjt258 commented Aug 9, 2023

No description provided.

@karlkurzer
Copy link
Owner

Hey @cjt258 , thanks for your report. Unfortunately, it is unclear for me, what you exactly refer to. In case you want someone to help you with the issue, could you provide a more detailed explanation, including what the expected behavior would be and what the actual behavior is.

@cjt258
Copy link
Author

cjt258 commented Aug 9, 2023

Thank you very much,I have solved this problem。In node3d , you compare goal with rhs using int()==int(),but this make 125.9==125,I changed it to abs(goal-rhs)<=0.05 and it works

@cjt258
Copy link
Author

cjt258 commented Aug 24, 2023

@karlkurzer hi , when i change cellsize and map resolution to 0.5m or others, the path will be very very strange , should i change any other param?

@TiHONGTONG
Copy link

@karlkurzer hi , when i change cellsize and map resolution to 0.5m or others, the path will be very very strange , should i change any other param?

are you fixed it?

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

3 participants