05-23-2019 10:20 AM
Hi,
I save some bag file with the intel viewer of realsense camera.
I want to open them with labVIEW, it is possible? if yes, how?
thank you very much
05-24-2019 02:24 AM
As of I know, For opening the ROSbag file, we need a ROS libraries (Python or C++) which works in Linux environment.
So,
1) We need to open the Rosbag file in Linux environment read and publish it via ROS nodes(ROS works with Publisher Subscriber concepts as Similar to MQTT). In Labview, there is ROS node implementation where we can subscribe to the Published Topic from Linux (https://www.clearpathrobotics.com/assets/guides/ros/ROSforLabVIEW.html).
2) In Latest Windows 10, which natively supports installation of Linux, which is kind of similar to docker or vm,
http://wiki.ros.org/Installation/Windows