Releases: pnmocap/NoitomMocapLiveLinkPlugin
Releases Β· pnmocap/NoitomMocapLiveLinkPlugin
v1.3.4
- Update for send manual calibrate commands from client to axis studio(can get calibration steps and send calibrate command step by step).
- Some compile issues
- Support Unreal Engine 5.4
We provide a blueprint named '/NeuronLiveLink/Demo/ManualCalibrateDemoActor.ManualCalibrateDemoActor' to demonstrate how to use step by step calibration:
- Add blueprint ManualCalibrateDemoActor to your level
- Setup four properties (UseTCP, ServerIP, SrvPort and ClientPort) in ManualCalibrateDemoActor to connect Axis Studio
- The BeginPlay event in ManualCalibrateDemoActor will call ConnectAxisLiveLink to connect Axis Studio, or you can break the connection in Beginplay event and call ConnectAxisLiveLink before sending any commands
- Call QueryManualCalibrateSteps in ManualCalibrateDemoActor to query the steps need in calibration
- After the steps returned, Call SendCalibratePose in ManualCalibrateDemoActor to calibrate a specific pose
- When All steps finishedm Call SendCalibrateFinish in ManualCalibrateDemoActor to tell Axis Studio finish calibration
- (Optional) Call DisconnectAxisLiveLink in ManualCalibrateDemoActor to end communication with Axis Studio. if will call it in its EndPlay event too
- if you need to communicate with more than one Axis Studio server, you can either add more ManualCalibrateDemoActor actors and one actor connect to one server or using ReconnectWithParam in ManualCalibrateDemoActor to connect another Axis Studio with different connection parameters and send step by step calibration commands to that server.
v1.3.2
v1.3.1
v1.2.17
v1.2.16
- Add WBP_AxisStudioUIController to support sending command, stat/stop recording, back to origin etc, to Axis Studio and receive results from it.
- Add NeuronBlend node to solve feet sliding issue(need data with displacement from AS).
- Update DemoMap and remove CommandTestMap.
- Do NOT support sending calibrate for all command to glove only devices through AS, that may crash AS.