Subscriber error #108
-
I'm getting this error when trying to get data from gazebo under the "scan" topic. (error listed below) I have seen similar answered Q&As however, I am using Noetic so seems like the issue doesn't apply. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, as clearly stated in the error message, the message type on both publisher and subscriber must be the same. In this case, you have to edit the Go code and switch from |
Beta Was this translation helpful? Give feedback.
Hello, as clearly stated in the error message, the message type on both publisher and subscriber must be the same. In this case, you have to edit the Go code and switch from
sensor_msgs.Imu
tosensor_msgs.LaserScan
.