I have been trying to use ROSIntegration plugin on Windows. I have followed instructions to publish to a topic. The connection is being established but the messages doesn't seem to ROS network.
Command used to launch rosbridge:
roslaunch rosbridge_server rosbridge_tcp.launch bson_only_mode:=True
Done checking log file disk usage. Usage is <1GB.
started roslaunch server http://127.0.0.1:61085/
ros_comm version 1.15.9
SUMMARY
========
PARAMETERS
* /rosdistro: noetic
* /rosversion: 1.15.9
NODES
auto-starting new master
process[master]: started with pid [34136]
ROS_MASTER_URI=http://127.0.0.1:11311/
setting /run_id to 6a7dfa69-9cd2-11ec-8569-14857f294f8b
process[rosout-1]: started with pid [26128]
started core service [/rosout]
output of rosnode list:
/rosapi
/rosbridge_tcp
/rosout
/teleop_turtle
ExampleTopic->Advertise();
and
ExampleTopic->Publish(StringMessage);
are returning true but the output of rostopic echo /chatter remains:
WARNING: topic [/chatter] does not appear to be published yet
Please help with what is going wrong with my setup.
Hello,
I have been trying to use ROSIntegration plugin on Windows. I have followed instructions to publish to a topic. The connection is being established but the messages doesn't seem to ROS network.
Command used to launch rosbridge:
roslaunch rosbridge_server rosbridge_tcp.launch bson_only_mode:=True
output
output of roscore:
output of rosnode list:
ExampleTopic->Advertise();
andExampleTopic->Publish(StringMessage);
are returning true but the output of
rostopic echo /chatter
remains:WARNING: topic [/chatter] does not appear to be published yet
Please help with what is going wrong with my setup.