Skip to content

Commit 05aa667

Browse files
committed
Generic empty robot
1 parent ddbbd83 commit 05aa667

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0"?>
2+
<robot name="empty" xmlns:xacro="http://www.ros.org/wiki/xacro">
3+
<xacro:arg name="is_sim" default="false" />
4+
<xacro:arg name="prefix" default="" />
5+
<xacro:arg name="namespace" default="" />
6+
<xacro:arg name="gazebo_controllers" default="$(find clearpath_control)/config/j100/control.yaml"/>
7+
<xacro:arg name="use_platform_controllers" default="true"/>
8+
<link name="base_link"/>
9+
<link name="default_mount"/>
10+
<joint name="default_mount_joint" type="fixed">
11+
<child link="default_mount"/>
12+
<parent link="base_link"/>
13+
<origin xyz="0 0 0" rpy="0 0 0"/>
14+
</joint>
15+
</robot>

0 commit comments

Comments
 (0)