sundevilrobotics / urc-code

ASU's Sun Devil Robotics Club code for the University Rover Competition
15 stars 4 forks source link

Base Station Antenna Control Program #65

Open zolson427 opened 3 years ago

zolson427 commented 3 years ago

Why do we need to develop a new feature? We need a program to control the antenna on the base station to ensure a stable wireless connection to the rover.

Describe the solution you'd like A ROS node to control the antenna motor on the base station and make adjustments based on the physical relation to the rover.

Are there any ROS packages, libraries, or example code that you know of that might help solve the problem? Potential motor control package

Additional information May need to integrate GPS data or other sensors to ensure proper direction of antenna. Might have to integrate with nodes we develop.