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 8d0458c commit 29e6ba4Copy full SHA for 29e6ba4
behaviortree_ros2/include/behaviortree_ros2/bt_action_node.hpp
@@ -364,7 +364,7 @@ inline NodeStatus RosActionNode<T>::tick()
364
365
if(!client_instance_)
366
{
367
- throw BT::RuntimeError("RosActionNode: no client was specified neither as default or "
+ throw BT::RuntimeError("RosActionNode: no client was specified, neither as default nor "
368
"in the ports");
369
}
370
0 commit comments