Skip to content

Commit

Permalink
added base line method technical report
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdviral committed Nov 15, 2023
1 parent fb37cdd commit 8641ac6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ source "https://rubygems.org"
gemspec

gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
# gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"
gem "kramdown-parser-gfm"
Binary file added docs/CDC_baseline_paper.pdf
Binary file not shown.
9 changes: 7 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ layout: base
- [6.3.1. Camera gimbal control](#631-camera-gimbal-control)
- [6.3.2. Camera trigger](#632-camera-trigger)
- [6.4. Communication network](#64-communication-network)
- [7. Organizers](#7-organizers)
- [7. Baseline Method](#7-baseline-method)
- [8. Organizers](#8-organizers)


# 2. Introduction
Expand Down Expand Up @@ -491,7 +492,11 @@ print(f"Response {response}") # Error will be appended to the response.
<figcaption>Illustration of communication among ros nodes under different namespaces via the ppcom_router: In the first terminal we start the the simulation. Net the <b>ppcom_router</b> node is launch. Then <b>ppcom_firefly1_talker</b>, <b>ppcom_firefly2_talker</b>, <b>ppcom_firefly3_talker</b> are launched in different terminals. You can observe the messages sent and received by each node in the corresponding terminal. Notice how the messages are dropped when the corresponding entry in the LOS matrix turns to 0 (the <b>firefly1</b> --> <b>firefly3</b> LOS status is indicated by the entry at 2nd row, 4th column).</figcaption>
</div>

# 7. Organizers
# 7. Baseline Method

A baseline method is provided for participants as an example. The technical report for the baseline method can be found [here](docs/CDC_baseline_paper.pdf).

# 8. Organizers

<table>

Expand Down

0 comments on commit 8641ac6

Please sign in to comment.