ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
2 | No.2 Revision |
RVIZ RVIZ is just visual tool for displaying ROS ROS messages, therefore getting data from RVIZ RVIZ means getting data from ROS ROS topic. MATLAB MATLAB has support for ROS ROS (look here). You should be able to create subscriber (look here) in MATLAB MATLAB to the given topic and do whatever you want with the data.