tf2_msgs¶
Contents:
Summary¶
-
tf2_msgs
¶ Version: 0.5.12
Description: tf2_msgs
Maintainers: - Tully Foote <tfoote AT osrfoundation DOT org>
Licenses: - BSD
Urls: - website<http://www.ros.org/wiki/tf2_msgs>
Authors: - Eitan Marder-Eppstein
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
tf2_msgs/FrameGraph
¶ Field (Response): - frame_yaml (string) –
--- string frame_yaml
Action types¶
-
tf2_msgs/LookupTransform
¶ Field (Goal): - target_frame (string) –
- source_frame (string) –
- source_time (time) –
- timeout (duration) –
- target_time (time) –
- fixed_frame (string) –
- advanced (bool) –
Field (Result): - transform (geometry_msgs/TransformStamped) –
- error (tf2_msgs/TF2Error) –
Simple API
#Simple API string target_frame string source_frame time source_time duration timeout #Advanced API time target_time string fixed_frame #Whether or not to use the advanced API bool advanced --- geometry_msgs/TransformStamped transform tf2_msgs/TF2Error error ---