forked from PX4/PX4-Autopilot
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SIM: MPC: add two x500 lidar airframes (PX4#23879)
* add two x500 lidar airframe, including the gazebo bridge for the lidar sensors and their orientation * Update src/modules/simulation/gz_bridge/GZBridge.cpp Co-authored-by: Jacob Dahl <[email protected]> * Update src/modules/simulation/gz_bridge/GZBridge.hpp Co-authored-by: Jacob Dahl <[email protected]> * update submodule --------- Co-authored-by: Jacob Dahl <[email protected]>
- Loading branch information
1 parent
1e23f25
commit d14c054
Showing
7 changed files
with
81 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
11 files
+170 −0 | models/LW20/meshes/LW20.dae | |
+21 −0 | models/LW20/model.config | |
+35 −0 | models/LW20/model.sdf | |
+1 −2 | models/lidar_2d_v2/model.sdf | |
+7 −4 | models/rc_cessna/model.sdf | |
+1 −1 | models/x500_lidar_2d/model.config | |
+1 −1 | models/x500_lidar_2d/model.sdf | |
+11 −0 | models/x500_lidar_down/model.config | |
+63 −0 | models/x500_lidar_down/model.sdf | |
+11 −0 | models/x500_lidar_front/model.config | |
+62 −0 | models/x500_lidar_front/model.sdf |
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