Skip to content

Commit aafeaf1

Browse files
committed
add deprecated reason
1 parent 27f58de commit aafeaf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/behaviortree_cpp/bt_factory.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,8 @@ class BehaviorTreeFactory
279279
/**
280280
* @brief registerFromROSPlugins finds all shared libraries that export ROS plugins for behaviortree_cpp, and calls registerFromPlugin for each library.
281281
* @throws If not compiled with ROS support or if the library cannot load for any reason
282-
*
283282
*/
284-
[[deprecated]] void registerFromROSPlugins();
283+
[[deprecated("Removed support for ROS1")]] void registerFromROSPlugins();
285284

286285
/**
287286
* @brief registerBehaviorTreeFromFile.

0 commit comments

Comments
 (0)