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, Thanks for your sharing. Currently, i am reproducing your work with my own robot arm(which is 6-dof). And when i run the code: python -m furniture_bench.scripts.collect_data --furniture one_leg --out-data-path teleop_sim_demo --is-sim --scripted to collect data, I met some problem.
I changed the urdf from franka panda to my robot+gripper.
Now the issac gym's rendering is correct (already changed to my robot).
I can run python -m furniture_bench.scripts.collect_data --furniture one_leg --out-data-path teleop_sim_demo --is-sim --scripted, and it seems the script is run correctly.
The target of mine:
Use my robot to collect data, training, evaluation.
Deploy it on real world.
The problem I met:
Since the current change is brutal, the codes can run, but the robot is not doing its work, with even a wired initial position.
The question or asking:
Can you provide some hints (instructions will be better) to tell us if we want to deploy your work on a new robot, what is something we need to do?
How do you modify your hype-para like 'reset_joints', 'position_limits'...Where can i get my correct numbers?
Hope to get some advice.
The text was updated successfully, but these errors were encountered:
Hi, Thanks for your sharing. Currently, i am reproducing your work with my own robot arm(which is 6-dof). And when i run the code:
python -m furniture_bench.scripts.collect_data --furniture one_leg --out-data-path teleop_sim_demo --is-sim --scripted
to collect data, I met some problem.First of all, i already did the following:
python -m furniture_bench.scripts.collect_data --furniture one_leg --out-data-path teleop_sim_demo --is-sim --scripted
, and it seems the script is run correctly.The target of mine:
The problem I met:
The question or asking:
Hope to get some advice.
The text was updated successfully, but these errors were encountered: