dual quaternion policy model added

This commit is contained in:
Niko Feith 2024-02-23 17:36:44 +01:00
parent ddb98b62b3
commit 25c54417eb

View File

@ -6,6 +6,11 @@ uint16 nr_parameter
float32[] x_next float32[] x_next
# time array # time array
float32[] time_steps_array float32[] time_steps_array
# did the user updated trajectory in the ui
bool user_update
# if the user updated update Pose + its timestamp (multiple Poses possible
float32[] update_pose
float32[] update_timestamps
--- ---
# observed parameters # observed parameters
float32[] x_observed float32[] x_observed