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 0d54dcd commit c9b1ab0Copy full SHA for c9b1ab0
examples/t04_blackboard.cpp
@@ -41,7 +41,7 @@ const std::string xml_text = R"(
41
// Use this function to create a SimpleActionNode that can access the blackboard
42
NodeStatus CalculateGoalPose(TreeNode& self)
43
{
44
- const Pose2D mygoal = {1, 2, M_PI};
+ const Pose2D mygoal = {1.1, 2.3, 1.54};
45
46
// RECOMMENDED: check if the blackboard is nullptr first
47
if (self.blackboard())
0 commit comments