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
-**add** Different UDP timeouts for state initial and running, improved UDP timeout handling
17
+
-**fix** Picoscan range_min value in laserScan message #382
18
+
-**add** Support for RMS2xxx LIDoutputstate telegrams
19
+
-**fix** sick_generic_caller debug assertion #385
20
+
-**add** Check of udp receiver ip at startup
21
+
-**add** cmake-option to overwrite optimization level
22
+
-**change** Documentation restructured
23
+
-**add** Improved field evaluation TiM7xx, Tim7xxS (publish LIDinputstate messages, configuration and services for options FieldSetSelectionMethod and ActiveFieldSet)
* add: Different UDP timeouts for state initial and running, improved UDP timeout handling
15
+
* fix: Picoscan range_min value in laserScan message #382
16
+
* add: Support for RMS2xxx LIDoutputstate telegrams
17
+
* fix: sick_generic_caller debug assertion #385
18
+
* add: Check of udp receiver ip at startup
19
+
* add: cmake-option to overwrite optimization level
20
+
* change: Documentation restructured
21
+
* add: Improved field evaluation TiM7xx, Tim7xxS (publish LIDinputstate messages, configuration and services for options FieldSetSelectionMethod and ActiveFieldSet)
target_link_libraries(sick_scan_xd_api_dockertest "dl") # link with dl for dynamic library loading
825
-
if(ROS_VERSION EQUAL 0)
826
-
target_link_libraries(sick_scan_xd_api_dockertest "pthread") # pthread required for std::thread
827
-
target_link_options(sick_scan_xd_api_dockertest PUBLIC "LINKER:--no-as-needed") # fixes exception "Enable multithreading to use std::thread: Operation not permitted"
target_link_libraries(sick_scan_xd_api_dockertest "dl") # link with dl for dynamic library loading
844
+
if(ROS_VERSION EQUAL 0)
845
+
target_link_libraries(sick_scan_xd_api_dockertest "pthread") # pthread required for std::thread
846
+
target_link_options(sick_scan_xd_api_dockertest PUBLIC "LINKER:--no-as-needed") # fixes exception "Enable multithreading to use std::thread: Operation not permitted"
0 commit comments