You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using convert_json_to_ros_message to convert JSON to ROS messages in our custom python script, we could use rosbridge protocol to write rosbridge JSON 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 a rosbridge) without interpreting them at all.