Required Info:
- Operating System:
- Installation type:
- Version or commit hash:
- DDS implementation:
- Client library (if applicable):
Steps to reproduce issue
- start a lifecycle talker node:
$ ros2 run lifecycle lifecycle_talker
- subscribe to the
transition_event topic:
$ ros2 topic echo /lc_talker/transition_event
- require some transitions:
$ ros2 lifecycle set /lc_talker configure
$ ros2 lifecycle set /lc_talker activate
I noticed the issue with my own lifecycle node and I tested it with the provided example to be sure that the issue is generic.
Expected behavior
current timestamp for the messages
Actual behavior
The timestamp is null as you can see in the following screenshoot
