Skip to content

unmannedlab/autocone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AUTOCONE

This is a traffic safety application to provide an early warning system to prevent distracted drivers from colliding with moving road service convoys. The primary application of this repo is to provide the code base used to control an inexpensive rover and intelligently guide it behind a lead vehicle.

Hardware overview:

  • Computer: Any computer with ros kinetic which can operate on the platform. The code used a raspberry pi 3b+
  • Motor Controllers: RobotEQ
  • GPS: Ardusimple RTK2B

Setup:

  • Setup a catkin workspace within the ros workspace.
  • Within the src folder clone the following git repositories into the src directory:
  • copy all of the files from src/autocone/launch/for_nimbro_network to src/nimbro_network/nimbro_topic_transport/launch/
  • copy all of the files from src/autocone/launch/for_ubx_translator to src/ubxtranslator/launch/
  • copy all of the files from src/autocone/nodes/for_ubx_translator to src/ubxtranslator/nodes/
  • in the workspace root directory run:
    • catkin_make
    • source devel/setup.bash
  • on the lead vehicle, set the ip address to 192.168.1.100
  • on the rover, set the ip address to 192.168.1.101

Quick start:

  • On the lead vehicle run :
    • roslaunch autocone combined_lead_vehicle.launch
  • On the rover run ;
    • roslaunch autocone combined_rover.launch
    • roslaunch autocone combined_controller.launch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published