Error in ABB driver documentation

🛠 Done

In ABB driver documentation (https://docs.jacobirobotics.com/motion/driver/abb.html), example stated that one should do

from jacobi_abb_driver import ABBDriver


while correct line is

from jacobi_driver_abb import ABBDriver

Krzysztof Gomulski

11 months ago

Activity
Lars Berscheid changed status to 🛠 Done

10 months ago

Lars Berscheid

Thanks!

We now settled on the

from jacobi.drivers import ABBDriver

notation for all our drivers, and updated our docs.

0    10 months ago    Reply

Comment must be at least 20 characters.
Cancel

We appreciate your feedback.

Yahav changed status to 🤖 Working on it!

11 months ago

One vote