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
2 stars 1 forks source link

Source build fails #74

Closed christophfroehlich closed 2 months ago

christophfroehlich commented 2 months ago

https://github.com/ros-controls/ros2_control/actions/runs/9009050170

       sh: 1: ros2: not found
      /__w/ros2_control/ros2_control/ros_ws/src/rna86ha94vo/ros2_control/controller_interface/test/test_controller_interface.cpp:91: Failure
      Expected equality of these values:
        std::system("ros2 param set /testable_controller_interface update_rate 623")
          Which is: 32512
        0
christophfroehlich commented 2 months ago

is this a bug in action-ros-ci? why does it not find the ros2 command from the sh?

christophfroehlich commented 2 months ago

Error was in ros2_control, fixed with https://github.com/ros-controls/ros2_control/pull/1533