ros2 / examples

Example packages for ROS 2
Apache License 2.0
691 stars 311 forks source link

CI rolling build is failing #308

Closed flynneva closed 3 years ago

flynneva commented 3 years ago

https://build.ros2.org/job/Rdev__examples__ubuntu_focal_amd64/changes

first error I could find was this:

08:45:54 /tmp/ws/src/examples/rclcpp/topics/minimal_publisher/member_function_with_unique_network_flow_endpoints.cpp:80:31: error: ‘NetworkFlowEndpoint’ is not a member of ‘rclcpp’
08:45:54    80 |     const std::vector<rclcpp::NetworkFlowEndpoint> & network_flow_endpoints) const
08:45:54       |                               ^~~~~~~~~~~~~~~~~~~
08:45:54 
clalancette commented 3 years ago

New release is coming up which should fix this.

flynneva commented 3 years ago

ok, ill close this then. I wasnt sure why it was failing. sounds like it is covered 😄