Skip to content
Snippets Groups Projects
Commit 989b1484 authored by NRottmann's avatar NRottmann Committed by Lorenz Meier
Browse files

HippoCampus AUV: Enable start without ROS wrappers

parent 81782444
No related branches found
No related tags found
No related merge requests found
......@@ -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)"/>
......
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment