Airbot SDK
5.1.6
This project is designed for airbot C++SDK
Loading...
Searching...
No Matches
speed_profile.hpp
Go to the documentation of this file.
1
#ifndef SPEED_PROFILE_HPP_
2
#define SPEED_PROFILE_HPP_
3
4
#include <cstdint>
5
17
namespace
airbot
{
18
26
enum class
SpeedProfile
:
int
{
33
DEFAULT
= 0,
34
41
SLOW
= 1,
42
51
FAST
= 2,
52
};
53
54
}
// namespace airbot
55
56
#endif
// SPEED_PROFILE_HPP_
airbot
Namespace containing all Airbot SDK related definitions.
airbot::SpeedProfile
SpeedProfile
Enum representing predefined speed profiles for robot operation.
Definition
speed_profile.hpp:26
airbot::SpeedProfile::SLOW
@ SLOW
Slow speed profile.
airbot::SpeedProfile::DEFAULT
@ DEFAULT
Default speed profile.
airbot::SpeedProfile::FAST
@ FAST
Fast speed profile.
client
C++
include
speed_profile.hpp
Generated by
1.12.0