Skip to content

Commit

Permalink
#648 Added new function crtpCommanderHighLevelIsTrajectoryDefined() t…
Browse files Browse the repository at this point in the history
…o the app_api to make sure it is built in CI
  • Loading branch information
krichardsson committed Nov 17, 2020
1 parent 7ace123 commit 8ead221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/app_api/src/app_high_level_commander.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void appDefineTrajectory() {

crtpCommanderHighLevelWriteTrajectory(offset, sizeBytes, (uint8_t*)sequence);
crtpCommanderHighLevelDefineTrajectory(trajectoryId, CRTP_CHL_TRAJECTORY_TYPE_POLY4D, offset, polyCount);
crtpCommanderHighLevelIsTrajectoryDefined(trajectoryId);
}

// State machine to fly the trajectory
Expand Down

0 comments on commit 8ead221

Please sign in to comment.