Skip to content

Commit c9b1ab0

Browse files
removed M_PI
1 parent 0d54dcd commit c9b1ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/t04_blackboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const std::string xml_text = R"(
4141
// Use this function to create a SimpleActionNode that can access the blackboard
4242
NodeStatus CalculateGoalPose(TreeNode& self)
4343
{
44-
const Pose2D mygoal = {1, 2, M_PI};
44+
const Pose2D mygoal = {1.1, 2.3, 1.54};
4545

4646
// RECOMMENDED: check if the blackboard is nullptr first
4747
if (self.blackboard())

0 commit comments

Comments
 (0)