File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ install(TARGETS
57
57
DESTINATION lib/${PROJECT_NAME}
58
58
)
59
59
60
+ ######################################################
61
+ # INSTALL plugins for other packages to load
62
+
63
+ install (TARGETS
64
+ sleep_plugin
65
+ LIBRARY DESTINATION share/${PROJECT_NAME} /bt_plugins
66
+ ARCHIVE DESTINATION share/${PROJECT_NAME} /bt_plugins
67
+ RUNTIME DESTINATION share/${PROJECT_NAME} /bt_plugins
68
+ )
60
69
61
70
ament_export_dependencies(behaviortree_ros2 btcpp_ros2_interfaces)
62
71
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ void SleepAction::onHalt()
28
28
}
29
29
30
30
// Plugin registration.
31
- // The class SleepAction will self register with name "Sleep ".
32
- CreateRosNodePlugin (SleepAction, " Sleep " );
31
+ // The class SleepAction will self register with name "SleepAction ".
32
+ CreateRosNodePlugin (SleepAction, " SleepAction " );
You can’t perform that action at this time.
0 commit comments