dual quaternion policy model added

This commit is contained in:
Niko Feith 2024-02-26 12:08:47 +01:00
parent 25c54417eb
commit acf51f01c6

View File

@ -1,4 +1,7 @@
# parameters which were fixed by the user # parameters which were fixed by the user
bool[] fixed_parameters bool[] fixed_parameters
# parameters set by the user # parameters set by the user
float32[] set_parameter_values float32[] set_parameter_values
# proposed new poses and their time steps
float32[] new_poses
float32[] new_poses_time_stamps