roslibgo is the client library to connect rosbridge with Go-language.
- Topic publishing
- Topic subscribing
- Service call (client)
- Service advertisement (server)
- reconnecting to ROS Bridge when connection is closed.
- support concurrent programming
To install roslibgo
go get github.com/gaochuwuhan/roslibgo
See example/main.go