TechTheTime-HighLevel 0.0.1
The high level robot's code using ros2-foxy for the robotics competition(Erobot-2022)
|
#include "rclcpp/rclcpp.hpp"
#include "ClientT.hpp"
#include "action_msg_srv/srv/order.hpp"
#include <chrono>
#include <cstdlib>
#include <memory>
#include <string>
#include "struct_wrapper.hpp"
#include <stdexcept>
#include <iostream>
#include <action_msg_srv_shared/order_codes.hpp>
Go to the source code of this file.
Classes | |
class | ActionClient |