Skip to content

Commit

Permalink
Added sky, removed caster angle
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Jun 21, 2017
1 parent 6c9da0a commit 148e9e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions prius_description/urdf/prius.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@
<inertial>
<mass value="1"/>
<origin xyz="0 0 0"/>
<inertia ixx="0.001" ixy="0.0" ixz="0.0" iyy="0.001" iyz="0.0" izz="0.001"/>
<inertia ixx="0.004" ixy="0.0" ixz="0.0" iyy="0.004" iyz="0.0" izz="0.004"/>
</inertial>
</link>
<link name="fr_axle">
<inertial>
<mass value="1"/>
<origin xyz="0 0 0"/>
<inertia ixx="0.001" ixy="0.0" ixz="0.0" iyy="0.001" iyz="0.0" izz="0.001"/>
<inertia ixx="0.004" ixy="0.0" ixz="0.0" iyy="0.004" iyz="0.0" izz="0.004"/>
</inertial>
</link>
<link name="front_left_wheel">
Expand Down Expand Up @@ -202,14 +202,14 @@
<joint name="front_left_steer_joint" type="continuous">
<parent link="chassis"/>
<child link="fl_axle"/>
<origin xyz="0.767 -1.41 0.3" rpy="-0.089 0 0"/>
<origin xyz="0.767 -1.41 0.3" rpy="0 0 0"/>
<axis xyz="0 0 1"/>
<limit lower="-0.8727" upper="0.8727" effort="10000000" velocity="1000000"/>
</joint>
<joint name="front_right_steer_joint" type="continuous">
<parent link="chassis"/>
<child link="fr_axle"/>
<origin xyz="-0.767 -1.41 0.3" rpy="-0.089 0 0"/>
<origin xyz="-0.767 -1.41 0.3" rpy="0 0 0"/>
<axis xyz="0 0 1"/>
<limit lower="-0.8727" upper="0.8727" effort="10000000" velocity="1000000"/>
</joint>
Expand Down Expand Up @@ -444,7 +444,6 @@
<gas_efficiency>0.371</gas_efficiency>
<battery_charge_watt_hours>291</battery_charge_watt_hours>
<battery_discharge_watt_hours>214</battery_discharge_watt_hours>
<!-- 37 deg ~= 0.6458 rad -->
<max_steer>0.6458</max_steer>
<flwheel_steering_p_gain>1e4</flwheel_steering_p_gain>
<frwheel_steering_p_gain>1e4</frwheel_steering_p_gain>
Expand Down
1 change: 1 addition & 0 deletions prius_plugin/worlds/mcity.world
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<scene>
<ambient>0.4 0.4 0.4 1</ambient>
<background>0.7 0.7 0.7 1</background>
<sky/>
<shadows>1</shadows>
</scene>
<audio>
Expand Down

0 comments on commit 148e9e5

Please sign in to comment.