Stefan Scherzinger
Stefan Scherzinger
**Background** Recently, there was [an issue](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/issues/447) about possible data races in the driver's hardware_interface (PR [here](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/pull/448) by @AndyZe). While critical parts have been spotted, it might be reasonable to run...
## Problem The spacenav buttons are currently only published once upon being triggered. They are thus flooded by the other, continuously published motion events. ## Approach We now always publish...
Using a variable for dependencies is cleaner for linking and export. Fixes this build error: ```bash --- stderr: spacenav CMake Error at CMakeLists.txt:22 (add_library): Target "spacenav" links to target "rclcpp_components::component"...