Skip to content

Commit

Permalink
Update max params number
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 15, 2023
1 parent 551c4d2 commit c8aea5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/firmware/mainf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static bool initROS() {

// Parameter Server
static rclc_parameter_options_t param_options;
param_options.max_params = 12;
param_options.max_params = 13;
param_options.notify_changed_over_dds = true;
RCCHECK(rclc_parameter_server_init_with_option(&param_server, &node,
&param_options))
Expand Down

0 comments on commit c8aea5f

Please sign in to comment.