Skip to content

Commit 994ee9e

Browse files
authored
Added openmanipulator demo (micro-ROS#188)
1 parent 3cf8439 commit 994ee9e

4 files changed

Lines changed: 13 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66
path = _includes/sensors_demo
77
url = https://github.com/micro-ROS/micro-ROS_sensors_demo
88
branch = master
9+
[submodule "_includes/openmanipulator_demo"]
10+
path = _includes/openmanipulator_demo
11+
url = https://github.com/micro-ROS/micro-ROS_openmanipulator_demo

_data/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- tutorials/demos/kobuki_demo
6060
- tutorials/demos/crazyflie_demo
6161
- tutorials/demos/tof_demo
62+
- tutorials/demos/openmanipulator_demo
6263
- tutorials/demos/fiware_demo
6364
- tutorials/demos/combined_demos
6465

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: OpenManipulator-X Demo
3+
layout: docs_noheader
4+
permalink: /docs/tutorials/demos/openmanipulator_demo/
5+
---
6+
7+
{% capture my_include %}{% include openmanipulator_demo/README.md %}{% endcapture %}
8+
{{ my_include | markdownify }}

_includes/openmanipulator_demo

Submodule openmanipulator_demo added at 1868a3c

0 commit comments

Comments
 (0)