ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I solved this issue using sqlite3
, get_message
(from rosidl_runtime_py
) and deserialize_message
(from rclpy
). In case others have similar issues, it is better explained here. This solution is temporary while there is no API ready (like we had in ROS1).