rostopic piping
I'm trying to do something with rostopic that may not be possible, though the documentation suggests it is, and it's possible I've just got bad syntax or XAML usage. Using turtlesim, I'd like to initially do something simple on the command line, like:
while true; do echo '{linear: 0.0, angular: 1.0}'; sleep 1; done | rostopic pub -l turtle1/command_velocity turtlesim/Velocity
This doesn't seem to work, and I get no error messages of any sort. Am I missing something?