SITL gz fixes and init cleanup (#20725)

- remove broken gz version handling and remove x500-legacy
 - fix all shellcheck warnings
 - prepare for Gazebo Garden compatibility (needs more work)
This commit is contained in:
Daniel Agar
2022-12-07 15:41:13 -05:00
committed by GitHub
parent f2c71a8874
commit 72cb4bee01
12 changed files with 61 additions and 150 deletions
+2 -3
View File
@@ -2,13 +2,12 @@
"version": "0.2.0",
"configurations": [
{
"name": "SITL (GZ)",
"name": "SITL (gz)",
"type": "cppdbg",
"request": "launch",
"program": "${command:cmake.launchTargetPath}",
"args": [
"${workspaceFolder}/ROMFS/px4fmu_common",
"-s", "etc/init.d-posix/rcS"
"${workspaceFolder}/ROMFS/px4fmu_common"
],
"stopAtEntry": false,
"cwd": "${command:cmake.buildDirectory}/rootfs",