Skip to content

Commit

Permalink
add message_construct tracepoint on light mode instrumentation. (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: ISP akm <akm@isp.co.jp>
  • Loading branch information
xygyo77 authored May 10, 2024
1 parent 435a7a1 commit 4c54383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ def main(self, *, args):
'ros2:rcl_*init',
'ros2_caret:rcl_*init',
'ros2_caret:caret_init',
'ros2_caret:sim_time']
'ros2_caret:sim_time',
'ros2:message_construct']
if os.environ['ROS_DISTRO'][0] >= 'i':
events_ust.append('ros2:rcl_publish')
else:
Expand Down

0 comments on commit 4c54383

Please sign in to comment.