If I have two 3D (XYZ) positions at time t and time t+1, is it possible to compute the euler/orientation angles of the 2nd position (t+1) relative to t?
I can get yaw/Z pretty easily. Change of y over x, or atan2(dx, dy). Pitch/Y I think would be change of Z over distance travelled. And no I have no idea about roll/X.
In order to do this what other information is required? More points? Starting orientation?
I am trying to generate/simulate position, velocity, and orientation data where all I have is a series of points/waypoints, and the time between waypoints. Similar API to this matlab toolbox, where a user can enter waypoints, and time between waypoints, and generate the velocity, and orientation between waypoints. https://www.mathworks.com/help/nav/ref/waypointtrajectory-system-object.html