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

Problem with tf/Tutorials/Adding a frame (Python)

asked 2013-08-27 07:37:05 -0500

Tim Murphy gravatar image

In section 6 of "tf/Tutorials/Adding a frame (Python)", line to change says:

(trans,rot) = self.tf.lookupTransform("/turtle2", "/carrot1", rospy.Time(0))

I believe it should be:

(trans,rot) = listener.lookupTransform("/turtle2", "/carrot1", rospy.Time(0))

Thanks, Tim

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-08-27 16:15:56 -0500

Tim Murphy gravatar image

I guess my real question is how do I correct the tutorials so no one has to waste the time I already wasted?

edit flag offensive delete link more

Comments

1

To answer that: You can just edit the wiki - although just today it's on read-only as it's being moved to another server.

dornhege gravatar image dornhege  ( 2013-08-28 00:29:30 -0500 )edit
0

answered 2014-02-26 20:56:10 -0500

elthef gravatar image

I have done that but my turtle2 does not move just idle there. What's the problem Edwin

edit flag offensive delete link more

Comments

1

Please ask this as a new question

ahendrix gravatar image ahendrix  ( 2014-02-26 21:17:00 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2013-08-27 07:37:05 -0500

Seen: 115 times

Last updated: Feb 26 '14