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
When the context receives command line arguments, it only parses the ones between --ros-args and a --. The context could have a function to return a list of command line arguments not parsed by ROS, for further processing with clap or so.
When the context receives command line arguments, it only parses the ones between
--ros-args
and a--
. The context could have a function to return a list of command line arguments not parsed by ROS, for further processing withclap
or so.This should be done using functions from https://github.com/ros2/rcl/blob/foxy/rcl/include/rcl/arguments.h, and the
rcl_arguments_t
instance stored in thercl_context_t
.The text was updated successfully, but these errors were encountered: