Skip to content

TIERS/rclgo

 
 

Repository files navigation

rclgo the ROS2 client library Golang wrapper

Installation

$ go get github.com/TIERS/rclgo
$ go install github.com/TIERS/rclgo/cmd/rclgo
$ go install github.com/TIERS/rclgo/cmd/rclgo-gen
$ rclgo-gen generate

Commandline client

Mimics the official rcl-command

rclgo topic echo /topic/name std_msgs.ColorRGBA

ROS2 message converter

rclgo expects a Golang-implementation of all the ROS2 messages to exists. To use rclgo with your set of ROS2 plugins and modules, you need to generate the Golang-bindings before first use.

rclgo-gen generate /opt/ros/foxy/share/px4_msgs/msg/AdcReport.msg

Usage

See the rclgo commandline client source code:

Subscription Publisher

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.5%
  • Other 0.5%