with the Fibonacci.action file defined in [official action tutorial](https://docs.ros.org/en/humble/Tutorials/Intermediate/Creating-an-Action.html#defining-an-action) as: ``` # Request --- # Result --- # Feedback ``` Code here should be modified to `auto & sequence = feedback->partial_sequence;`, otherwise it cannot be compiled successfully https://github.com/ros2/examples/blob/8a9fbfb54ffb600728644f2f310a8f4b1e23d5b6/rclcpp/actions/minimal_action_server/member_functions.cpp#L76