-
Jetson TX2
-
JetPack 3.3
-
OpenCV
Follow instructions in this link to install the correct version of OpenCV
-
ROS Kinetic
Follow instructions in this link to install the ROS on Jetson TX2
-
Python dependencies
sudo pip install numpy scipy Shapely
-
Create ros workspace. Follow instructions in this tutoial. Call your workspace
catkin_ws -
Navigate to
catkin_ws/src -
Install ros packages jetson_csi_cam and gscam
-
Clone the following repo
-
Install dependencies
rosdep install --from-paths ../src -i -y -
Navigate back to
catkin_wsand runcatkin_make
-
Source workspace.
source ~/catkin_ws/devel/setup.bash -
Enable maximum clock speed. This is done in the home directory
./jetson-clocks.sh -
Run launch file
roslaunch yolo_object_tracking cameraN.launchN represents the Jetson number within the coordinate system.