Can configure parameters from camera with ros2 run rqt_reconfigure rqt_reconfigure
Actual behavior
When using iceoryx shared memory the parameters from camera are not visible using ros2 run rqt_reconfigure rqt_reconfigure (they are with ros2 param list), Using vanilla cyclone without export CYCLONEDDS_URI they are visible with ros2 run rqt_reconfigure rqt_reconfigure
Bug report
Required Info:
Steps to reproduce issue
with config
export CYCLONEDDS_URI=
:Expected behavior
Can configure parameters from camera with
ros2 run rqt_reconfigure rqt_reconfigure
Actual behavior
When using iceoryx shared memory the parameters from camera are not visible using
ros2 run rqt_reconfigure rqt_reconfigure
(they are withros2 param list
), Using vanilla cyclone withoutexport CYCLONEDDS_URI
they are visible withros2 run rqt_reconfigure rqt_reconfigure