This is the post for saving the question and answer shown here
About the Jrl library, if I want to add new robots into it, for example, ur3, what is the correct step to do that? Here is my solution based on my understanding:
- Implement the class Ur3() in
robots.py
- Download related urdf files from some projects like urdf_files_dataset or generate them using ROS based on your README.md
- Generate the capsule folder using
calculate_capsule_approximation.py
Are these steps enough? Should I use calculate_ignorable_link_collision_pairs.py and calculate_rotational_repeatability.py?
This is the post for saving the question and answer shown here
About the Jrl library, if I want to add new robots into it, for example, ur3, what is the correct step to do that? Here is my solution based on my understanding:
robots.pycalculate_capsule_approximation.pyAre these steps enough? Should I use
calculate_ignorable_link_collision_pairs.pyandcalculate_rotational_repeatability.py?