Bruce, I am having trouble figuring out why this isn’t working, was hoping you could give me a shove in the right direction. I’m working with a script and, regardless of how I write it, it doesn’t seem to want to fire past the first line. Here are the ways I’ve written it:
#! tell me about yourself
u: ( yourself ) I am a home built ROS controlled differential drive robot.
#! what is ros
a: ( ros ) ROS Stands for Robot Operating System, an open source federated framework for my various subsystems.
#! what is differential drive
a: ( differential drive ) That means I have two propulsion motors and steer by varying their speed.
AND
#! tell me about yourself
u: ( yourself ) I am a home built ROS controlled differential drive robot.
#! what is ros
?: ( ros ) ROS Stands for Robot Operating System, an open source federated framework for my various subsystems.
#! what is differential drive
?: ( differential drive ) That means I have two propulsion motors and steer by varying their speed.
The responder fires fine, but the rejoinders do not. I’ve run this in introductions.top, set up a new file called ingabio.top with
topic: ~ingabot( robot android inga)
in the first line, same same.
What am I missing?
regards Richard