Skip to content

Commit

Permalink
Reduce the n_out_max to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
haitomatic committed Dec 2, 2024
1 parent 01d262a commit 9fec865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/gazebo_mavlink_interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ namespace mavlink_interface
const gz::math::Quaterniond q_FLU_to_ENU);
void ParseMulticopterMotorModelPlugins(const std::string &sdfFilePath);

static const unsigned n_out_max = 16;
static const unsigned n_out_max = 10;

double input_offset_[n_out_max];
std::string joint_control_type_[n_out_max];
Expand Down

0 comments on commit 9fec865

Please sign in to comment.