Closed dirk-thomas closed 6 years ago
In the current state it does successfully parse all manifest files of ROS 2, exposes an API for all new information as well as provide an API for condition evaluation.
It doesn't utilize the new information yet in any of the non-parsing API, e.g. consider group dependencies in topological order or passing context for the dependency conditions.
The patch now does utilize the new information in the topological order as well as uses the context to evaluate dependency conditions.
@ros-infrastructure/ros_team Ready for review.
I believe the pyparsing dependency needs to be added to the
stdeb.cfg
file too.
Thank you - good catch. I added it here.
Waiting for a confirmation from @nuclearsandwich before merging...
As defined in REP 149.