RVC3-python icon indicating copy to clipboard operation
RVC3-python copied to clipboard

Code examples for Robotics, Vision & Control 3rd edition in Python

Results 16 RVC3-python issues
Sort by recently updated
recently updated
newest added

After running pip install rvc3python. The rvctool command does not work, it returns the error "rvctool: command not found"

bug
under investigation

the error is on the left hand side of equations 2.9 and 2.10 on page 34 ![image](https://github.com/petercorke/RVC3-python/assets/8749738/a87c9810-4a80-431d-9fb1-b34f97fc729c) it is my understanding that 1. $^Ap$ means p with respect to cooridnate...

errata

If you see graphs not popping up in Ubuntu 22.04, it's because of `matplotlib` version `3.9.0`. The fix is to install version `3.8.0` of this library using `pip3 install matplotlib==3.8.4`.

Table 7.2, page 275. The description for joint angle uses incorrect z axis indexing. "The angle between the x_j and x_{j+1} axes about the **z_{j-1}** axis" I believe it should...

errata

Some packages are loosely defined in the requirements. For example, `matplotlib` does not have an upper boundary for its version. With `3.9.4` running `panda.teach(panda.qz)` from the README will open a...

bug

**This report is for bugs with the `RVC3-python` repo: missing files, incorrect documentation, broken links etc.** **Describe the bug** Trying to run the code RVC3-python/figures/3d/fig3_1a.py in pycharm the package pvplus...

bug