-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using rosbridge
protocol to publish ROS topics
#48
Comments
rosbridge v2.0 Protocol Specification: |
I tried using a low-level internet networking interface: socket and a higher-level library: Twisted to connect to a |
Current state of this work: rosbridge_protocol_client. |
If everything is communicated using rosbridge, is #14 automatically tackled? As there is already rosbridge2. |
Yes, correct. However given the state of the |
Instead of using
convert_json_to_ros_message
to convertJSON
to ROS messages in our custom python script, we could userosbridge
protocol to write rosbridgeJSON
packets to the pipe in Lua side and create a Python script that reads bytes from the pipe and write to the TCP socket (connected to arosbridge
) without interpreting them at all.The text was updated successfully, but these errors were encountered: