ZebraDevs / rosgo

Pure Go implementation of ROS client library
Other
61 stars 19 forks source link

rosgo

GoDoc Build Status

Package Summary

rosgo is pure Go implementation of ROS client library.

Prerequisites

To use this library you should have installed ROS: Install. To run the tests please install all sensor msgs: sudo apt install ros-noetic-desktop-full for Ubuntu

Status

rosgo is under development to implement all features of ROS Client Library Requiements.

At present, following basic functions are provided.

Work to do:

How to use

Please look in the test folder for how to use rosgo in your projects.

See also