Open yuzhenning opened 4 years ago
https://www.ncnynl.com/archives/201706/1762.html mkdir working space $ ~/turtlebot_ws/src
cd ~/turtlebot_ws/src
git clone -b v2.1.x https://github.com/stereolabs/zed-ros-wrapper zed_wrapper
catkin package compile
cd ~/turtlebot_ws
catkin_make
install ZED sdk: https://www.ncnynl.com/archives/201706/1769.html
$ cd ~
$ wget https://cdn.stereolabs.com/developers/downloads/ZED_SDK_Linux_JTX2_v2.3.0.run
$ chmod +x ZED_SDK_Linux_JTX2_v2.3.0.run
$ ./ZED_SDK_Linux_JTX2_v2.3.0.run
https://www.ncnynl.com/archives/201705/1623.html
CUDA download link:
http://developer.nvidia.com/embedded/dlc/cuda-7-toolkit-l4t-23-2
running
sudo dpkg -i cuda-repo-l4t-r23.1-7-0-local_7.0-73_armhf.deb
Jetson TX2 (CUDA9.0)
1 Install OpenCV on jetson tx2
https://www.ncnynl.com/archives/201706/1760.html install:
reference https://docs.opencv.org/3.2.0/d6/d15/tutorial_building_tegra_cuda.html http://www.jetsonhacks.com/2017/04/05/build-opencv-nvidia-jetson-tx2/