compas-dev / compas_fab

Robotic fabrication package for the COMPAS Framework.
https://compas.dev/compas_fab/
MIT License
108 stars 32 forks source link

Renamed a bunch of `cached_robot` to `cached_robot_model` in PyBulletClient #428

Closed yck011522 closed 2 weeks ago

yck011522 commented 1 month ago

The existing naming convention calling the cached robot_model as robot is very confusing. I renamed it to explicitly say cached_robot_model.

This is a breaking change for people who directly access the cached model, but I doubt anyone is doing that now.

What type of change is this?

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.