You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So does this library only support humble distro or can Iron also be supported somehow?
Tried to generate the messages by ignoring distro mismatch but the generated file is empty
go run github.com/tiiuae/rclgo/cmd/rclgo-gen generate -d msgs --include-go-package-deps ./... --ignore-ros-distro-mismatch
msgs/msgs.gen.go
// Code generated by rclgo-gen. DO NOT EDIT.
package msgs
import (
)
The text was updated successfully, but these errors were encountered:
I am still working on updating the Github Actions for the repository but a work-in-progress for ros:iron can be found here: https://github.com/ATIinc/rclgo.
So does this library only support humble distro or can Iron also be supported somehow?
Tried to generate the messages by ignoring distro mismatch but the generated file is empty
go run github.com/tiiuae/rclgo/cmd/rclgo-gen generate -d msgs --include-go-package-deps ./... --ignore-ros-distro-mismatch
msgs/msgs.gen.go
The text was updated successfully, but these errors were encountered: