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 4d4dc6a commit fd5386aCopy full SHA for fd5386a
turtlesim/tutorials/draw_square.cpp
@@ -186,7 +186,6 @@ class DrawSquare final : public rclcpp::Node
186
bool first_goal_set_ = false;
187
bool first_pose_set_ = false;
188
State state_ = FORWARD;
189
- State last_state_ = FORWARD;
190
191
rclcpp::Publisher<geometry_msgs::msg::Twist>::SharedPtr twist_pub_;
192
rclcpp::Subscription<turtlesim::msg::Pose>::SharedPtr pose_sub_;
0 commit comments