Skip to content

AirSim UE5 support #4672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clang
  • Loading branch information
alonfaraj committed Aug 25, 2022
commit 648baf7ad0fe9ab77738d697459da556a315ae82
1 change: 0 additions & 1 deletion Unreal/Plugins/AirSim/Source/Vehicles/Car/CarPawnApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ CarPawnApi::CarPawnApi(ACarPawn* pawn, const msr::airlib::Kinematics::State* paw
: pawn_(pawn), pawn_kinematics_(pawn_kinematics), vehicle_api_(vehicle_api)
{
movement_ = CastChecked<UChaosWheeledVehicleMovementComponent>(pawn->GetVehicleMovement());

}

void CarPawnApi::updateMovement(const msr::airlib::CarApiBase::CarControls& controls)
Expand Down