Skip to content

Commit

Permalink
update event_ust list
Browse files Browse the repository at this point in the history
Signed-off-by: yamasaki <[email protected]>
  • Loading branch information
ymski committed Aug 23, 2023
1 parent f241fbb commit c73dad4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ros2caret/verb/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ def main(self, *, args):
'ros2:rcl_*init',
'ros2_caret:rcl_*init',
'ros2_caret:caret_init']
if os.environ['ROS_DISTRO'] in ['iron' or'rolling']:
events_ust.append('ros2:rcl_publish')
else:
events_ust = ['ros*']
context_names = names.DEFAULT_CONTEXT
Expand Down

0 comments on commit c73dad4

Please sign in to comment.