-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add two x500 lidar airframe, including the gazebo bridge for the lida…
…r sensors and their orientation
- Loading branch information
1 parent
7622b2a
commit ccc1caf
Showing
7 changed files
with
75 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...init.d-posix/airframes/4013_gz_x500_lidar → ...t.d-posix/airframes/4013_gz_x500_lidar_2d
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# @name Gazebo x500 lidar | ||
# @name Gazebo x500 lidar 2d | ||
# | ||
# @type Quadrotor | ||
# | ||
|
||
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_lidar} | ||
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_lidar_2d} | ||
|
||
. ${R}etc/init.d-posix/airframes/4001_gz_x500 |
10 changes: 10 additions & 0 deletions
10
ROMFS/px4fmu_common/init.d-posix/airframes/4016_gz_x500_lidar_down
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# @name Gazebo x500 lidar down | ||
# | ||
# @type Quadrotor | ||
# | ||
|
||
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_lidar_down} | ||
|
||
. ${R}etc/init.d-posix/airframes/4001_gz_x500 |
10 changes: 10 additions & 0 deletions
10
ROMFS/px4fmu_common/init.d-posix/airframes/4017_gz_x500_lidar_front
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#!/bin/sh | ||
# | ||
# @name Gazebo x500 lidar front | ||
# | ||
# @type Quadrotor | ||
# | ||
|
||
PX4_SIM_MODEL=${PX4_SIM_MODEL:=x500_lidar_front} | ||
|
||
. ${R}etc/init.d-posix/airframes/4001_gz_x500 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule gz
updated
7 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters