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

9 months ago

Activity
Lars Berscheid changed status to 🛠 Done

8 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    8 months ago    Reply

Comment must be at least 20 characters.
Cancel

We appreciate your feedback.

Yahav changed status to 🤖 Working on it!

9 months ago

One vote