bit-bots / bitbots_main

This git contains all RoboCup code from the Hamburg Bit-Bots.
https://bit-bots.de
MIT License
37 stars 13 forks source link

Every launch file needs a sim parameter #169

Open jaagut opened 1 year ago

jaagut commented 1 year ago

In total, we currently have 105 launch files of which 42 contain the sim argument.

The following launch files do not contain the sim launch argument. Please review them and create a PR to fix them if necessary (link PR here):

jaagut commented 1 year ago

@bit-bots/developer Please evaluate these files and check the mark, if already handled

Flova commented 1 year ago

I have checked all ones which were fine without a sim param at first sight. This is mainly the case for sim related launch files that run only in simulation and therefore do not include this param. Also, launch files for viz tests are unlikely to run in a sim environment. Similarly, things like the ceiling cam or basler camera are only needed on the real robot.

We could still check all sim launch files, if the use_sim_time parameter is set for all nodes even if they don't have a sim argument themselves.