Skip to content

Commit 4995420

Browse files
committed
better warn message
1 parent a2be1fd commit 4995420

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ros/Utils/RosbagSubscriber.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function loop!(rbs::RosbagSubscriber, args...)
9999
rbs.callbacks[rbs.nextMsgChl](msg, args...)
100100
true
101101
else
102-
@warn "false, dont know how to handle message" rbs.nextMsgChl msgT maxlog=10
102+
@warn "Unsure about decoding this topic:msg type pair, make sure the subscribed topic names are spelled exactly right." rbs.nextMsgChl msgT maxlog=10
103103
# @show msg
104104
false
105105
end

0 commit comments

Comments
 (0)