Setting header.secs and header.nsecs in JSON before publishing
I am able to send JSON to rosbridge_server (tcp) to publish custom messages to ROS and I can see the messages with rostopic echo <custom_msg>. The header information is blank except header.seq, which increments correctly.
Is there a way to have header.secs and header.nsecs reflect time rosbridge_server published???
Thanks for any help you can give me.