Skip to content

Commit

Permalink
Merge pull request #3 from Haru-T/main
Browse files Browse the repository at this point in the history
prepare mros2-posix for evaluation
  • Loading branch information
takasehideki authored Jun 24, 2022
2 parents 5c6b827 + 6cb3410 commit 29c972a
Show file tree
Hide file tree
Showing 64 changed files with 56,184 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@
path = micro-ros-stm32_embeddedrtps/micro-ros_embeddedrtps/micro_ros_stm32cubemx_utils
url = https://github.com/mROS-base/micro_ros_stm32cubemx_utils
branch = galactic
[submodule "mros2-posix"]
path = mros2-posix
url = https://github.com/mROS-base/mros2-posix
branch = eval/v0.1.0
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ Quantitative evaluation of communication performance
| micro-ROS with embeddedRTPS | micro-ros-stm32_embeddedrtps/ | uros-rtps/ |
| mROS 2 with TOPPERS/ASP3 | mros2-asp3-f767zi/ | mros2-asp3/ |
| mROS 2 with Mbed OS | mros2-mbed/ | mros2-mbed/ |
| POSIX-compatible mROS 2 | mros2-posix/ | v0.2.0_mros2-posix/ |
1 change: 1 addition & 0 deletions mros2-posix
Submodule mros2-posix added at 33d169
17 changes: 17 additions & 0 deletions results/v0.2.0_mros2-posix/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# v0.2.0_mros2-posix

## Experiment Conditions

- Both pub/sub node and echo node were run on Ubuntu 20.04.4 on Raspberry Pi 4 Model B (4GB RAM)
- Machines were connected via Ethernet cables and a router (WSR-5400AX6S/DMB, Buffalo Inc.)

## Directories names

`<pub/sub node platform>-<echo node platform>`

## Stats

See: [stats.csv](./stats.csv)
```csv
<pub/sub node platform>-<echo node platform>/<length of a string>,<average rtt (ns)>,<max. rtt (ns)>,<min. rtt (ns)>,<std (ns)>
```
Loading

0 comments on commit 29c972a

Please sign in to comment.