Skip to content

Commit

Permalink
Removed unnecessary line break
Browse files Browse the repository at this point in the history
PatrickRung committed Nov 8, 2024

Verified

This commit was signed with the committer’s verified signature.
jschlyter Jakob Schlyter
1 parent c8680e9 commit 413b681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/network/MissionControlTasks.cpp
Original file line number Diff line number Diff line change
@@ -213,7 +213,6 @@ void TelemReportTask::sendTelemetry() {
double gpsRecency = util::durationToSec(dataclock::now() - gps.getTime());
recency = std::max(recency, gpsRecency);
}

json msg = {{"type", ROVER_POS_REP_TYPE},
{"orientW", quat.w()},
{"orientX", quat.x()},

0 comments on commit 413b681

Please sign in to comment.