Skip to content

Commit 2e31ae6

Browse files
committed
Add custom component example to rosbot_description
1 parent 2866ee1 commit 2e31ae6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,16 @@
11
---
2+
# Put your own components here. `type: custom` attaches a user-supplied
3+
# URDF/xacro + mesh. Template + docs:
4+
# https://github.com/husarion/husarion_components_description#custom-component
5+
#
6+
# Example (uncomment to spawn the shipped template, e.g. `... simulation.yaml
7+
# robot_model:=rosbot configuration:=custom`):
8+
#
9+
# - type: custom
10+
# package: husarion_components_description
11+
# file: urdf/custom_component_example.urdf.xacro
12+
# name: my_marker
13+
# parent_link: cover_link
14+
# xyz: 0.0 0.0 0.1
15+
# rpy: 0.0 0.0 0.0
216
components: []

0 commit comments

Comments
 (0)