Skip to content

Commit

Permalink
rename parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnwallace committed Oct 28, 2024
1 parent e80dbac commit b3c6bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/src/crtp_commander_high_level.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ PARAM_GROUP_START(hlCommander)
/**
* @brief Boolean whether to use relative yaw in relative trajectories.
*/
PARAM_ADD(PARAM_INT8, relativeyaw, &isRelativeYaw)
PARAM_ADD(PARAM_INT8, relativeYaw, &isRelativeYaw)

/**
* @brief Default take off velocity (m/s)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/src/stabilizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ PARAM_ADD_CORE(PARAM_UINT8, controller, &controllerType)
/**
* @brief Whether high-level commander tells state (Default: 0)
*/
PARAM_ADD(PARAM_UINT8, hltellstate, &doHLTellState)
PARAM_ADD(PARAM_UINT8, hlTellState, &doHLTellState)
PARAM_GROUP_STOP(stabilizer)


Expand Down

0 comments on commit b3c6bf4

Please sign in to comment.