Skip to content

Commit

Permalink
delete maniuplators vector
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-parikh committed Jul 30, 2023
1 parent fd8dcf9 commit c3fc070
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion soccer/src/soccer/control/motion_control_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ MotionControlNode::MotionControlNode()
viz::topics::kDebugDrawTopic, rclcpp::QoS(10));
for (int i = 0; i < kNumShells; i++) {
controllers_.emplace_back(i, this);
manipulators_.emplace_back(i, this);
}
}

Expand Down
1 change: 0 additions & 1 deletion soccer/src/soccer/control/motion_control_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ class MotionControlNode : public rclcpp::Node {
private:
::params::LocalROS2ParamProvider param_provider_;
std::vector<MotionControl> controllers_{};
std::vector<ManipulatorControl> manipulators_{};
};

} // namespace control

0 comments on commit c3fc070

Please sign in to comment.