ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are 2 ways to do this:

  1. If you have ROS installed in the place, where you are going to run Tk program, you can simply use rospy Subscribers to subscribe to topics, where you will get the data.
  2. If you want to run the Tk program in an OS, which doesn't have ROS, you can convert the messages to JSON format using rosbridge_suite and then use generic python packages to convert JSON to your Tk package.

There are 2 ways to do this:

  1. If you have ROS installed in the place, where you are going to run Tk program, you can simply use rospy Subscribers to subscribe to topics, where you will get the data.
  2. If you want to run the Tk program in an OS, which doesn't have ROS, you can convert the messages to JSON format using rosbridge_suite and then use generic python packages to convert JSON to be compatible with your Tk package.