Skip to content

Commit

Permalink
Add plane lidar model
Browse files Browse the repository at this point in the history
Add model that can test terrain estimated landing
  • Loading branch information
Jaeyoung-Lim authored and dagar committed Apr 19, 2020
1 parent a3ad710 commit 6e18cb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ROMFS/px4fmu_common/init.d-posix/1033_plane_lidar
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh
#
# @name Plane SITL with downward facing LIDAR.
#

sh /etc/init.d-posix/1030_plane

if [ $AUTOCNF = yes ]
then
param set FW_LND_USETER 1

fi
2 changes: 1 addition & 1 deletion platforms/posix/cmake/sitl_target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ set(viewers none jmavsim gazebo)
set(debuggers none ide gdb lldb ddd valgrind callgrind)
set(models none shell
if750a iris iris_opt_flow iris_opt_flow_mockup iris_vision iris_rplidar iris_irlock iris_obs_avoid iris_rtps solo typhoon_h480
plane plane_cam plane_catapult
plane plane_cam plane_catapult plane_lidar
standard_vtol tailsitter tiltrotor
rover boat
uuv_hippocampus)
Expand Down

0 comments on commit 6e18cb8

Please sign in to comment.