Skip to content

Commit 654f0e1

Browse files
committed
Replaced ignition references with gz. Fixes omni driving for R100 and DO1X0
1 parent 5d772fe commit 654f0e1

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

clearpath_platform_description/urdf/dd100/drivetrain/wheels.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="dd100_drivetrain_wheels">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="dd100_drivetrain_wheels">
33

44
<xacro:macro name="dd100_drivetrain_wheels" params="front_wheels rear_wheels">
55
<xacro:include filename="$(find clearpath_platform_description)/urdf/dd100/drivetrain/wheels/indoor.urdf.xacro"/>

clearpath_platform_description/urdf/dd100/drivetrain/wheels/caster.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="dd100_caster_wheel">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="dd100_caster_wheel">
33

44
<xacro:property name="dd100_caster_wheel_radius" value="0.01" />
55
<xacro:property name="dd100_caster_wheel_mass" value="0.1" />

clearpath_platform_description/urdf/do100/drivetrain/wheels.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="do100_drivetrain_wheels">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="do100_drivetrain_wheels">
33

44
<xacro:macro name="do100_drivetrain_wheels" params="front_wheels rear_wheels">
55
<xacro:include filename="$(find clearpath_platform_description)/urdf/do100/drivetrain/wheels/mecanum.urdf.xacro"/>

clearpath_platform_description/urdf/do100/drivetrain/wheels/mecanum.urdf.xacro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="do100_mecanum_wheel">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="do100_mecanum_wheel">
33

44
<xacro:property name="do100_mecanum_wheel_radius" value="0.050" />
55
<xacro:property name="do100_mecanum_wheel_mass" value="0.4" />
@@ -47,7 +47,7 @@
4747
<ode>
4848
<mu>1.0</mu>
4949
<mu2>0.0</mu2>
50-
<fdir1 ignition:expressed_in="base_link">1 ${side} 0</fdir1>
50+
<fdir1 gz:expressed_in="base_link">1 ${side} 0</fdir1>
5151
</ode>
5252
</friction>
5353
</surface>

clearpath_platform_description/urdf/generic/drivetrain/control/diff_4wd.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="generic_drivetrain_control_diff_4wd">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="generic_drivetrain_control_diff_4wd">
33

44
<xacro:macro name="generic_drivetrain_control_diff_4wd" params="name hardware_plugin">
55

clearpath_platform_description/urdf/generic/drivetrain/control/diff_fwd.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="generic_drivetrain_control_diff_fwd">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="generic_drivetrain_control_diff_fwd">
33

44
<xacro:macro name="generic_drivetrain_control_diff_fwd" params="name hardware_plugin">
55

clearpath_platform_description/urdf/generic/drivetrain/control/diff_rwd.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="generic_drivetrain_control_diff_rwd">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="generic_drivetrain_control_diff_rwd">
33

44
<xacro:macro name="generic_drivetrain_control_diff_rwd" params="name hardware_plugin">
55

clearpath_platform_description/urdf/generic/drivetrain/control/omni_4wd.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="generic_drivetrain_control_omni_4wd">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="generic_drivetrain_control_omni_4wd">
33

44
<xacro:macro name="generic_drivetrain_control_omni_4wd" params="name hardware_plugin">
55

clearpath_platform_description/urdf/generic/drivetrain/drivetrain.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="generic_drivetrain">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="generic_drivetrain">
33

44
<xacro:macro name="generic_drivetrain" params="name control front_wheels rear_wheels hardware_plugin">
55
<!-- Omni drivetrain -->

clearpath_platform_description/urdf/r100/drivetrain/wheels.urdf.xacro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:ignition="http://gazebosim.org/schema" name="r100_drivetrain_wheels">
2+
<robot xmlns:xacro="http://ros.org/wiki/xacro" xmlns:gz="http://gazebosim.org/schema" name="r100_drivetrain_wheels">
33

44
<!-- Includes -->
55
<xacro:include filename="$(find clearpath_platform_description)/urdf/r100/rocker.urdf.xacro"/>

0 commit comments

Comments
 (0)