akio / rosgo

Pure Go implementation of ROS client library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generated msg files have self dependencies

justinscorringe opened this issue · comments

If I generated geometry_msgs/Twist in my package for example, it will fail to build because golang does not allow import cycles. The Twist.go file also imports geometry_msgs to grab its definitions.
Is there an easy workaround for this? Thank you

This is fixed in fetchrobotics fork of the rosgo repository