Skip to content

Commit f7dbbe5

Browse files
committed
first commit
1 parent 1169dc1 commit f7dbbe5

File tree

4,108 files changed

+499293
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,108 files changed

+499293
-0
lines changed

GUI pictures/About GUI.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1)First picture shows how GUI will look after initializing the ROS package or python script
2+
2)Second picture displays the address of each bag file, initialization of the timer and the progress bar after pressing the "PlayAll" button.
3+
Note: This GUI is only able to browse bag files i-e "file_name".bag

GUI pictures/Archietecture.png

858 KB
Loading

GUI pictures/Main Window.png

37.3 KB
Loading
Loading

LICENSE

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2020 SofarGroup13
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README (2).md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# DatasetVisualization
2+
This architecture will allow user to visualize the content of Dataset created by our team members.
3+
4+
## Authors
5+
6+
7+
## Architecture of the System
8+
Datavisualization GUI is the overall graphical part of the visualization system where user can examine Rosbags i -e The already built dataset of three sensors (Kinect, SmartWatch, Motion Capture Sensor MOCAP) with their respective datatypes (PointCloud2, IMU, Float32). The GUI enable the user regarding the managing the configuration of Rosbags, let the user to keep the track of time through a timer and the executed percentage of the bag files via Progressbar. GUI consist of three borwising options for the respective sensors, which allows the user to navigates through the system to a folder that contains the required bag files. Upon selecting, the path address will be displayed for an added certainty. After loading the bag files to the GUI, "PlayAll" button will initiate the Processing of the files by keeping track of them via Timer, ProgressBar and a slider. Below each of the display window there is STOP button which also works in individual capacity, while StopAll button will bring the system to reset.
9+
10+
![Archietecture](https://user-images.githubusercontent.com/63880770/96398805-07195280-11cd-11eb-98fe-a4c83a922050.png)
11+
12+
13+
## Work In Progress
14+
The existing GUI is just a model and doesnt visualize anything in real. Other members of the team are working on the real time visualization of the bag files. Fow now,this GUI just contains a widget box while rest of the above described architecture works perfectly.

build/.built_by

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
catkin_make

build/CATKIN_IGNORE

Whitespace-only changes.

0 commit comments

Comments
 (0)