func (p *proxyALRobotPosture) GetPosture() (string, error) {
    var ret string
    args := bus.NewParams("()")
    resp := bus.NewResponse("s", &ret)
    err := p.Proxy().Call2("getPosture", args, resp)