-
Notifications
You must be signed in to change notification settings - Fork 699
Travis: Update to Noetic and fix various warnings #538
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
Conversation
dc0906c to
c371717
Compare
tylerjw
left a comment
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.
These changes look good. The travis issues look like they are build issues in MVT.
|
No, some build issues need to be fixed here in moveit_tutorials. |
- declare missing run dependencies - find_package(rviz_visual_tools) as we declare it as a build dependency - build lerp_motion_planner_plugin directly from all sources
- unused parameters, variables - uninitialized variables - out-of-order member initialization - unsigned int vs. signed int comparison
... to have latest geometric_shapes 0.7.2 available
|
Is this still WIP? I am currently going through the tutorials with ROS Noetic and started to update the instructions. See here. If you’d like I could rebase and open a PR on your repositories master branch to include the changes to this PR. Otherwise I could open another PR to this repository. |
|
@sjahr, this is merged now. I was waiting for Travis to finally succeed. |
No description provided.