Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Lynx On-Board Software
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
Avionics
Software Development
Old Rockets
Lynx On-Board Software
Commits
a7646a68
Commit
a7646a68
authored
3 years ago
by
Luca Conterio
Browse files
Options
Downloads
Patches
Plain Diff
Euroc reference altitude and gps coordinates
parent
c625fb6a
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
src/boards/DeathStack/configs/NASConfig.h
+2
-2
2 additions, 2 deletions
src/boards/DeathStack/configs/NASConfig.h
src/boards/DeathStack/configs/config.h
+1
-1
1 addition, 1 deletion
src/boards/DeathStack/configs/config.h
with
3 additions
and
3 deletions
src/boards/DeathStack/configs/NASConfig.h
+
2
−
2
View file @
a7646a68
...
...
@@ -104,11 +104,11 @@ static const unsigned int JAMMING_FACTOR = 3;
#ifdef EUROC
// static const float LAT0 =
// 39.3
71507
F; // [deg]
// 39.3
90278
F; // [deg]
// // Latitude of the launch location
// // (campo militar santa margarida)
// static const float LON0 =
// -8.2
78039F
; // [deg]
// -8.2
89167
; // [deg]
// // Longitude of the launch location
// // (campo militar santa margarida)
...
...
This diff is collapsed.
Click to expand it.
src/boards/DeathStack/configs/config.h
+
1
−
1
View file @
a7646a68
...
...
@@ -27,7 +27,7 @@ static constexpr unsigned int DEFERRED_EVENTS_QUEUE_SIZE = 100;
// Default reference values settings
#ifdef EUROC
static
const
float
DEFAULT_REFERENCE_ALTITUDE
=
1
71
.
0
f
;
static
const
float
DEFAULT_REFERENCE_ALTITUDE
=
1
60
.
0
f
;
static
const
float
DEFAULT_REFERENCE_PRESSURE
=
100022
.
4
f
;
#else
static
const
float
DEFAULT_REFERENCE_ALTITUDE
=
1420
.
0
f
;
...
...
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