Skip to content

Commit

Permalink
remove current position trajectory initiation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnwallace committed May 18, 2024
1 parent 8ee6ea4 commit a2e3d24
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/stabilizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ static void stabilizerTask(void* param)
updateStateEstimatorAndControllerTypes();

stateEstimator(&state, stabilizerStep);
crtpCommanderHighLevelTellState(&state);
// crtpCommanderHighLevelTellState(&state);

const bool areMotorsAllowedToRun = supervisorAreMotorsAllowedToRun();

Expand Down
2 changes: 1 addition & 1 deletion vendor/unity
Submodule unity updated 137 files

0 comments on commit a2e3d24

Please sign in to comment.