All settings reload

This commit is contained in:
2025-04-16 19:57:23 +03:00
parent 027d4c2e80
commit e1c20e8924
3310 changed files with 10550 additions and 1 deletions

View File

@ -31,7 +31,8 @@ enum class ERobotsName : uint8
PuralinkRobot UMETA(DisplayName = "Puralink Robot"),
UnitreeGo2 UMETA(DisplayName = "Unitree Go 2"),
RevoluteRobot UMETA(DisplayName = "Revolute Robot"),
BostonSpotRobot UMETA(DisplayName = "Boston Spot Robot")
BostonSpotRobot UMETA(DisplayName = "Boston Spot Robot"),
SO100Robot UMETA(DisplayName = "SO100 Arm Robot")
};
UENUM(BlueprintType)