You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spawn vehicle via rpc,
I made a follow this link to generate the vehicle's command, this command did a good job,
but I use the client. The moveToPositionAsync (10, 10, 10, 10, 10, DrivetrainType: : ForwardOnly, YawMode (false, 0.0), 1.0, 1.0, "My") - > waitOnLastTask ();",
there will be mistakes. Like This:
The vehicle generated from the.json file is fine.I'd like to know which circumstances led to the error.The error seems to be related to the length of time.My game mode is sampleflight
The text was updated successfully, but these errors were encountered:
LogTemp: Error: Exception occurred while updating world: PositionController does not support yaw axis i.e. 3
LogTemp: Error: Exception occurred while updating world: reset() must be called first before update()
LogTemp: Error: Exception occurred while updating world: reset() must be called first before update()
LogTemp: Error: Exception occurred while updating world: reset() must be called first before update()
Spawn vehicle via rpc,
I made a follow this link to generate the vehicle's command, this command did a good job,
but I use the client. The moveToPositionAsync (10, 10, 10, 10, 10, DrivetrainType: : ForwardOnly, YawMode (false, 0.0), 1.0, 1.0, "My") - > waitOnLastTask ();",
there will be mistakes. Like This:
The vehicle generated from the.json file is fine.I'd like to know which circumstances led to the error.The error seems to be related to the length of time.My game mode is sampleflight
The text was updated successfully, but these errors were encountered: