I'm running into this issue where every time I run my launch file for sick_multiscan LiDAR:
IncludeLaunchDescription(
PythonLaunchDescriptionSource(PathJoinSubstitution([
FindPackageShare("sick_scan_xd"), "launch",
"sick_multiscan.launch.py"])),
launch_arguments={
'hostname': '192.168.11.12',
'udp_receiver_ip': '192.168.11.10',
}.items()
it seems the hostname does not change no matter what I do
[sick_generic_caller-1] [INFO] [1744364536.308601789] [sick_scan_xd]: sick_scan_xd: Tcp::open: connecting to 192.168.0.1:2111 ...
it stays as the default 192.168.0.1
any reason why this might be?