Sören Brockmann
Sören Brockmann
That would be amazing :-)
I just tested this example here: ``` package main import ( "gobot.io/x/gobot/platforms/raspi" ) func main() { r := raspi.NewAdaptor() fmt.Println(r) } ``` I got this value returned: &{0x400001c358 RaspberryPi-62F43657CD24D5FD map[]...
Hi @mehdiae, have you found a solution for it?
I found a solution. The model name has to be in a specific format I guess. So I just renamed the hand pose model equal to the human pose model...
A bit late but are you looking for this example here? https://github.com/kubernetes-client/javascript/blob/master/examples/typescript/apply/apply-example.ts Just create a yml file with your resource and apply it.