ros-controls / ros2_control_ci

This repository holds reusable workflows for CI of the ros2_control framework.
https://control.ros.org
Apache License 2.0
4 stars 3 forks source link

CI build job humble/main failed! #38

Closed github-actions[bot] closed 7 months ago

github-actions[bot] commented 8 months ago

An automated scheduled build failed on master: https://github.com/ros-controls/ros2_control_ci/actions/runs/8698762910

christophfroehlich commented 8 months ago

@fmauch can this be the result of #33? (code from master sneaked into humble workspace)

saikishor commented 8 months ago

It seems like it is using master. The hardware_class_type member variable only exists in the humble https://github.com/ros-controls/ros2_control/blob/deb34de09a2a961e965c3542d9aaa2d2cf829c84/hardware_interface/include/hardware_interface/hardware_info.hpp#L112

christophfroehlich commented 8 months ago

yes, but the only possibility is that it came in via cache.

saikishor commented 8 months ago

Yes yes, of course, it should be from the cache

fmauch commented 8 months ago

Yeah, I think we should really tackle #33 soon.

christophfroehlich commented 7 months ago

Fixed with #49