College of DuPage Lunabotics Documentation
2025
|
#include <chrono>
#include <cmath>
#include <geometry_msgs/msg/twist.hpp>
#include <nav_msgs/msg/odometry.hpp>
#include <rclcpp/rclcpp.hpp>
#include <rclcpp_action/rclcpp_action.hpp>
#include <tf2/LinearMath/Matrix3x3.h>
#include <tf2/LinearMath/Quaternion.h>
#include "lunabot_msgs/action/excavation.hpp"
Classes | |
class | ExcavationServer |
Performs excavation sequence after receiving request from the navigation client. More... | |
Functions | |
int | main (int argc, char **argv) |
Main function. Initializes and runs the ExcavationServer node. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Main function. Initializes and runs the ExcavationServer node.