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

I SOLVED it!
Sum up, roslibpy can be used to connect to a ROS2 machine, as well as rosbridge.
FieldTypeMismatchException here is just a bug in rosbridge. It's caused by python version (>3).
Here is my commit to the bug.
A small bug, very simple to fix, but cost me much time to find it.