BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Document ways to explore the sdk #32

Closed sindrehan closed 4 years ago

sindrehan commented 5 years ago

There are multiple ways for the user to discover the capabilites of the SDK (other than the obvious way of reading the documentation). They can use ipython and it's built-in tab-completion functionality, or they could use Pythons built-in help()-function.