-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random errors from time to time #160
Labels
bug-community
Something isn't working in the community version
Comments
I experience the similar issue
This almost always happens closer to the end of trajectory |
Hi, I sometimes have the same error. Is there any update on this ? In my current scenario, here are my variables: obj.otg
-> <ruckig.Ruckig object at 0x0000013F360E7AF0>
-> special variables
-> function variables
-> degrees_of_freedom = 3
-> delta_time = 0.01
-> max_number_of_waypoints = 0
-> _pybind11_conduit_v1_ = <bound method PyCapsule._pybind11_conduit_v1_ of <ruckig.Ruckig object at 0x0000013F360E7AF0>>
obj.DoF
-> 3
obj.out
-> out.new_position = [1059.317036088455, 836.575680764959, 0]
-> out.new_velocity = [-151.9782841623022, -3733.520461186207, 0]
-> out.new_acceleration = [0, -25399.19073985847, 0]
-> out.new_jerk = [0, 400000, 0]
-> out.time = [0.01]
-> out.calculation_duration = [6.8]
obj.inp
-> inp.current_position = [1059.317036088455, 836.575680764959, 0]
-> inp.current_velocity = [-151.9782841623022, -3733.520461186207, 0]
-> inp.current_acceleration = [0, -25399.19073985847, 0]
-> inp.target_position = [1021.675160208679, 80.73646264290286, 0]
-> inp.target_velocity = [0, 0, 0]
-> inp.target_acceleration = [0, 0, 0]
-> inp.max_velocity = [2500, 5000, 5000]
-> inp.max_acceleration = [20000, 40000, 40000]
-> inp.max_jerk = [250000, 400000, 400000] and my errror : File "C:\X\mastr-bot\script\scripts\compute_trajectory.py", line 57, in updateRuckig
obj.moveStatus = obj.otg.update(obj.inp, obj.out)
File "C:\X\mastr-bot\script\main.py", line 74, in updateSliders
traj.updateRuckig(s)
File "C:\X\mastr-bot\script\main.py", line 116, in update
updateSliders(sliders, conveyors, beams)
File "C:\X\mastr-bot\script\main.py", line 263, in <module> (Current frame)
update()
ruckig.RuckigError:
[ruckig] error in step 1, dof: 1 input:
inp.current_position = [1059.317036088455, 836.575680764959, 0]
inp.current_velocity = [-151.9782841623022, -3733.520461186207, 0]
inp.current_acceleration = [0, -25399.19073985847, 0]
inp.target_position = [1021.675160208679, 80.73646264290286, 0]
inp.target_velocity = [0, 0, 0]
inp.target_acceleration = [0, 0, 0]
inp.max_velocity = [2500, 5000, 5000]
inp.max_acceleration = [20000, 40000, 40000]
inp.max_jerk = [250000, 400000, 400000]
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using offline trajectory computation through Python, using the version compiled from this repo from May 15, (commit eb749af). Running on Nvidia Jetson Nano. Errors happen every once in a while.
Examples of output when errors happen:
The text was updated successfully, but these errors were encountered: