Closed mbellafaire-pme closed 5 months ago
We were able to resolve the issue with the help of customer support. The following parameters needed to be added to the yaml file for DRVEGRD 171:
# The interface name of the sensor
uifname: "umrra4_automotive"
# The major version of the interface
uifmajorv: 1
# The minor version of the interface
uifminorv: 3
# The pathc version of the interface
uifpatchv: 0
Hello,
Thank you for the work on this package. I'm currently trying to interface the DRVEGRD 171 with this ROS driver but am not able to view data on the
/smart_radar/targets_0
topic. The radar is connected via ethernet through a media converter and powered by 12V. The node starts up and all services are available:My radar parameters file is:
Wireshark shows packets being transmitted from the radar to my machine.
Below is the output for my network adapter obtained through ifconfig:
Attempting to to echo the
/smart_Radar/targets_0
topic yields no output. Following #15 I requested the firmware from customer support and flashed the radar with version 1.3.0 using this driver.A similar issue is present on DriveRecorder. The packets are also visible on wireshark for windows, but cannot be viewed in DriveRecorder. I can interface to the radar to DriveRecorder via CAN on windows. What could be the possible causes for this issue?