On this page
Drivers_class
The library is a port from taproot to work on the pico.
drivers
The drivers class is a singleton and has everything. If you need to do any library operation it is General through the drivers object. ex:
drivers->remote.isConnected();
drivers->motorHandler.pollCanData();
...
see the examples to learn more.