modified: .gitignore modified: .vscode/tasks.json modified: src/maintain/scripts/test.py modified: src/vision_opencv/cv_bridge/python/cv_bridge/__pycache__/core.cpython-38.pyc
18 lines
472 B
JSON
18 lines
472 B
JSON
{
|
|
"tasks": [
|
|
{
|
|
"type": "shell",
|
|
"command": "catkin",
|
|
"args": [
|
|
"build",
|
|
"-DPYTHON_EXECUTABLE=/home/da/miniconda3/envs/gsmini/bin/python",
|
|
//"-DPYTHON_EXECUTABLE=${HOME}/.conda/envs/gsmini/bin/python"
|
|
],
|
|
"problemMatcher": [
|
|
"$catkin-gcc"
|
|
],
|
|
"group": "build",
|
|
"label": "catkin: build"
|
|
}
|
|
]
|
|
} |