tier4 / nebula

A universal LiDAR and radar driver for ROS 2, supporting Hesai, Velodyne, Robosense and Continental sensors.
https://tier4.github.io/nebula/
Apache License 2.0
51 stars 51 forks source link

Request: change to not download calibration file when it is already downloaded #179

Open h-ohta opened 3 months ago

h-ohta commented 3 months ago

Now, the nebula driver always downloads calibration file from LiDAR sensor when launching driver. Could you change not to download calibration file when it is already downloaded in specific directory ?

mojomex commented 3 months ago

Hi, I think we can introduce that either as a setting or as the standard. Just out of curiosity, were there any particular problems with nebula downloading the data every time?

drwnz commented 3 months ago

I would like to propose that we save the sensor MAC address (either in the file name, or better the first line of the file) and then verify that the sensor is correct before deciding whether to download from the sensor or not.

h-ohta commented 3 months ago

@mojomex Thank you.

were there any particular problems with nebula downloading the data every time?

I have no problem about driver. But, I have long console log when I launch nebula driver. I'd like to reduce console log as less as possible.