Skip to content

Latest commit

 

History

History

urc_platform

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

URC Platform

This package is a collection of lower-level nodes focused on hardware interaction.

Joystick Driver

Deals with the manual control of the rover. Takes in joystick messages (sensor_msgs::msg::Joy) and publishes velocity messages (urc_msgs::msg::VelocityPair) telling the motors what to do.

Motor Controller

Directs the operation of the motors. Takes in velocity messages (urc_msgs::msg::VelocityPair) and publishes what they mean to the motor encoders over the rover's on-board LAN.