Ref #7867. Added Zephyr simulator #128
Merged
Merged
Conversation
julionce
suggested changes
Mar 26, 2020
| mkdir my_brand_new_app | ||
| cd my_brand_new_app | ||
| touch app.c app-colcon.meta | ||
| cd ../../../ |
Contributor
There was a problem hiding this comment.
Maybe we could use pushd and popd
Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update pushd popd
ff85be3 to
ccdf77e
Compare
FranFin
suggested changes
Mar 27, 2020
Contributor
FranFin
left a comment
There was a problem hiding this comment.
add "sudo" where it's missing in the zephyr emulator tutorial.
|
|
||
| You will also need some other Zephyr related files: a `CMakeLists.txt` in order to define the building process and a `prj.conf` where Zephyr is configured. You have these two files [here](https://github.com/micro-ROS/zephyr_apps/tree/dashing/apps/host_ping_pong), for now it is ok to copy them. | ||
|
|
||
| For this example we are going to create a ping pong app where a node sends a ping package with a unique identifier using a publisher and the same package is received by a pong subscriber. The node will also answer to: |
Contributor
There was a problem hiding this comment.
I don't fully get the sentence 'The node will also answer to:' and then the diagram.
|
|
||
| ## Multiple Ping Pong nodes | ||
|
|
||
| One of the advantages of having an emulator is that you don't need to buy a bunch of hardware in order to test some multi-node micro-ROS apps. So, with the same micro-ROS agent of the last section, let's open four different command lines and run thw following on each: |
Contributor
There was a problem hiding this comment.
Suggested change
| One of the advantages of having an emulator is that you don't need to buy a bunch of hardware in order to test some multi-node micro-ROS apps. So, with the same micro-ROS agent of the last section, let's open four different command lines and run thw following on each: | |
| One of the advantages of having an emulator is that you don't need to buy a bunch of hardware in order to test some multi-node micro-ROS apps. So, with the same micro-ROS agent of the last section, let's open four different command lines and run the following on each: |
julionce
approved these changes
Mar 27, 2020
FranFin
approved these changes
Mar 30, 2020
FranFin
added a commit
that referenced
this pull request
Apr 8, 2020
* Adding add a microros app tutorial * Ref #7860. Olimex + Freertos tutorial (#114) * Added FreeRTOS tutorial Fix indentation Fix links Olimex + FreeRTOS tutorial Adding check procedure Updated plantUML Update code Minor fixes Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Minor fixes Update structure * Fix link * Update _docs/tutorials/advanced/freertos/freertos_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/freertos/freertos_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Created separate menu for advanced tutorials for Linux. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Fixed redirects. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Removed tracing menu item from Advanced Tutorials with NuttX. * Added link to PDF for browsers without PDF plugin. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Updating add a microros application tutorial * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Minor modifications * Ref #7867. Added Zephyr simulator (#128) * Added Zephyr emulator section * Copy content * Update tutorial * Added image * Fix link * FIx link * Update agent install * Update folder tree * Update tree * Minor fixes * Update * Update * Update * Minor fixes Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update pushd popd * Update sudos * Ref #7991. Supported hardware (#129) * Update supported hardware * Update structure * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix * Fix Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> * Ref #7864. Tutorial Zephyr + Olimex (#124) * Tutorial Tutorial * Fix link * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix pong publisher * Fix * Update agent install * Update folder tree * Fix * Update folder tree * Update * Update * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Revert "Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md" This reverts commit eb8f965. * Auto stash before checking out "HEAD" * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Ref #8025. Adding Linux micro-ROS tutorial (#130) * Initial tutorial Update Update * Update docs * Fix * Updates * Fix * Updates * Update index.md * Update cmake * Update user * Link demo tutorial to repositories READMEs. * Enable submodules checkout in CI. * Update crazyflie_demo submodule. * Ignore http status 429 en CI. * Demos README remove header (#135) * Added VSC devcontainer for local testing * Remove header from demos * Update sensors demo submodule (#136) * Adding add a microros app tutorial * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Updating add a microros application tutorial * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Minor modifications * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: Pablo Garrido <pablogs9@gmail.com> * Adding flash and how to use the app points Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Ralph Lange <ralph.lange@de.bosch.com> Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com>
julionce
pushed a commit
that referenced
this pull request
Apr 8, 2020
* Adding docker and github ci status page * Little modification on the CI table * Update _docs/overview/docker_ci_status/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Ref #7867. Added Zephyr simulator (#128) * Added Zephyr emulator section * Copy content * Update tutorial * Added image * Fix link * FIx link * Update agent install * Update folder tree * Update tree * Minor fixes * Update * Update * Update * Minor fixes Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update pushd popd * Update sudos * Ref #7991. Supported hardware (#129) * Update supported hardware * Update structure * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix * Fix Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> * Ref #7864. Tutorial Zephyr + Olimex (#124) * Tutorial Tutorial * Fix link * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix pong publisher * Fix * Update agent install * Update folder tree * Fix * Update folder tree * Update * Update * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Revert "Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md" This reverts commit eb8f965. * Auto stash before checking out "HEAD" * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Ref #8025. Adding Linux micro-ROS tutorial (#130) * Initial tutorial Update Update * Update docs * Fix * Updates * Fix * Updates * Update index.md * Update cmake * Update user * Link demo tutorial to repositories READMEs. * Enable submodules checkout in CI. * Update crazyflie_demo submodule. * Ignore http status 429 en CI. * Demos README remove header (#135) * Added VSC devcontainer for local testing * Remove header from demos * Update sensors demo submodule (#136) * Adding docker and github ci status page * Little modification on the CI table * Update _docs/overview/docker_ci_status/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com>
amx-piap
pushed a commit
that referenced
this pull request
May 5, 2020
* Added Zephyr emulator section * Copy content * Update tutorial * Added image * Fix link * FIx link * Update agent install * Update folder tree * Update tree * Minor fixes * Update * Update * Update * Minor fixes Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update pushd popd * Update sudos
amx-piap
pushed a commit
that referenced
this pull request
May 5, 2020
* Adding add a microros app tutorial * Ref #7860. Olimex + Freertos tutorial (#114) * Added FreeRTOS tutorial Fix indentation Fix links Olimex + FreeRTOS tutorial Adding check procedure Updated plantUML Update code Minor fixes Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/basic/getting_started_olimex_freertos/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Minor fixes Update structure * Fix link * Update _docs/tutorials/advanced/freertos/freertos_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/freertos/freertos_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Created separate menu for advanced tutorials for Linux. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Fixed redirects. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Removed tracing menu item from Advanced Tutorials with NuttX. * Added link to PDF for browsers without PDF plugin. Signed-off-by: Ralph Lange <ralph.lange@de.bosch.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Updating add a microros application tutorial * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Minor modifications * Ref #7867. Added Zephyr simulator (#128) * Added Zephyr emulator section * Copy content * Update tutorial * Added image * Fix link * FIx link * Update agent install * Update folder tree * Update tree * Minor fixes * Update * Update * Update * Minor fixes Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update pushd popd * Update sudos * Ref #7991. Supported hardware (#129) * Update supported hardware * Update structure * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix * Fix Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> * Ref #7864. Tutorial Zephyr + Olimex (#124) * Tutorial Tutorial * Fix link * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix pong publisher * Fix * Update agent install * Update folder tree * Fix * Update folder tree * Update * Update * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Revert "Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md" This reverts commit eb8f965. * Auto stash before checking out "HEAD" * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Ref #8025. Adding Linux micro-ROS tutorial (#130) * Initial tutorial Update Update * Update docs * Fix * Updates * Fix * Updates * Update index.md * Update cmake * Update user * Link demo tutorial to repositories READMEs. * Enable submodules checkout in CI. * Update crazyflie_demo submodule. * Ignore http status 429 en CI. * Demos README remove header (#135) * Added VSC devcontainer for local testing * Remove header from demos * Update sensors demo submodule (#136) * Adding add a microros app tutorial * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Updating add a microros application tutorial * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Minor modifications * Update _docs/tutorials/advanced/nuttx/add_a_microros_application/index.md Co-Authored-By: Pablo Garrido <pablogs9@gmail.com> * Adding flash and how to use the app points Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Ralph Lange <ralph.lange@de.bosch.com> Co-authored-by: Ralph Lange <ralph-lange@users.noreply.github.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com>
amx-piap
pushed a commit
that referenced
this pull request
May 5, 2020
* Adding docker and github ci status page * Little modification on the CI table * Update _docs/overview/docker_ci_status/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Ref #7867. Added Zephyr simulator (#128) * Added Zephyr emulator section * Copy content * Update tutorial * Added image * Fix link * FIx link * Update agent install * Update folder tree * Update tree * Minor fixes * Update * Update * Update * Minor fixes Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update _docs/tutorials/advanced/zephyr/zephyr_emulator/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Update pushd popd * Update sudos * Ref #7991. Supported hardware (#129) * Update supported hardware * Update structure * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/overview/hardware/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix * Fix Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> * Ref #7864. Tutorial Zephyr + Olimex (#124) * Tutorial Tutorial * Fix link * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: FranFin <58737168+FranFin@users.noreply.github.com> * Fix pong publisher * Fix * Update agent install * Update folder tree * Fix * Update folder tree * Update * Update * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Revert "Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md" This reverts commit eb8f965. * Auto stash before checking out "HEAD" * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Update _docs/tutorials/advanced/zephyr/zephyr_getting_started/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> * Ref #8025. Adding Linux micro-ROS tutorial (#130) * Initial tutorial Update Update * Update docs * Fix * Updates * Fix * Updates * Update index.md * Update cmake * Update user * Link demo tutorial to repositories READMEs. * Enable submodules checkout in CI. * Update crazyflie_demo submodule. * Ignore http status 429 en CI. * Demos README remove header (#135) * Added VSC devcontainer for local testing * Remove header from demos * Update sensors demo submodule (#136) * Adding docker and github ci status page * Little modification on the CI table * Update _docs/overview/docker_ci_status/index.md Co-Authored-By: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Julián Bermúdez Ortega <julianbermudez@eprosima.com> Co-authored-by: Pablo Garrido <pablogs9@gmail.com> Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR adds a tutorial for Zephyr host simulation