Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MechaRaptor - Arduino Controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Aerospace and Mechanical Engineering
tlambert
MechaRaptor - Arduino Controller
Compare revisions
d8f046acc27fb5e68d873da632a48b83bc5cf6ba to 650281905018001af1df7d0d88d039c3baea38c9
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
am-dept/tlambert/MR-arduino-controller
Select target project
No results found
650281905018001af1df7d0d88d039c3baea38c9
Select Git revision
Branches
dev
main
Tags
v1.0.0
v2.0.0
v2.0.1
v2.0.2
Swap
Target
am-dept/tlambert/MR-arduino-controller
Select target project
am-dept/tlambert/MR-arduino-controller
1 result
d8f046acc27fb5e68d873da632a48b83bc5cf6ba
Select Git revision
Branches
dev
main
Tags
v1.0.0
v2.0.0
v2.0.1
v2.0.2
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
fix(logg): cannot duplicate data
· e9081fb3
Thomas Lambert
authored
1 year ago
Verified
e9081fb3
fix(control): max wing pos is 34 deg
· 65028190
Thomas Lambert
authored
1 year ago
Verified
65028190
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
controller/controller.ino
+1
-1
1 addition, 1 deletion
controller/controller.ino
controller/mechaRaptor.json
+0
-34
0 additions, 34 deletions
controller/mechaRaptor.json
with
1 addition
and
35 deletions
controller/controller.ino
View file @
65028190
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
{ 1, -1, -1, 1 } // Encoder orientation
{ 1, -1, -1, 1 } // Encoder orientation
#define MAX_WING_POS \
#define MAX_WING_POS \
{ 3166, 2374, 1290, 1135 } // Maximum wing angle (returned by encoder value)
{ 3166, 2374, 1290, 1135 } // Maximum wing angle (returned by encoder value)
#define TRUE_MAX_ANGLE 3
8.07
// Maximum wing angle (measured on setup)
#define TRUE_MAX_ANGLE 3
4.12
// Maximum wing angle (measured on setup)
/*******************************************************************************
/*******************************************************************************
...
...
This diff is collapsed.
Click to expand it.
controller/mechaRaptor.json
View file @
65028190
...
@@ -84,40 +84,6 @@
...
@@ -84,40 +84,6 @@
"title"
:
"Inputs"
,
"title"
:
"Inputs"
,
"widget"
:
""
"widget"
:
""
},
},
{
"datasets"
:
[
{
"alarm"
:
0
,
"fft"
:
false
,
"fftSamples"
:
1024
,
"graph"
:
false
,
"led"
:
false
,
"log"
:
false
,
"max"
:
0
,
"min"
:
0
,
"title"
:
"Front"
,
"units"
:
"°"
,
"value"
:
"%10"
,
"widget"
:
""
},
{
"alarm"
:
0
,
"fft"
:
false
,
"fftSamples"
:
1024
,
"graph"
:
false
,
"led"
:
false
,
"log"
:
false
,
"max"
:
0
,
"min"
:
0
,
"title"
:
"Aft"
,
"units"
:
"°"
,
"value"
:
"%12"
,
"widget"
:
""
}
],
"title"
:
"Flapping angles"
,
"widget"
:
"multiplot"
},
{
{
"datasets"
:
[
"datasets"
:
[
{
{
...
...
This diff is collapsed.
Click to expand it.