You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rclcpp::parameter::ParameterVariant("bar", std::string("hello")) is intepreted as a string correctly. rclcpp::parameter::ParameterVariant("bar", "hello") is interpreted as a bool with value true.