Skip to content

Commit

Permalink
Changed initialisation and length
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 29, 2024
1 parent 2e67ee8 commit fcc6917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ActuatorsRpPicoHardware : public hardware_interface::SystemInterface

struct Config
{
std::array<std::string, 12> servo_names = {};
std::array<std::string, 13> servo_names = {"","","","","","","","","","","","",""};

float loop_rate = 0.0;

Expand Down

0 comments on commit fcc6917

Please sign in to comment.