mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-22 23:33:50 +00:00
Update initialize.py
try new path
This commit is contained in:
parent
2a1e9138b3
commit
c42f5a6adb
@ -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('../')
|
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