tiiuae / rclgo

ROS Client Library for Golang
Apache License 2.0
81 stars 14 forks source link

examples' subscriber node name is 'publisher' #18

Open dohyeunglee opened 7 months ago

dohyeunglee commented 7 months ago

https://github.com/tiiuae/rclgo/blob/56b24e11219bb3d7c4479323c59fa5c2c8e04d18/examples/publisher_subscriber/subscriber/main.go#L25

go run ./subscriber

if I run the above command, the subscriber node is launched with name 'publisher', not 'subscriber'