Skip to content

Commit

Permalink
meta files and remove commit
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBoiseLGSVL committed Jul 21, 2021
1 parent eba4ce4 commit eaa58a0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
7 changes: 7 additions & 0 deletions LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Ros2Conversions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ public static Data.VehicleControlData ConvertTo(Data.Lgsvl.VehicleControlData da
Braking = data.braking_pct,
SteerAngle = UnityEngine.Mathf.Lerp(-1f, 1f, k),
SteerInput = data.target_wheel_angular_rate,
TargetGear = (GearPosition)(int)data.target_gear,
};
}

Expand Down

0 comments on commit eaa58a0

Please sign in to comment.