Skip to content

Commit

Permalink
experiments and images renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Aug 8, 2023
1 parent 7150693 commit 23fd759
Show file tree
Hide file tree
Showing 24 changed files with 60 additions and 60 deletions.
57 changes: 0 additions & 57 deletions Experiments/README.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# KANT (Knowledge mAnagemeNT)

<p align="center">
<img src="./images/logo.png" width="50%" />
<img src="./docs/logo.png" width="50%" />
</p>

This is a ROS 2 tool to manage PDDL-based knowledge from Python and C++ code. It is based on several software design patterns (DTO, DAO, Factory).
Expand All @@ -24,7 +24,7 @@ This is a ROS 2 tool to manage PDDL-based knowledge from Python and C++ code. It

## Features

![](./images/diagram.png)
![](./docs/diagram.png)

There are two DAO families implemented:

Expand Down Expand Up @@ -332,7 +332,7 @@ int main(int argc, char **argv) {
## Experiments
The In-Memory (ROS2) and MongoDB (MONGO) DAO families have been compared. The results of the performed experiment are presented [here](./Experiments/README.md).
The In-Memory (ROS2) and MongoDB (MONGO) DAO families have been compared. The results of the performed experiment are presented [here](./experiments/README.md).
## Citations
Expand Down
File renamed without changes
File renamed without changes
57 changes: 57 additions & 0 deletions experiments/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# KANT Experiments

## Results

### Local

<p float="left">
<img src="results/local/ros2.png" width="400" title="ROS 2"/>
<img src="results/local/mongo.png" width="400" title="MongoDB"/>
<img src="results/local/ros2_mongo.png" width="400"/>
<img src="results/local/ros2_mongo_p.png" width="400"/>
</p>


### Local Containers

<p float="left">
<img src="results/local_containers/ros2.png" width="400" title="ROS 2"/>
<img src="results/local_containers/mongo.png" width="400" title="MongoDB"/>
<img src="results/local_containers/ros2_mongo.png" width="400"/>
<img src="results/local_containers/ros2_mongo_p.png" width="400"/>
</p>


### Cloud Containers

<p float="left">
<img src="results/cloud_containers/ros2.png" width="400" title="ROS 2"/>
<img src="results/cloud_containers/mongo.png" width="400" title="MongoDB"/>
<img src="results/cloud_containers/ros2_mongo.png" width="400"/>
<img src="results/cloud_containers/ros2_mongo_p.png" width="400"/>
</p>



### Mixed

<p float="left">
<!--img src="results/ContenedoresMixed/ros2.png" width="400" /-->
<span style="padding-left:400px">
<img src="results/mixed/mongo.png" width="400" title="MongoDB"/>
<img src="results/mixed/ros2_mongo.png" width="400" />
<img src="results/mixed/ros2_mongo_p.png" width="400" />
</p>


### VPN Mixed

<p float="left">
<img src="results/vpn_mixed/ros2.png" width="400" title="ROS 2"/>
<img src="results/vpn_mixed/mongo.png" width="400" title="MongoDB"/>
<img src="results/vpn_mixed/ros2_mongo.png" width="400"/>
<img src="results/vpn_mixed/ros2_mongo_p.png" width="400"/>
</p>



File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 23fd759

Please sign in to comment.