Skip to content
Snippets Groups Projects

Solved a bug in the add_servo() function when checking the already assigned servos.

Merged Sergi Hernandez requested to merge cherry-pick-32c3ef6d into smart_charger
3 files
+ 1
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -19,8 +19,6 @@ ActionClientAlgNode::ActionClientAlgNode(void) :
// [init action servers]
// [init action clients]
this->action.add_whole_body();
}
ActionClientAlgNode::~ActionClientAlgNode(void)
Loading