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 033789a commit a19e866Copy full SHA for a19e866
examples/t06_wrap_legacy.cpp
@@ -75,7 +75,7 @@ int main()
75
// thanks to paren_node, you can access easily the NodeParameters and the blackboard
76
parent_node.getParam("goal", goal);
77
78
- // you can write and read the blabkcoard if you like
+ // you can write and read the blackboard if you like
79
//parent_node.blackboard() ....
80
81
bool res = move_to.go( goal );
0 commit comments