pantor / ruckig

Motion Generation for Robots and Machines. Real-time. Jerk-constrained. Time-optimal.
https://ruckig.com
MIT License
635 stars 155 forks source link

Result::ErrorExecutionTimeCalculation -by hualei #194

Open hubeihualei opened 4 weeks ago

hubeihualei commented 4 weeks ago

i test 4 dof example, i use the follow data, but result=Result::ErrorExecutionTimeCalculation i use the latest ruckig code.

input.current_position = {2.990056872367862, 2.51504516601562, 0, 0}; input.current_velocity = {0.0, 0, 0, 0}; input.current_acceleration = {0.0, 0, 0, 0}; input.target_position = {2.990056872367862, 2.51504516601562, 0,719}; input.target_velocity = {0.0, 0, 0,0}; input.target_acceleration = {0.0, 0.0, 0,0}; input.max_velocity = {225, 600, 12499.99999999999,546.454545454545}; input.max_acceleration = {11250, 30000, 624999.9999999997,27272.72727272725};// input.max_jerk = {562500, 1500000,31249999.99999998,1363636.363636363};

hubeihualei commented 4 weeks ago

Dingtalk_20240606144413

chinahuangyong commented 2 weeks ago

input size is 4, but ruckig dof set 3.