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
989b1484
Commit
989b1484
authored
7 years ago
by
NRottmann
Committed by
Lorenz Meier
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
HippoCampus AUV: Enable start without ROS wrappers
parent
81782444
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
launch/hippocampus.launch
+2
-2
2 additions, 2 deletions
launch/hippocampus.launch
posix-configs/SITL/init/ekf2/hippocampus
+0
-0
0 additions, 0 deletions
posix-configs/SITL/init/ekf2/hippocampus
src/firmware/posix/sitl_target.cmake
+1
-1
1 addition, 1 deletion
src/firmware/posix/sitl_target.cmake
with
3 additions
and
3 deletions
launch/hippocampus.launch
+
2
−
2
View file @
989b1484
...
...
@@ -14,9 +14,9 @@
<arg
name=
"Y"
default=
"0"
/>
<arg
name=
"est"
default=
"
lpe
"
/>
<arg
name=
"est"
default=
"
ekf2
"
/>
<arg
name=
"vehicle"
default=
"hippocampus"
/>
<arg
name=
"world"
default=
"$(find px4)/Tools/sitl_gazebo/worlds/
underwater
.world"
/>
<arg
name=
"world"
default=
"$(find px4)/Tools/sitl_gazebo/worlds/
hippocampus
.world"
/>
<arg
name=
"sdf"
default=
"$(find px4)/Tools/sitl_gazebo/models/$(arg vehicle)/$(arg vehicle).sdf"
/>
<arg
name=
"rcS"
default=
"$(find px4)/posix-configs/SITL/init/$(arg est)/$(arg vehicle)"
/>
...
...
This diff is collapsed.
Click to expand it.
posix-configs/SITL/init/
lpe
/hippocampus
→
posix-configs/SITL/init/
ekf2
/hippocampus
+
0
−
0
View file @
989b1484
File moved
This diff is collapsed.
Click to expand it.
src/firmware/posix/sitl_target.cmake
+
1
−
1
View file @
989b1484
...
...
@@ -80,7 +80,7 @@ ExternalProject_Add_Step(sitl_gazebo forceconfigure
# create targets for each viewer/model/debugger combination
set
(
viewers none jmavsim gazebo replay
)
set
(
debuggers none ide gdb lldb ddd valgrind callgrind
)
set
(
models none iris iris_opt_flow iris_rplidar standard_vtol plane solo tailsitter typhoon_h480 rover
)
set
(
models none iris iris_opt_flow iris_rplidar standard_vtol plane solo tailsitter typhoon_h480 rover
hippocampus
)
set
(
all_posix_vmd_make_targets
)
foreach
(
viewer
${
viewers
}
)
foreach
(
debugger
${
debuggers
}
)
...
...
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