No cmd_vel published by either teleop_twist_keyboard nor rqt?
Hallo, As the title says, Iam just trying to publish cmd_vel from those two nodes. They dont give me Errors, but rostopic echo gives me "WARNING: no messages received and simulated time is active. Is /clock being published?
The receiving node doesnt get anything, as said "rostopic echo" doesnt get anything either, but both two nodes "seem" to run fine (one at a time of course). It worked well until just now, and nothing really big has changed, that had anything to do with publishing either clock nor cmd_vel. Any Ideas what could be going on / blocking, hindering?
checked:
- right topic
- clock is publishing (right topic again)
thanks
Asked by Dragonslayer on 2020-01-12 18:02:41 UTC
Comments
Please add the exact commands you used to start the nodes rqt, teleop_twist_keyboard and rostopic
Asked by Humpelstilzchen on 2020-01-13 08:14:01 UTC
I got it working now. Still dont know what the issue was, as what I changed was in the base_controller receiving the data. command was simply: rosrun teleop_twist_keyboard teleop_twist_keyboard.py cmd_vel:=[MY_TOPIC/cmd_vel]; rqt i simply started and added the topic to publish and published. (use_sim_time=true).
Asked by Dragonslayer on 2020-01-13 09:10:01 UTC