Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 466 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 466 Bytes

vehicle_interface

This repo holds the ROS package for interfacing with Autonomous Vehicle Software (AVS). It contains messages and services for interacting with the principal nodes of the AVS.

Guidelines

This package follows the ROS conventions. Messages are created in the msg folder and services in the srv one. Make sure your have a working copy of the master branch before writing your own scripts that use this interface.