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 07d981c commit 61ae102Copy full SHA for 61ae102
ros2_behavior_tree/include/ros2_behavior_tree/can_transform_node.hpp
@@ -18,7 +18,7 @@
18
#include <string>
19
#include <memory>
20
21
-#include "behaviortree_cpp_v3/action_node.h"
+#include "behaviortree_cpp_v3/condition_node.h"
22
#include "geometry_msgs/msg/pose_stamped.hpp"
23
#include "rclcpp/rclcpp.hpp"
24
#include "tf2_geometry_msgs/tf2_geometry_msgs.h"
@@ -27,11 +27,11 @@
27
namespace ros2_behavior_tree
28
{
29
30
-class CanTransformNode : public BT::SyncActionNode
+class CanTransformNode : public BT::ConditionNode
31
32
public:
33
CanTransformNode(const std::string & name, const BT::NodeConfiguration & config)
34
- : BT::SyncActionNode(name, config)
+ : BT::ConditionNode(name, config)
35
36
}
37
0 commit comments