1
$\begingroup$

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?

$\endgroup$

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.