package
0.0.0-20231108155304-62168f3595d6
Repository: https://github.com/fforchino/vector-go-sdk.git
Documentation: pkg.go.dev

# Functions

New returns either a vector struct, or an error on failure.
NewEP returns either a vector struct for escape pod vector, or an error on failure This function assumes you are working with the old Python SDK, that saves in ".anki_vector" a .ini file with the configuration info needed.
NewWP returns either a vector struct for wirepod pod vector, or an error on failure This function assumes you are working with Wirepod, that saves in "./jdocs/botSdkInfo.json" a JSON file with the configuration info needed.
NewWpExternal returns either a vector struct for wirepod vector, or an error on failure This function assumes that you are working with a wirepod setup (i.e.
WithSerialNo set the serialno for the vector robot.
WithTarget sets the ip of the vector robot.
WithToken set the token for the vector robot.

# Structs

No description provided by the author
Vector is the struct containing info about Vector.

# Type aliases

Option provides a function definition to set options.