Skip to content

Commit

Permalink
corrected urdf
Browse files Browse the repository at this point in the history
  • Loading branch information
aPR0T0 committed Oct 9, 2022
1 parent da7034e commit 644cef8
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions rotors_description/urdf/omav.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@
<!-- Instantiate rotors -->
<xacro:double_tilt_unit robot_namespace="${namespace}"
suffix="right"
direction_upper="ccw"
direction_lower="ccw"
direction_upper="cw"
direction_lower="cw"
motor_constant="${motor_constant}"
motor_constant_lower="${motor_constant_lower}"
moment_constant="${moment_constant}"
Expand All @@ -119,8 +119,8 @@
<xacro:double_tilt_unit
robot_namespace="${namespace}"
suffix="left"
direction_upper="cw"
direction_lower="cw"
direction_upper="ccw"
direction_lower="ccw"
motor_constant="${motor_constant}"
motor_constant_lower="${motor_constant_lower}"
moment_constant="${moment_constant}"
Expand All @@ -145,8 +145,8 @@
<xacro:double_tilt_unit
robot_namespace="${namespace}"
suffix="front_left"
direction_upper="ccw"
direction_lower="ccw"
direction_upper="cw"
direction_lower="cw"
motor_constant="${motor_constant}"
motor_constant_lower="${motor_constant_lower}"
moment_constant="${moment_constant}"
Expand All @@ -170,8 +170,8 @@

<xacro:double_tilt_unit robot_namespace="${namespace}"
suffix="back_right"
direction_upper="cw"
direction_lower="cw"
direction_upper="ccw"
direction_lower="ccw"
motor_constant="${motor_constant}"
motor_constant_lower="${motor_constant_lower}"
moment_constant="${moment_constant}"
Expand All @@ -195,8 +195,8 @@

<xacro:double_tilt_unit robot_namespace="${namespace}"
suffix="front_right"
direction_upper="cw"
direction_lower="cw"
direction_upper="ccw"
direction_lower="ccw"
motor_constant="${motor_constant}"
motor_constant_lower="${motor_constant_lower}"
moment_constant="${moment_constant}"
Expand All @@ -220,8 +220,8 @@

<xacro:double_tilt_unit robot_namespace="${namespace}"
suffix="back_left"
direction_upper="ccw"
direction_lower="ccw"
direction_upper="cw"
direction_lower="cw"
motor_constant="${motor_constant}"
motor_constant_lower="${motor_constant_lower}"
moment_constant="${moment_constant}"
Expand Down

0 comments on commit 644cef8

Please sign in to comment.