-
Notifications
You must be signed in to change notification settings - Fork 71
New post: ERF2019. #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
626a48a
Add myself to authors.
BorjaOuterelo 596607b
Add ERF post and slides.
BorjaOuterelo 5977e52
Remove empty line.
BorjaOuterelo 46a670c
Avoid vimeo and micro-ros.github.io//blog url checks.
BorjaOuterelo 0c81573
Fix tense and update slides micro-ROS name.
BorjaOuterelo 3f7ab08
Fix typo and update micro-ROS QR.
BorjaOuterelo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| --- | ||
| title: micro-ROS at European Robotics Forum 2019 | ||
| author: borjaouterelo | ||
| --- | ||
|
|
||
| The [European Robotics Forum](https://www.eu-robotics.net/robotics_forum/), the most influential meeting of the robotics community in Europe, was held in Bucharest, Romania, in March 2019. Over 900 European robotics top experts attended the 10th edition of the conference. | ||
|
|
||
| OFERA consortium, taking advantage of the opportunity, arranged one of their face-to-face meetings the days before the ERF as some of the members will also be attending to the forum. | ||
|
|
||
| In the forum and as part of the TG Software & System Engineering Meeting, Ingo Luetkebohle from Bosch and Borja Outerelo from eProsima presented an overview of the micro-ROS project, exposing the challenges it faces and the involvement of the community via a demo and the ROS 2 Embedded SIG. | ||
|
|
||
| The micro-ROS community demo was presented, making use of a Kobuki, one of the project reference platforms, Olimex STM32 E407 and micro-ROS stack. This community use case was also present in the exibitions area, as part of the Bosch booth. | ||
|
|
||
| ### Slides | ||
|
|
||
| <embed src="/download/OFERA-Presentation_ERF2019.pdf" type="application/pdf" width="100%" height="450px"/> | ||
|
|
||
| ### Videos | ||
|
|
||
| Comming soon... | ||
|
|
||
| {% assign author = site.data.authors[page.author] %} | ||
| <a rel="author" | ||
| href="https://twitter.com/{{ author.twitter }}" | ||
| title="{{ author.name }}"> | ||
| {{ author.name }} | ||
| </a> | ||
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,11 @@ | ||
| #!/usr/bin/env bash | ||
| set -e # halt script on error | ||
|
|
||
| IGNORE_HREFS=$(ruby -e 'puts %w{ | ||
| vimeo.com | ||
| micro-ros.github.io//blog | ||
| }.map{|h| "/#{h}/"}.join(",")' | ||
| ) | ||
|
|
||
| bundle exec jekyll build | ||
| bundle exec htmlproofer --check_html --check-favicon --assume-extension --empty-alt-ignore --only-4xx ./_site | ||
| bundle exec htmlproofer --check_html --check-favicon --assume-extension --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.