[Documentation] [TitleIndex] [WordIndex

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.

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.


2024-04-13 13:05