Added more review changes
This commit is contained in:
parent
87e674c76b
commit
67e12c34ac
|
@ -81,4 +81,4 @@ namespace rpc {
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace rpc
|
} // namespace rpc
|
||||||
} // namespace carla
|
} // namespace carla
|
||||||
|
|
|
@ -30,4 +30,4 @@ struct CARLA_API FAckermannControllerSettings
|
||||||
|
|
||||||
UPROPERTY(Category = "Ackermann Controller Settings", EditAnywhere, BlueprintReadWrite)
|
UPROPERTY(Category = "Ackermann Controller Settings", EditAnywhere, BlueprintReadWrite)
|
||||||
float AccelKd = 0.0f;
|
float AccelKd = 0.0f;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue