dual quaternion policy model added
This commit is contained in:
parent
ddb98b62b3
commit
25c54417eb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user