Skip to content

Commit

Permalink
revert headless to tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Dec 28, 2023
1 parent cf197ba commit 273ddeb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions rosbot_gazebo/test/test_diff_drive_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ def generate_test_description():
)
),
launch_arguments={
# "headless": "True",
"headless": "True",
"world": PathJoinSubstitution(
[
get_package_share_directory("husarion_office_gz"),
"worlds",
"empty_with_plugins.sdf",
]
)
),
}.items(),
)

Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def generate_test_description():
),
launch_arguments={
"mecanum": "True",
# "headless": "True",
"headless": "True",
"world": PathJoinSubstitution(
[
get_package_share_directory("husarion_office_gz"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def generate_test_description():
"/worlds/empty_with_plugins.sdf"
),
"robots:=robot1={y: 0.0}; robot2={y: 1.0}; robot3={y: 2.0}; robot4={y: 3.0}",
"headless:=True",
],
output="screen",
)
Expand Down
1 change: 1 addition & 0 deletions rosbot_gazebo/test/test_multirobot_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def generate_test_description():
"/worlds/empty_with_plugins.sdf"
),
"robots:=robot1={y: 0.0}; robot2={y: 1.0}; robot3={y: 2.0}; robot4={y: 3.0}",
"headless:=True",
"mecanum:=True",
],
output="screen",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def generate_test_description():
)
),
launch_arguments={
# "headless": "True",
"headless": "True",
"world": PathJoinSubstitution(
[
get_package_share_directory("husarion_office_gz"),
Expand Down
2 changes: 1 addition & 1 deletion rosbot_gazebo/test/test_namespaced_mecanum_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def generate_test_description():
"empty_with_plugins.sdf",
]
),
# "headless": "True",
"headless": "True",
"namespace": "rosbot2r",
}.items(),
)
Expand Down

0 comments on commit 273ddeb

Please sign in to comment.