mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 17:07:34 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user