ros_deep_learning
ros_deep_learning copied to clipboard
Set default input_latency value
When launching video_viewer.ros2.launch
or video_source.ros2.launch
, it will result in an error if not supplying input_latency:=100
option.
launch.substitutions.substitution_failure.SubstitutionFailure: launch configuration 'input_latency' does not exist
This PR is to avoid this error by setting the default value.
This PR is to avoid this error by setting the default value.