|
RapyutaSimulationPlugins
|
Joint value struct, mainly to directly store input values from ROS cmds, thus units are in SI to avoid conversion overheads. More...
#include <RREntityStructs.h>
Public Member Functions | |
| FString | ToString () const |
| bool | operator== (const FRRRobotJointValue &Other) const |
| bool | operator!= (const FRRRobotJointValue &Other) const |
Public Attributes | |
| double | Position = 0 |
| [rad] for REVOLUTE joint, [m] for Prismatic Joint More... | |
| double | LinearVel = 0 |
| [m/s] More... | |
| double | AngularVel = 0 |
| [rad/s] More... | |
Joint value struct, mainly to directly store input values from ROS cmds, thus units are in SI to avoid conversion overheads.
|
inline |
|
inline |
|
inline |
| double FRRRobotJointValue::AngularVel = 0 |
| double FRRRobotJointValue::LinearVel = 0 |
| double FRRRobotJointValue::Position = 0 |
[rad] for REVOLUTE joint, [m] for Prismatic Joint
1.8.17