This GUI is established on ROS, which means it must cooperate with other nodes providing sensors' ouput info.
Though, it could be a demo or be tested by a pre-recorded rosbag.
To reach that function, follow the following steps:
-
Run the command to start replaying the rosbag in
~/src/test_run1/include/test_run1/Experiment.bag
:rosbag play Experiment.bag
-
Launch the node in catkin workspace:
rosrun test_run1 main.py
Don't forget to
source
and start theroscore
. -
Click the
Enter
button in the left column to start theqt_gui
node and all its subscribers. -
Data should be displayed on the screen and automatically refreshed.
Under construction...
To make it pretty by QML and Qt deign studio.