Skip to content

Commit

Permalink
vscode: start gzclient GUI for Gazebo simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes authored and dagar committed Jun 17, 2019
1 parent 2deab6c commit fea284f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -90,7 +90,7 @@
{
"label": "gazebo kill",
"type": "shell",
"command": "killall gzserver",
"command": "killall gzserver; killall gzclient",
"problemMatcher": []
},
{
Expand Down

0 comments on commit fea284f

Please sign in to comment.