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
This prevents us from passing ROS parameters, remaps, and other ROS args when starting rqt apps. For example, it prevents us from using the QoS overrides feature, which requires that we set parameters at startup.
We are not parsing any user-provided command-lines arguments for ROS configuration:
rqt/rqt_gui_cpp/src/rqt_gui_cpp/roscpp_plugin_provider.cpp
Lines 90 to 96 in 5af2ce3
I don't think the same issue exists for Python code, since by default
rclpy.init()
will look atsys.argv
, and we're using defaults:rqt/rqt_gui_py/src/rqt_gui_py/ros_py_plugin_provider.py
Line 80 in 5af2ce3
This prevents us from passing ROS parameters, remaps, and other ROS args when starting rqt apps. For example, it prevents us from using the QoS overrides feature, which requires that we set parameters at startup.
Supporting CLI args may require changes in
qt_gui_core
: https://github.com/ros-visualization/qt_gui_coreThe text was updated successfully, but these errors were encountered: