pub fn now() -> Time
Get the current time from the system clock.
This is esentially the same as:
std::time::SystemTime::now().into()
message.header.stamp = rosrust::wall_time::now();