Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Conex Copter Report
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D7039E-E7025E
Conex Copter Report
Commits
250a88d1
Commit
250a88d1
authored
8 years ago
by
Fredrik Grönlund
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.henriktjader.com:D7039E-E7025E/conexreport
parents
c0d4cd24
3cc3088f
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
chapters/systemDesign.tex
+20
-18
20 additions, 18 deletions
chapters/systemDesign.tex
implementation/flightcontroller_imp.tex
+2
-0
2 additions, 0 deletions
implementation/flightcontroller_imp.tex
with
22 additions
and
18 deletions
chapters/systemDesign.tex
+
20
−
18
View file @
250a88d1
\subsection
{
Code of Conduct
}
The code follows a simple code of conduct. This generally helps avoid variable naming collisions and other issues which may result in undefined behavior.
\subsection
{
Static Design
}
\subsubsection
{
Class Diagram
}
...
...
@@ -6,11 +7,12 @@
\centering
\includegraphics
[width=\textwidth]
{
Pictures/uml
}
\end{figure}
\subsubsection
{
Module Diagram
}
\begin{figure}
[H]
\centering
\includegraphics
[width=\textwidth]
{
Pictures/componentchart
_
2
}
\caption
{
System module diagram
}
\includegraphics
[width=\textwidth]
{
Pictures/componentchart
_
2
}
\end{figure}
\subsection
{
Dynamic Design
}
...
...
This diff is collapsed.
Click to expand it.
implementation/flightcontroller_imp.tex
+
2
−
0
View file @
250a88d1
...
...
@@ -18,7 +18,9 @@ To be able to do this we need to interact with the flight controller from our MC
The flight controller do have support for four different communication protocols.
It can take PWM inputs, where one PWM controls one channel.
%It has
It have PPM support, which is quite the same as a PWM but it has support for 8 PWM signals on one line.
%does?
It do support sBUS, which is some sort of secure serial protocol with inverted signals.
The last protocol it supports is called MSP (MultiWii Serial Protocol), which also is a serial protocol.
Our first thought was that we wanted to implement both the MSP and PPM protocols to control the copter.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment