-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathRobotStates.msg
More file actions
59 lines (40 loc) · 1.49 KB
/
RobotStates.msg
File metadata and controls
59 lines (40 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Header
std_msgs/Header header
# Robot system timestamp
builtin_interfaces/Time robot_timestamp
# Measured joint positions using link-side encoder
float64[] q
# Measured joint positions using motor-side encoder
float64[] theta
# Measured joint velocities using link-side encoder
float64[] dq
# Measured joint velocities using motor-side encoder
float64[] dtheta
# Measured joint torques
float64[] tau
# Desired joint torques
float64[] tau_des
# Numerical derivative of measured joint torques
float64[] tau_dot
# Estimated external joint torques
float64[] tau_ext
# Estimated interaction joint torques
float64[] tau_interact
# Measured joint temperatures
float64[] temperature
# Measured TCP pose expressed in world frame
geometry_msgs/PoseStamped tcp_pose
# Measured TCP velocity expressed in world frame
geometry_msgs/AccelStamped tcp_vel
# Measured flange pose expressed in world frame
geometry_msgs/PoseStamped flange_pose
# Force-torque (FT) sensor raw reading in flange frame
geometry_msgs/WrenchStamped ft_sensor_raw
# Estimated external wrench applied on TCP and expressed in TCP frame
geometry_msgs/WrenchStamped ext_wrench_in_tcp
# Estimated external wrench applied on TCP and expressed in world frame
geometry_msgs/WrenchStamped ext_wrench_in_world
# Unfiltered external wrench applied on TCP and expressed in TCP frame
geometry_msgs/WrenchStamped ext_wrench_in_tcp_raw
# Unfiltered external wrench applied on TCP and expressed in world frame
geometry_msgs/WrenchStamped ext_wrench_in_world_raw