17.78 /home/ros/ros2_ws/src/ydlidar_ros2_driver/src/ydlidar_ros2_driver_node.cpp: In function ‘int main(int, char**)’:
17.78 /home/ros/ros2_ws/src/ydlidar_ros2_driver/src/ydlidar_ros2_driver_node.cpp:44:26: error: no matching function for call to ‘rclcpp::Node::declare_parameter(const char [5])’
17.78 44 | node->declare_parameter("port");
17.78 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
Is the master branch compatible to the ROS2 rolling?
I run in my dockerfile this command
and got this compiler error:
Is the master branch compatible to the ROS2 rolling?
I can build the humble branch without any issue.