Skip to content

Suppress warning of implicitly install package.xml file#1

Merged
henningkayser merged 1 commit intoPickNikRobotics:ros2from
RoboticsYY:ros2
Nov 13, 2019
Merged

Suppress warning of implicitly install package.xml file#1
henningkayser merged 1 commit intoPickNikRobotics:ros2from
RoboticsYY:ros2

Conversation

@RoboticsYY
Copy link

@RoboticsYY RoboticsYY commented Nov 13, 2019

This PR intends to suppress the warnings that the package.xml is not explicitly installed.

Warning message:

WARNING:colcon.colcon_ros.task.ament_python.build:Package 'urdfdom_py' doesn't explicitly install the 'package.xml' file (colcon-ros currently does it implicitly but that fallback will be removed in the future)

@henningkayser I think the original PR to ros/urdf_parser_py will not be updated further from AcutronicRobotics. Are we planning to file a new PR?

('share/ament_index/resource_index/packages',
['resource/' + package_name]),
('share/' + package_name, ['package.xml']),
('share/' + package_name + '/scripts', glob('scripts/display_urdf')),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this really install all scripts correctly? I would have thought we should rather fix the original CMakeLists.txt, but I'm fine if this works for now

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I see that per migration guide pure python packages should just run the setup.py

@henningkayser
Copy link

henningkayser commented Nov 13, 2019

@henningkayser I think the original PR to ros/urdf_parser_py will not be updated further from AcutronicRobotics. Are we planning to file a new PR?

Yes, we're taking over the migration efforts of all direct package dependencies. For the new PR we should revert the changes in terms of license and maintainer. I'll merge this now, anyways.

@henningkayser henningkayser merged commit b36f33a into PickNikRobotics:ros2 Nov 13, 2019
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

Successfully merging this pull request may close these issues.

2 participants