Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <jakub.delicat@husarion.com>
  • Loading branch information
delihus committed Jan 24, 2024
1 parent f58d212 commit f11491f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions rosbot_xl_gazebo/test/test_diff_drive_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

@launch_pytest.fixture
def generate_test_description():
# This is necessary to get unbuffered output from the process under test
proc_env = os.environ.copy()
# proc_env["PYTHONUNBUFFERED"] = "1"
proc_env["ROS_LOCALHOST_ONLY"] = "1"
proc_env["ROS_DOMAIN_ID"] = random.randint(0, 255)

Expand Down
2 changes: 0 additions & 2 deletions rosbot_xl_gazebo/test/test_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

@launch_pytest.fixture
def generate_test_description():
# This is necessary to get unbuffered output from the process under test
proc_env = os.environ.copy()
# proc_env["PYTHONUNBUFFERED"] = "1"
proc_env["ROS_LOCALHOST_ONLY"] = "1"
proc_env["ROS_DOMAIN_ID"] = random.randint(0, 255)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

@launch_pytest.fixture
def generate_test_description():
# This is necessary to get unbuffered output from the process under test
proc_env = os.environ.copy()
# proc_env["PYTHONUNBUFFERED"] = "1"
proc_env["ROS_LOCALHOST_ONLY"] = "1"
proc_env["ROS_DOMAIN_ID"] = random.randint(0, 255)

Expand Down
2 changes: 0 additions & 2 deletions rosbot_xl_gazebo/test/test_multirobot_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

@launch_pytest.fixture
def generate_test_description():
# This is necessary to get unbuffered output from the process under test
proc_env = os.environ.copy()
# proc_env["PYTHONUNBUFFERED"] = "1"
proc_env["ROS_LOCALHOST_ONLY"] = "1"
proc_env["ROS_DOMAIN_ID"] = random.randint(0, 255)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

@launch_pytest.fixture
def generate_test_description():
# This is necessary to get unbuffered output from the process under test
proc_env = os.environ.copy()
# proc_env["PYTHONUNBUFFERED"] = "1"
proc_env["ROS_LOCALHOST_ONLY"] = "1"
proc_env["ROS_DOMAIN_ID"] = random.randint(0, 255)

Expand Down
2 changes: 0 additions & 2 deletions rosbot_xl_gazebo/test/test_namespaced_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

@launch_pytest.fixture
def generate_test_description():
# This is necessary to get unbuffered output from the process under test
proc_env = os.environ.copy()
# proc_env["PYTHONUNBUFFERED"] = "1"
proc_env["ROS_LOCALHOST_ONLY"] = "1"
proc_env["ROS_DOMAIN_ID"] = random.randint(0, 255)

Expand Down

0 comments on commit f11491f

Please sign in to comment.