rostok.trajectory_optimizer.trajectory_generator
Functions
|
|
|
See the calculate_control_value_virtual_cable function for understanding how control actions are generated for a branch (finger) |
|
Calls links_length_after_joint to get the lengths of composite links. |
|
Calls links_length_after_joint to get the lengths of composite links. |
|
|
|
|
|
Generates a linear control vector for a given branch. |
|
|
|
_summary_ |
|
Splits the node list into composite links, separating them at joint nodes. |
|
Returns a generator that iterates over a pair branch (based on get_sorted_root_based_paths) and coefficient. |
|
Returns a generator that iterates over a pair branch (based on get_sorted_root_based_paths) and coefficient. Iterate over branch with joints. Args: graph (GraphGrammar): _description_ coefficients (list[tuple]): _description_. |
|
See the calculate_control_value_based_on_length function for understanding how control actions are generated for a branch (finger) |
|
Returns a list of unique root-based paths in the graph. |