mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
Update initialize.py
Update build directory
This commit is contained in:
parent
1cae0b1be7
commit
2a1e9138b3
@ -36,7 +36,7 @@ class GitCloner:
|
|||||||
# Build the repository using colcon
|
# Build the repository using colcon
|
||||||
try:
|
try:
|
||||||
# Change working directory to the base directory
|
# Change working directory to the base directory
|
||||||
os.chdir(self.directory)
|
os.chdir('../')
|
||||||
|
|
||||||
# Execute colcon build
|
# Execute colcon build
|
||||||
subprocess.check_output(['colcon', 'build'])
|
subprocess.check_output(['colcon', 'build'])
|
||||||
|
Loading…
Reference in New Issue
Block a user