You've already forked LuckyWorld
FT - Primitive WebSocket Actuators Control
+ Optionally allow remote control of the robot + Direct set of actuators, this should pass by the layer controler for proper interpolation
This commit is contained in:
@ -60,3 +60,7 @@ void URobotPilotComponent::SetRobotTarget(const FTransform& TargetTransformIn)
|
||||
void URobotPilotComponent::SetRobotCurrentRewardZone(const FTransform& RewardTransformIn)
|
||||
{
|
||||
}
|
||||
|
||||
void URobotPilotComponent::ReceiveRemoteCommand(const FRemoteControlPayload& RemoteRobotPayload)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user