Open dp1140a opened 1 month ago
Definitely getting closer.
const correctDistro = "humble"
in generate.gotried to run the publisher example.
go run ./publisher
# github.com/PolibaX/rclgo/pkg/rclgo
../../pkg/rclgo/errortypes.gen.go:45:7: could not determine kind of name for C.RCL_RET_NOT_FOUND
Did I miss a step or is there another message generation step at the top of all this?
Looks like this error has something to do with the ROS2 Logger. I ran a search on the ROS2 repo for RCL_RET_NOT_FOUND and got a few hits.
Update: SO I just commented the 2 lines in question out and lo and behold it ran fine on humble
What would I need to do to make this backwards compatible or to create a new branch that worked with Humble. Issue I have is that Jazzy only runs on Ubuntu24. Im on PopOS which hasnt yet released 24.04. So until then Im stuck on Humble. Happy to do the work just need a little guidance.