ROS for LabVIEW(TM) Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Open Bag file with LabVIEW

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

0 Kudos
Message 1 of 2
(3,134 Views)

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

 

0 Kudos
Message 2 of 2
(3,125 Views)