Closed triton-epark closed 1 month ago
Hi, this is happening because you've set hw_dev_id of your adapter to 1.
Check these out: https://github.com/smartmicro/smartmicro_ros2_radars/blob/ad4e9b211cbfe1d64565ed07559cd841aaadc398/umrr_ros2_driver/src/smartmicro_radar_node.cpp#L93 https://github.com/smartmicro/smartmicro_ros2_radars/blob/ad4e9b211cbfe1d64565ed07559cd841aaadc398/umrr_ros2_driver/src/smartmicro_radar_node.cpp#L2203-L2208
If you set hw_dev_id's of your adapters to 0
or any positive integer other than 1
, it will work.
Am running the umrr_ros2_driver with the DRVEGRD 171. As far as I can tell by comparing with the existing parameter yaml files, I have the adapter params written correctly, but am getting runtime errors. What's missing or incorrect?
My params:
And get the resulting runtime error:
Thanks.