Skip to content
Permalink
98a879e4ce
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

Getting started with AutoCar

Table of Contents

  1. Requirements
  2. Installation
  3. Execution

Requirements

To be written

Installation

To be written

Execution

What nodes to run

Make sure your terminals are sourced.

  1. roscore

  2. Communications with vehicle

    rosrun rosserial_python serial_node.py /dev/ttyACM0

  3. Emergency stop node

    rosrun emergency_stop estop_filter.py

  4. IMU Node

    rosrun razor_imu_9dof imu_node.py

  5. In one terminal, run the following:

    ./setup_bridge.py

    rosrun urg_node urg_node _ip_address:=192.168.1.11

  6. Controllers?