Categorygithub.com/TIERS/rclgo
repository
0.0.0-20211008153910-961bee4698c6
Repository: https://github.com/tiers/rclgo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

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