Hello
I work with legacy remote api(python).I need to take object orientation degree.
When I used to simxGetObjectOrientation function. Program is returned euler angle.
How can I convert euler angle to degree?
How can I convert euler angle to degree?
Re: How can I convert euler angle to degree?
That function returns angles in radians. For degrees, simply multiply by 180/pi
You can also read more about Euler angles here.
Cheers
You can also read more about Euler angles here.
Cheers