Compare commits
6 Commits
master
...
0ed8cd4ee1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ed8cd4ee1 | ||
|
|
aabf72c149 | ||
|
|
b281a5caed | ||
|
|
5aad39b7ba | ||
|
|
bda7453e51 | ||
|
|
231f5fc815 |
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -5,8 +5,8 @@
|
|||||||
"command": "catkin",
|
"command": "catkin",
|
||||||
"args": [
|
"args": [
|
||||||
"build",
|
"build",
|
||||||
// "-DPYTHON_EXECUTABLE=/home/da/miniconda3/envs/gsmini/bin/python",
|
"-DPYTHON_EXECUTABLE=/home/da/miniconda3/envs/gsmini/bin/python",
|
||||||
"-DPYTHON_EXECUTABLE=${HOME}/.conda/envs/gsmini/bin/python"
|
//"-DPYTHON_EXECUTABLE=${HOME}/.conda/envs/gsmini/bin/python"
|
||||||
],
|
],
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
"$catkin-gcc"
|
"$catkin-gcc"
|
||||||
|
|||||||
@@ -1,11 +1,10 @@
|
|||||||
#! /home/wxchen/.conda/envs/gsmini/bin/python
|
#! /home/da/miniconda3/envs/gsmini/bin/python
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import cv2 as cv
|
import cv2 as cv
|
||||||
from matplotlib import pyplot as plt
|
from matplotlib import pyplot as plt
|
||||||
import rospy
|
import rospy
|
||||||
import tf2_ros
|
import tf2_ros
|
||||||
import tf
|
|
||||||
from sensor_msgs.msg import Image , CameraInfo
|
from sensor_msgs.msg import Image , CameraInfo
|
||||||
from geometry_msgs.msg import PoseStamped, TransformStamped, Quaternion
|
from geometry_msgs.msg import PoseStamped, TransformStamped, Quaternion
|
||||||
import message_filters
|
import message_filters
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user