College of DuPage Lunabotics Documentation
2025
|
#include <algorithm>
#include <rclcpp/rclcpp.hpp>
#include <sensor_msgs/msg/joy.hpp>
#include <geometry_msgs/msg/twist.hpp>
#include "SparkMax.hpp"
Classes | |
class | ControllerTeleop |
Controls the robot physically via manual and autonomous commands using various controllers. More... | |
Functions | |
int | main (int argc, char **argv) |
Main function Initializes and spins the ControllerTeleop node. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main function Initializes and spins the ControllerTeleop node.