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
Hi @yunshengtian , I'm very impressed by your work and meet a problem when "generating results from log". Everything looks good and following the README I can get the assembly result without showing the robotic arm.
Then I try to add some arguments in the sequence planning: python plan_sequence/run_seq_plan.py --dir beam_assembly --id original --planner dfs --generator heur-out --max-gripper 2 --base-part 6 --log-dir logs/beam_seq --early-term --render --plan-arm --plan-grasp --gripper robotiq-140
And it works,
Hi @ShinyueYao , thank you for your interest and raising this issue! There are indeed some small bugs in the code, mainly because I forgot to update some parts of the code to my latest APIs. I have fixed them and now it runs smoothly on my end. Please let me know if this fixes your issue and keep me updated if you see any further issues. Thanks!
Hi @yunshengtian , I'm very impressed by your work and meet a problem when "generating results from log". Everything looks good and following the README I can get the assembly result without showing the robotic arm.
Then I try to add some arguments in the sequence planning:
python plan_sequence/run_seq_plan.py --dir beam_assembly --id original --planner dfs --generator heur-out --max-gripper 2 --base-part 6 --log-dir logs/beam_seq --early-term --render --plan-arm --plan-grasp --gripper robotiq-140
And it works,
But when I try to generate the result, it shows:
Do you have any idea about it and how to fix it? Thank you for any help you can offer.
The text was updated successfully, but these errors were encountered: