Skip to content

IrvingW/HackXSJTU-Nvidia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

NVIDIA SMART CAR

We made this project when we participated Hack x SJTU competition.
Thanks NVIDIA for their technical support

Group member:

Jin Yongxu
Luo Anqi
Gou Minghao
Wang Tao
Qian Xinxin

Function Detail

We implemented a smart car using Arduino and TX1. The smart car do some movement as following:

  • Move forward when the camera detect a car
  • Move Back when detect a chair
  • Turn left when detect a cat
  • Turn right when detect a person
  • Turn left then move forward when detect a bird
  • Turn right then move forward when detect a bicycle
  • Stop immediatily when the car meet an obstacle(using ultrasonic sensor)

Techniques

  • Caffe Deeplearning framework
  • Arduino
  • ROS
  • OpenCV

Picture

Picture

Files

  • car4.c is the code controlling arduino
  • main.cpp is the code controlling TX1

Deployment

You should use ROS to create a function package named ros_caffe
Then create a node named ros_caffe_test

Run

  catkin_make
  roscore
  rosrun rosserial_python serial_node.py /dev/ttyACM0
  rosrun ros_caffe ros_caffe_test

Here is the official website of Hackson.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.0%
  • C++ 44.0%