-
Notifications
You must be signed in to change notification settings - Fork 14
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
Single Launch file for Thorvald & Robotnik #7
Conversation
Right now, the costmap is not generated when using multiple hokuyo, making the navigation impossible. I am going to include the laser merger, adjust the topics and fix this in a new commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't really tested anything, but I don't see major issues with this.
well, other than the failed CI build ;-) https://lcas.lincoln.ac.uk/buildfarm/job/Mpr__bacchus_lcas__ubuntu_bionic_amd64/16/testReport/ |
Yes I know that ;) I'm on it! |
This build fails because the test file assumes there is only one hokuyo generating the If we want to keep the unit test as they are, I will modify the launch file to load different sensor configuration based on a parameter and by default use the one with only one hokuyo (so to pass the test). |
The test should now pass
No description provided.