We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af108f3 commit 8f27d12Copy full SHA for 8f27d12
spacenav/CMakeLists.txt
@@ -58,6 +58,10 @@ ament_export_dependencies(
58
"sensor_msgs"
59
"spnav")
60
61
+install(TARGETS spacenav
62
+ DESTINATION lib
63
+)
64
+
65
if(BUILD_TESTING)
66
find_package(ament_lint_auto REQUIRED)
67
set(ament_cmake_copyright_FOUND TRUE)
spacenav/README.md
@@ -39,6 +39,6 @@
39
40
Running the node is straightforward
41
```
42
-$ ros2 run spacenav spacenav
+$ ros2 run spacenav spacenav_node
43
44
The node is now publishing to the topics listed above.
0 commit comments