I want to pass custom arguments to my callback function and use std::bind for it. However, I believe that function_traits are not allowing passing a functor with custom arguments.
This little demo shows the block which does not compile.
https://github.com/ros2/examples/blob/callback_error/rclcpp_examples/src/services/add_two_ints_server.cpp#L58-L68