Closed ChrisTimperley closed 4 years ago
Sure. The rationale is that the missing Python runtime dependency will lead to an ImportError
exception whenever tf2_sensor_msgs
is imported. Imports overwhelming take place during start-up in Python, and performing imports inside of method calls, for instance, is considered poor form.
I'm happy to take a look, but could you please provide your rationale for why you'd want to change it to
startup
?