where's the carrot in tf tutorial?
I am following the tf tutorial and am a little stuck on the broadcast frame page: tf/tutorials/adding a frame
I am able to get it to run, but only see turtle1 and turtle2, no carrot. This makes sense to me, since I see where turtle2 is spawned (in the listener code) and no place where a carrot is spawned. It wouldn't really matter, except turtle2's behavior looks not correct-- it is not going to a spot 2m in front of turtle1 (where the carrot should be), but is doing something close to that, so I'd like to get the visual indicator for that.
I get that there may not be a drawing of a carrot, so I'm fine with just using a third turtle or some other visual indicator of the target.
I think that somehow I need to spawn the carrot, either in the broadcast frame code or in the listener code. Suggestions?