Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
5c741ed3
Commit
5c741ed3
authored
9 years ago
by
Roman Bapst
Browse files
Options
Downloads
Plain Diff
Merge pull request #3073 from PX4/sitl_startup_script
Sitl startup script
parents
327481d7
1767acd1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Tools/sitl_run.sh
+3
-3
3 additions, 3 deletions
Tools/sitl_run.sh
posix-configs/SITL/init/rcS_gazebo
+0
-0
0 additions, 0 deletions
posix-configs/SITL/init/rcS_gazebo
posix-configs/SITL/init/rcS_jmavsim
+0
-0
0 additions, 0 deletions
posix-configs/SITL/init/rcS_jmavsim
with
3 additions
and
3 deletions
Tools/sitl_run.sh
+
3
−
3
View file @
5c741ed3
...
...
@@ -68,12 +68,12 @@ touch rootfs/eeprom/parameters
# Start Java simulator
if
[
"
$debugger
"
==
"lldb"
]
then
lldb
--
mainapp ../../../../
$rc_script
lldb
--
mainapp ../../../../
$
{
rc_script
}
_
${
program
}
elif
[
"
$debugger
"
==
"gdb"
]
then
gdb
--args
mainapp ../../../../
$rc_script
gdb
--args
mainapp ../../../../
$
{
rc_script
}
_
${
program
}
else
./mainapp ../../../../
$rc_script
./mainapp ../../../../
$
{
rc_script
}
_
${
program
}
fi
if
[
"
$3
"
==
"jmavsim"
]
...
...
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/rcS_
iris_
gazebo
→
posix-configs/SITL/init/rcS_gazebo
+
0
−
0
View file @
5c741ed3
File moved
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/rcS
→
posix-configs/SITL/init/rcS
_jmavsim
+
0
−
0
View file @
5c741ed3
File moved
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