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
Copy file name to clipboardExpand all lines: include/behaviortree_cpp/bt_factory.h
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -279,9 +279,8 @@ class BehaviorTreeFactory
279
279
/**
280
280
* @brief registerFromROSPlugins finds all shared libraries that export ROS plugins for behaviortree_cpp, and calls registerFromPlugin for each library.
281
281
* @throws If not compiled with ROS support or if the library cannot load for any reason
282
-
*
283
282
*/
284
-
[[deprecated]] voidregisterFromROSPlugins();
283
+
[[deprecated("Removed support for ROS1")]] voidregisterFromROSPlugins();
0 commit comments