Tomoya Fujita
Tomoya Fujita
It's been 2 months. @sloretz friendly ping.
@clalancette @wjwwood about fallback filtering in rcl, that requires new repository https://github.com/ros2/common_content_filter/pull/1, I will be working on the review. but i think it would not be probable to integrate new...
This is not supported in rolling, https://docs.ros2.org/foxy/api/rcl_interfaces/msg/ParameterType.html. Parameter type does not have `List` or `Dictionary/Map` type, but only array type. btw, is that supposed to be the following, which can...
yes it does.
CI: * Linux [](http://ci.ros2.org/job/ci_linux/17864/) * Linux-aarch64 [](http://ci.ros2.org/job/ci_linux-aarch64/12432/) * Windows [](http://ci.ros2.org/job/ci_windows/18535/)
> That only applies if the value is unquoted. as mentioned https://github.com/ros2/rclcpp/issues/1983#issuecomment-1220399274, this is correct. > That's why supporting !!str seems unnecessary IMO. direct solution against https://github.com/ros2/rclcpp/issues/1983, it would be...
created follow-up issue on https://github.com/ros2/rcl/issues/1026
CI: * Linux [](http://ci.ros2.org/job/ci_linux/17718/) * Linux-aarch64 [](http://ci.ros2.org/job/ci_linux-aarch64/12264/) * Windows [](http://ci.ros2.org/job/ci_windows/18343/)
https://github.com/ros2/ros2cli/issues/895 is similar problem with `ros2run` package.
> Setting log level to at least info works fine i do not think so, this is default level so it just seems to work. we can check that with...