Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flight-scripts
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
flight-scripts
Commits
89fbfc94
Commit
89fbfc94
authored
Apr 24, 2024
by
Léo-Paul Géneau
👾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update Tencin coordinates
parent
be9161c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
16 deletions
+24
-16
multicopter_swarm.js
multicopter_swarm.js
+24
-16
No files found.
multicopter_swarm.js
View file @
89fbfc94
...
...
@@ -16,41 +16,49 @@
BASE_ALTITUDE
=
25
,
CHECKPOINT_LIST
=
[
{
latitude
:
45.
133816745111254
,
longitude
:
5.
681756602776511
latitude
:
45.
310770
,
longitude
:
5.
950148
},
{
latitude
:
45.
13412766661184
,
longitude
:
5.
681916517286368
latitude
:
45.
311229
,
longitude
:
5.
949820
},
{
latitude
:
45.
13399163453284
,
longitude
:
5.
682459947632148
latitude
:
45.
311246
,
longitude
:
5.
950584
},
{
latitude
:
45.
133670102874454
,
longitude
:
5.
682374488827
77
latitude
:
45.
310785
,
longitude
:
5.
9508
77
}
],
EPSILON
=
4
,
PARACHUTE_POINT_ARRAY
=
[
{
latitude
:
45.
13342642944715
,
longitude
:
5.
681879999829597
latitude
:
45.
310479
,
longitude
:
5.
950495
},
{
latitude
:
45.
133244783529136
,
longitude
:
5.
681845964441365
latitude
:
45.
310393
,
longitude
:
5.
950677
},
{
latitude
:
45.1333696
,
longitude
:
5.6817394
latitude
:
45.310376
,
longitude
:
5.950295
},
{
latitude
:
45.310304
,
longitude
:
5.950459
},
{
latitude
:
45.310235
,
longitude
:
5.950608
}
],
TARGETED_DISTANCE
=
10
,
TAKE_OFF_POINT
=
{
latitude
:
45.
13342642944715
,
longitude
:
5.
681879999829597
latitude
:
45.
310479
,
longitude
:
5.
950495
},
MIN_CMD_INTERVAL
=
500
,
MIN_SPEED
=
4
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment