rotor-light.hpp 355 B

12345678910111213141516
  1. // SPDX-License-Identifier: MIT
  2. // SPDX-FileCopyrightText: 2022 Ivan Baidakou
  3. #pragma once
  4. #include "rotor-light/context.hpp"
  5. #include "rotor-light/planner.hpp"
  6. #include "rotor-light/supervisor.hpp"
  7. /** \file rotor-light.hpp
  8. * A convenience header to include rotor core.
  9. */
  10. /// Basic namespace for all rotor-light functionalities
  11. namespace rotor {}