Fawkes API
Fawkes Development Version
|
Internal data storage, do NOT modify! More...
Public Attributes | |
int64_t | timestamp_sec |
Interface Unix timestamp, seconds. | |
int64_t | timestamp_usec |
Interface Unix timestamp, micro-seconds. | |
float | x |
X-Coordinate for tool position compared to base libkni coordinate system. | |
float | y |
Y-Coordinate for tool position compared to base libkni coordinate system. | |
float | z |
Z-Coordinate for tool position compared to base libkni coordinate system. | |
float | phi |
Euler angle Phi of tool orientation. | |
float | theta |
Euler angle Theta of tool orientation. | |
float | psi |
Euler angle Psi of tool orientation. |
Internal data storage, do NOT modify!
Euler angle Phi of tool orientation.
Definition at line 253 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::LinearGotoKniMessage::LinearGotoKniMessage().
Euler angle Psi of tool orientation.
Definition at line 255 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::LinearGotoKniMessage::LinearGotoKniMessage().
Euler angle Theta of tool orientation.
Definition at line 254 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::LinearGotoKniMessage::LinearGotoKniMessage().
Interface Unix timestamp, seconds.
Definition at line 245 of file KatanaInterface.h.
Interface Unix timestamp, micro-seconds.
Definition at line 246 of file KatanaInterface.h.
X-Coordinate for tool position compared to base libkni coordinate system.
Definition at line 247 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::LinearGotoKniMessage::LinearGotoKniMessage().
Y-Coordinate for tool position compared to base libkni coordinate system.
Definition at line 249 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::LinearGotoKniMessage::LinearGotoKniMessage().
Z-Coordinate for tool position compared to base libkni coordinate system.
Definition at line 251 of file KatanaInterface.h.
Referenced by fawkes::KatanaInterface::LinearGotoKniMessage::LinearGotoKniMessage().