ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

What is tf/static_transform_publisher equivalent in tf2?

asked 2018-06-21 16:17:06 -0500

cybodroid gravatar image

updated 2022-01-31 08:47:29 -0500

lucasw gravatar image

Hi, I am attempt to migrate everything related with tf to tf2. In my case, I am not sure what is tf/static_transform_publisher equivalent in tf2?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-06-21 17:01:06 -0500

tfoote gravatar image

You'll want the tf2_ros/static_transform_publisher.

tf2 is designed to be ROS agnostic (aka no roscpp or rospy) tf2_ros has all the ROS client library bindings.

http://wiki.ros.org/tf2#ROS_Bindings

edit flag offensive delete link more

Comments

Thank you so much.

Can you tell me why my queternion seems invalid:

Ignoring transform for child_frame_id "100" from authority "unknown_publisher" because of an invalid quaternion in the transform (0.000000 0.000000 0.000000 0.000000)

?

cybodroid gravatar image cybodroid  ( 2018-06-21 17:21:50 -0500 )edit
3

It's not normalized. Read more at #q9981 And please don't ask unrelated follow up questions in comments. It's bad for discoverability.

tfoote gravatar image tfoote  ( 2018-06-21 17:36:04 -0500 )edit

Okay, thanks. Point duly noted.

cybodroid gravatar image cybodroid  ( 2018-06-21 17:37:34 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-06-21 16:17:06 -0500

Seen: 631 times

Last updated: Jun 21 '18