NVIDIA-ISAAC-ROS / isaac_ros_argus_camera

ROS 2 packages based on NVIDIA libArgus library for NVIDIA-accelerated CSI camera support.
https://developer.nvidia.com/isaac-ros-gems
Apache License 2.0
68 stars 14 forks source link

Parameter file is not read #41

Open gabrielwaibel opened 5 months ago

gabrielwaibel commented 5 months ago

Hi,

I am launching ros2 launch isaac_ros_argus_camera isaac_ros_argus_camera_mono.launch.py according to the instructions here: https://nvidia-isaac-ros.github.io/repositories_and_packages/isaac_ros_argus_camera/isaac_ros_argus_camera/index.html#quickstart

However changes in the parameter file argus_camera_mono_node.yaml are reflected when launching the node. E.g. when I change the parameter camera_id in the yaml it still uses the default parameter.

I checked where the config file is loaded /workspaces/isaac_ros-dev/install/isaac_ros_argus_camera/share/isaac_ros_argus_camera/config/argus_camera_mono_node.yaml in line. There the parameter is different than the default parameter. It seems the parameter file is not read properly.

Does someone experience the same?