Skip to content

Commit

Permalink
update vs code launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
jarkenau committed Aug 12, 2024
1 parent 40bda52 commit 9a9ffa2
Showing 1 changed file with 8 additions and 39 deletions.
47 changes: 8 additions & 39 deletions .devcontainer/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,56 +2,25 @@
"version": "0.2.0",
"configurations": [
{
"name": "ROS: Launch hdf5dump",
"name": "ROS: Rostopic Dumper",
"type": "ros",
"request": "launch",
"target": "${workspaceFolder}/src/examples/cpp/seerep_ros_communication/launch/hdf5dump.launch",
"console": "integratedTerminal"
"target": "${workspaceFolder}/src/seerep_ros/seerep_ros_comm/launch/rostopic_dumper.launch"
},
{
"name": "ROS: Launch querier",
"name": "ROS: Rosbag Dumper",
"type": "ros",
"request": "launch",
"target": "${workspaceFolder}/src/examples/cpp/seerep_ros_communication/launch/querier.launch",
"console": "integratedTerminal"
"target": "${workspaceFolder}/src/seerep_ros/seerep_ros_comm/launch/rosbag_dumper.launch"
},
{
"name": "ROS: Launch client",
"name": "ROS: Point Dumper",
"type": "ros",
"request": "launch",
"target": "${workspaceFolder}/src/examples/cpp/seerep_ros_communication/launch/client.launch",
"console": "integratedTerminal"
"target": "${workspaceFolder}/src/seerep_ros/seerep_ros_comm/point_dumper.launch"
},
{
"name": "ROS: Launch client imageWithDetection",
"type": "ros",
"request": "launch",
"target": "${workspaceFolder}/src/examples/cpp/seerep_ros_communication/launch/clientImagesWithDetection.launch",
"console": "integratedTerminal"
},
{
"name": "ROS: rosbag dumper",
"type": "ros",
"request": "launch",
"target": "${workspaceFolder}/src/examples/cpp/seerep_ros_communication/launch/rosbagDumper.launch",
"console": "integratedTerminal"
},
{
"name": "ROS: json point dumper",
"type": "ros",
"request": "launch",
"target": "${workspaceFolder}/src/examples/cpp/seerep_ros_communication/launch/jsonPointDumper.launch",
"console": "integratedTerminal"
},
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
},
{
"name": "seerep server",
"name": "Seerep Server",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/devel/bin/seerep_server",
Expand All @@ -71,7 +40,7 @@
"miDebuggerPath": "/usr/bin/gdb"
},
{
"name": "seerep test server",
"name": "Seerep Test Server",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/devel/bin/seerep_server",
Expand Down

0 comments on commit 9a9ffa2

Please sign in to comment.