Skip to content

ppg/rosgo

 
 

Repository files navigation

rosgo

Build Status Coverage Status

Package Summary

rosgo is pure Go implementation of ROS client library.

Status

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

At present, following basic functions are provided.

  • Parameter API (get/set/search....)
  • ROS Slave API (with some exceptions)
  • Publisher/Subscriber API (with TCPROS)

Building

Setup environmet variable:

 export GOPATH=${path/to/rosgo/dir}

Build rosgo library:

 go install ros

Examples programs:

 go install test_listener test_talker test_param

Example executables are placed in bin directory.

In future release, the build system will be integrated with catkin.

See also

About

Pure Go implementation of ROS client library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.1%
  • CMake 5.0%
  • Shell 1.6%
  • Other 1.3%