Update initialize.py

Update build directory
This commit is contained in:
bjoernellens1 2023-05-26 11:11:02 +02:00 committed by GitHub
parent 1cae0b1be7
commit 2a1e9138b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ class GitCloner:
# Build the repository using colcon
try:
# Change working directory to the base directory
os.chdir(self.directory)
os.chdir('../')
# Execute colcon build
subprocess.check_output(['colcon', 'build'])