Skip to content

Commit

Permalink
Merge pull request #2 from ipa-cmh/alb
Browse files Browse the repository at this point in the history
Add chdir to launchfile to find trinamic_pd42.bin
  • Loading branch information
ipa-alb authored May 13, 2022
2 parents b844a56 + d4b3fcf commit 803d6d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/direct_launch.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

def generate_launch_description():
path_file = os.path.dirname(__file__)

os.chdir(os.path.join(path_file, ".." , "config"))
ld = launch.LaunchDescription()

master_node = launch_ros.actions.Node(
Expand Down

0 comments on commit 803d6d5

Please sign in to comment.