Usage of rosbridge with python
I have a ROS installation on 1 pc. I want to subscribe to the ROS messages in my 2nd PC where there is no ROS installed. I just came across Rosbridge.
- Is this the ideal way for my use case ?
- There are many js examples online, is there also a simple python example wherein I can just receive some ros messages (just for the first test, maybe on the
chatter
topic). I just need to understand the workflow.