Skip to content

Commit

Permalink
Fix config path
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Sep 30, 2024
1 parent e6f74f1 commit 5a4b542
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions panther_lights/test/integration/panther_lights.test.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@

def generate_test_description():

# TODO: Fix the path for specific robot model
# TODO: Should be possibility to launch integration test for specific robot
animations_config_path = (
PathJoinSubstitution([FindPackageShare("panther_lights"), "config", "animations.yaml"]),
PathJoinSubstitution(
[FindPackageShare("panther_lights"), "config", "panther_animations.yaml"]
),
)

lights_controller_node = Node(
Expand Down

0 comments on commit 5a4b542

Please sign in to comment.