Side.h
Go to the documentation of this file.
1#pragma once
2
4{
5 /**
6 * @brief Describes the side of an arm.
7 *
8 * @ingroup Library-pointing
9 */
10 enum Side
11 {
14 };
15
16} // namespace armarx::control::pointing::core
Side
Describes the side of an arm.
Definition Side.h:11