socketcan_bridge - sent_messages: Decimal conversion
I am trying to publish a message (of type can_msgs/Frame) to sent_message topic in socketcan_bridge. For the id i am providing appropriate hex value ( 0x29F) in this case, but when I echo sent_messages, it is actually converting this hex into decimal (671) and hence I am not able to publish this can message correctly. Can you pleas help?