WIP: 1) Compatible with ROS Noetic, 2) Cleanup#32
Conversation
|
Thanks for the PR! I guess we could possibly create a new branch for Noetic. Did you have to install using different packages? I seem to remember some packages didn't exist for Noetic or something else in the Wiki installation instructions not working for Noetic, but I don't recall exactly what. |
The added dependencies are simply those that are "used somewhere in the package but not listed in If desired I can separate this PR and open another one for the added dependency. But my guess is that current participants either don't have any issue due to these missing deps, or have dealt with it. |
|
I was thinking more of system dependency packages here https://github.com/osrf/vorc/wiki/Installation-on-Host For example, I don't think and it returns nothing. This was the case when I tried to set up VORC with Noetic initially, and that was why I stuck with Melodic. We cannot officially support Noetic if some of the required dependencies don't exist, without some time put in to look for substitutes for these in Noetic. So that would tell me whether we open a branch for |
|
Ooh |
NOTE: Do NOT merge into
masterunless the default ROS version is updated to ROS Noetic or newer.Problem
As the environment requiremet of vorc 2020 is ROS Melodic, the pkg does not build on a newer ROS environment, e.g. Noetic.
Approach
Remove the obsolete option from
xacro's cmake macro.Changes added in this PR