Skip to content

Commit 5c54149

Browse files
committed
Added moveit2 demo as a submodule.
1 parent b6f83ed commit 5c54149

6 files changed

Lines changed: 16 additions & 1 deletion

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
path = _includes/thumper_demo
1717
url = https://github.com/micro-ROS/micro-ROS_thumper_demo
1818
branch = foxy
19+
[submodule "_includes/moveit2_demo"]
20+
path = _includes/moveit2_demo
21+
url = https://github.com/micro-ROS/micro-ROS_moveit2_demo

_data/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
- tutorials/demos/demobox_demo
7474
- tutorials/demos/thumper_demo
7575
- tutorials/demos/combined_demos
76+
- tutorials/demos/moveit2_demo
7677

7778
- title: Nuttx-specific Tutorials
7879
docs:

_docs/overview/users_and_clients/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ collaborators:
5858
title: LUXonis
5959
url: www.luxonis.com
6060
- path: https://upload.wikimedia.org/wikipedia/commons/thumb/1/15/Canonical_logo.svg/200px-Canonical_logo.svg.png
61-
text: Canonical is a computer software company with products like Ubuntu Linux. The company's goal is to "deliver, maintain, secure and sustain open source from cloud to desktop and devices".
61+
text: Canonical is a computer software company with products like Ubuntu Linux. The company's goal is to 'deliver, maintain, secure and sustain open source from cloud to desktop and devices'.
6262
title: Canonical
6363
url: www.canonical.com
6464
- path: https://www.freertos.org/fr-content-src/uploads/2018/07/logo-1.jpg
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: MoveIt 2 Demo
3+
layout: docs_noheader
4+
permalink: /docs/tutorials/demos/moveit2_demo/
5+
---
6+
7+
{% capture my_include %}{% include moveit2_demo/README.md %}{% endcapture %}
8+
{{ my_include | markdownify }}

_includes/moveit2_demo

Submodule moveit2_demo added at 24455ff

_posts/2020-12-16-ROS-In.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ author: francesca-finocchiaro
55

66
micro-ROS was presented at the 2020 ROS-Industrial Conference in a joint talk given by Ralph Lange from Bosch, and by Francesca Finocchiaro and Pablo Garrido Sanchez from eProsima.
77

8+
<iframe width="560" height="315" src="https://www.youtube.com/embed/z6F1qbcJB9s" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
9+
810
In the first part of the talk, Ralph Lange presented the ROS 2 Executor design and discussed latest developments towards real-time support and determinism, which are important requirements for industrial applications. The talk also addressed the most recent features added in the Foxy release and for the Galactic release. Finally, he presented details on the rclc Executor for deeply embedded applications such as those addressed by micro-ROS.
911

1012
In the second part of the talk, Francesca Finocchiaro provided an overview of the micro-ROS project with a focus on its latest features and developments, and subsequently Pablo Garrido Sanchéz presented an entry-level hands-on demonstration intended for people willing to get started with micro-ROS.

0 commit comments

Comments
 (0)