You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while the currently active lidar mode is 1024x20, the sensor config is not changed. The logging just says
[os_driver-1] [INFO] [1727862779.854131919] [ouster.os_driver]: Wrote sensor metadata to os-122307000738-metadata.json
[os_driver-1] [INFO] [1727862779.854166263] [ouster.os_driver]: ouster client version: 0.11.1+483206f-release
[os_driver-1] product: OS-1-128, sn: 122307000738, firmware rev: v3.0.1
[os_driver-1] lidar mode: 1024x20, lidar udp profile: RNG15_RFL8_NIR8
[os_driver-1] [INFO] [1727862779.855098502] [ouster.os_driver]: reset service created
[os_driver-1] [INFO] [1727862779.855713542] [ouster.os_driver]: get_metadata service created
What is the use for passing arguments if they do not modify the active config? Is there a way to change this and have the sensor reinitialize? This affects every setting.
To Reproduce
set some lidar mode on via browser, set config active and persist
run driver (ros2 humble) with current lidar mode to verify function
stop and restart driver with different lidar mode
observe that new lidar mode is not configured
Platform (please complete the following information):
Hi @themightyoarfish, thanks for reporting the problem. I was able to re-produce the issue and I have created a fix for it. This was a result of a human error on my behalf when porting the reconnection logic from ROS1 driver to ROS2: #369 and I haven't sufficiently tested the solution on the ROS2 branch. If you have time please take a look at #380 and let me know if you still have a problem not getting the parameters applied on startup.
Describe the bug
When starting the ROS2 driver e.g. like this
while the currently active lidar mode is 1024x20, the sensor config is not changed. The logging just says
What is the use for passing arguments if they do not modify the active config? Is there a way to change this and have the sensor reinitialize? This affects every setting.
To Reproduce
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: