[ROS2 foxy] RQT publisher not working properly.

asked 2021-05-17 10:13:45 -0500

anirudh gravatar image

I have ROS2 foxy installed on a ubuntu 20.04 VM. I am using RQT to publish certain topics to start my code. I source the underlay and overlay on the terminal screen where I start the RQT session. When I publish a Boolean ros2 topic '/hello' using the topic publisher tab on RQT, and I set the message to True, the topic gets published at the correct rate but still latches onto the False message instead of changing to True (on the RQT topic monitor). When I publish the same topic from the terminal screen, the topic monitor shows the change from false to true. Has anybody encountered this bug before?

edit retag flag offensive close merge delete

Comments

I have the same problem on ROS2 Foxy too

Pavel Karasev gravatar image Pavel Karasev  ( 2021-05-26 03:06:17 -0500 )edit