Replies: 2 comments 2 replies
-
|
Termination conditions we want include every
Also, it would be nice to temporarily modify something in the config for a single request. Like |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Actually we may want to repurpose the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We plan to add a new
get_trajectorymethod to the interface, which will allow more flexibility in requesting a trajectory compared tofireWe propose the following changes:
filter_flagsinstead ofextra_data(extra_datais no longer useful and should be deprecated)termination_flags- specifies which hardcoded termination events should be enabled, for example (stop on Zero)record_by- which axis or state attribute should be used for recording (range.x, time, velocity, look_distance, height, etc.)record_request- sortable iterable object for matching withrecord_byget_trajectorywill handle or suppress Range Errors by default, guaranteeing return of aHitResultwith complete/incomplete trajectoryBeta Was this translation helpful? Give feedback.
All reactions