Browse Source

vscode: start gzclient GUI for Gazebo simulation

sbg
Julian Oes 6 years ago committed by Daniel Agar
parent
commit
fea284f728
  1. 4
      .vscode/tasks.json

4
.vscode/tasks.json vendored

@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
"GAZEBO_MODEL_PATH": "${workspaceRoot}/Tools/sitl_gazebo/models"
}
},
"command": "gzserver --verbose ${workspaceRoot}/Tools/sitl_gazebo/worlds/iris.world",
"command": "gzserver --verbose ${workspaceRoot}/Tools/sitl_gazebo/worlds/iris.world & gzclient",
"isBackground": true,
"presentation": {
"reveal": "always",
@ -90,7 +90,7 @@ @@ -90,7 +90,7 @@
{
"label": "gazebo kill",
"type": "shell",
"command": "killall gzserver",
"command": "killall gzserver; killall gzclient",
"problemMatcher": []
},
{

Loading…
Cancel
Save