This is the 'src' directory of the catkin workspace for the Tju Automated Guided Vehicle(TjuAgvCar).
Button | Function | Note |
---|---|---|
LT | Enabling motion | Emergency mode, cannot move anymore |
RT | Disabling motion | Disable emergency mode, can controlled by joystick or Auto-Navi mode |
Left joystick | Controlling speed and direction | With stick up and down to controll speed, stick left or right to turn left or right |
A | Starting data recorder | Start to record data, including camera images, lidar images, etc. |
B | Stopping data recorder | Stop recording data |
Start | Starting Auto-Navi Mode | Let the car go where it want to go! |
Back | Stopping Auto-Navi Mode | Controlled by you! |
- Nvidia Jetson TX2 Developer Kit
- Slamtec RPLIDAR A3
- Intel Realsense R200
- Logitech C925e web camera
- Logitech Gamingpad F710
- MiniBalance 4WD chassis
- Gowoops 150W DC-DC 10-32V to 12-35V Step Up Boost Converter Module
- usb 3.0 hub
-
Host side
- Ubuntu 16.04.04 x64
- Jetpack 3.2 or Jetpack 3.2.1
-
Jetson side
- Nvidia L4T 28.2(included in Jetpack 3.2 or Jetpack 3.2.1)
- ROS Kinetic Kame arm64
- RPLIDAR ROS Package
- librealsense
- Realsense ROS Package
- ROS Driver for V4L USB Cameras
- Python 2.7.12
- TensorFlow Python2 spec for Jetson TX2
-
SPECIAL THANKS to 西安邮电学院XNMS项目组 for codes to control MiniBalance 4WD chassis
In this part, what we're supposed to do is just flashing the Jetson TX2 with Jetpack 3.2 or 3.2.1 under Ubuntu 16.04. Instructions can be found here.
In this part, we are going to build a custom kernel and some essential modules for our Jetson TX2, in case we're going to use the Intel Realsense R200 and RpLidar A1. In order to do so, we follow instructions provided by JetsonHacks.com, and the github repository is here. Great thanks to JetsonHacks.com!
With this step finished, our kernel shall be ready for the Intel Realsense R200 and RpLidar A3.
In this part, we're going to install ROS on our Jetson TX1. With original instructions provided by JetsonHacks.com we are able to install ROS outside of China. Due to some well-known reasons, the above instructions are not usable in China. So I change the source mirror of ROS to 'mirror.umd.edu', instructions can be found here.
- Numpy
- TensorFlow python2.7 spec for Jetson TX2
- OpenCV 3.4, both C++ and python2 binding
We'd like to use OpenCV3.4 in our codes, so we have to install it first for both C++ and python2. Instructions can be found here.