Skip to content

Build failure on ROS 2 Rolling Buildfarm #109

@Yadunund

Description

@Yadunund

robotiq_controllers is failing to build on the Rolling Buildfarm. It looks like #108 fixes the build but the changes have not been bloomed yet. We are proceeding with the next Rolling Sync which will remove these packages from the buildfarm. They can be added back in a subsequent sync provided the changes are bloomed successfully.

Details: https://build.ros2.org/view/Rbin_uN64/job/Rbin_uN64__robotiq_controllers__ubuntu_noble_amd64__binary/193/console

18:54:41 /tmp/binarydeb/ros-rolling-robotiq-controllers-0.0.1/src/robotiq_activation_controller.cpp:109:59: error: ‘__gnu_cxx::__alloc_traits<std::allocator<hardware_interface::LoanedCommandInterface>, hardware_interface::LoanedCommandInterface>::value_type’ {aka ‘class hardware_interface::LoanedCommandInterface’} has no member named ‘get_value’; did you mean ‘set_value’?
18:54:41   109 |   while (command_interfaces_[REACTIVATE_GRIPPER_RESPONSE].get_value() == ASYNC_WAITING) {
18:54:41       |                                                           ^~~~~~~~~
18:54:41       |                                                           set_value
18:54:41 /tmp/binarydeb/ros-rolling-robotiq-controllers-0.0.1/src/robotiq_activation_controller.cpp:112:68: error: ‘__gnu_cxx::__alloc_traits<std::allocator<hardware_interface::LoanedCommandInterface>, hardware_interface::LoanedCommandInterface>::value_type’ {aka ‘class hardware_interface::LoanedCommandInterface’} has no member named ‘get_value’; did you mean ‘set_value’?
18:54:41   112 |   resp->success = command_interfaces_[REACTIVATE_GRIPPER_RESPONSE].get_value();
18:54:41       |                                                                    ^~~~~~~~~
18:54:41       |                                                                    set_value
18:54:41 make[4]: *** [CMakeFiles/robotiq_controllers.dir/build.make:79: 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions