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:
@ -3,6 +3,8 @@
|
||||
#include "Robot/PilotComponent/RobotPilotComponent.h"
|
||||
#include "RobotPilotSO100Component.generated.h"
|
||||
|
||||
struct FRemoteControlPayload;
|
||||
|
||||
USTRUCT(BlueprintType)
|
||||
struct FSo100Actuators
|
||||
{
|
||||
@ -42,6 +44,7 @@ public:
|
||||
|
||||
virtual void SetRobotTarget(const FTransform& TargetTransformIn) override;
|
||||
virtual void SetRobotCurrentRewardZone(const FTransform& RewardTransformIn) override;
|
||||
virtual void ReceiveRemoteCommand(const FRemoteControlPayload& RemoteRobotPayload) override;
|
||||
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user