Open nfs-chris opened 2 years ago
I confirm the same issue here with Ubuntu 20.04 focal and foxy, love to have a fix for this.
I was able to overcome this error by modifying the syntax of the launch file as follows (for both parameters sensor_sn
and recording_file
:
default_value="''",
When running
ros2 launch azure_kinect_ros_driver driver.launch.py
a TypeError gets thrown due to empty default values in DeclareLaunchArgument (sensor_sn and recording_file):Adding .perform(context) to the LaunchConfigurations in driver.launch.py, similar to this fix might fix this.