|
WebCFace 3.2.0
Web-based Communication Framework & Dashboard-like UI
|
#include "webcface/component_view.h"#include "webcface/common/encoding.h"#include "webcface/geometry.h"#include "webcface/transform.h"#include "webcface-config.h"Go to the source code of this file.
Classes | |
| class | RobotJoint |
| modelの関節1つを表すクラス More... | |
| class | RobotLink |
| リンク1つを表すクラス More... | |
Namespaces | |
| namespace | webcface |
| namespace | webcface::internal |
| namespace | webcface::robot_joints |
Enumerations | |
| enum class | RobotJointType { fixed_absolute = 0 , fixed = 1 , rotational = 2 , prismatic = 3 } |
Functions | |
| RobotJoint | fixedAbsolute (const Transform &origin) |
| 親リンクをもたず座標を定義する | |
| RobotJoint | fixedAbsolute (const Point &origin) |
| 親リンクをもたず座標を定義する | |
| RobotJoint | fixedJoint (const StringInitializer &parent_name, const Transform &origin) |
| 固定された関節 | |
| RobotJoint | fixedJoint (const StringInitializer &parent_name, const Point &origin) |
| 固定された関節 | |
| RobotJoint | rotationalJoint (const StringInitializer &name, const StringInitializer &parent_name, const Transform &origin, double angle=0) |
| 回転関節 | |
| RobotJoint | prismaticJoint (const StringInitializer &name, const StringInitializer &parent_name, const Transform &origin, double angle=0) |
| 直動関節 | |