You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some attributes are named differently in Rust, Python and ROS. For example, the same property is called delta_y_norm_over_c in Rust, f1_infeasibility in Python and infeasibility_f1 in ROS. We should try to use the same variable names everywhere.
Some attributes are named differently in Rust, Python and ROS. For example, the same property is called
delta_y_norm_over_cin Rust,f1_infeasibilityin Python andinfeasibility_f1in ROS. We should try to use the same variable names everywhere.