This repository was archived by the owner on Mar 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-13
lines changed Expand file tree Collapse file tree 5 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
mkdir -p src_tmp/ && mv `find -maxdepth 1 -not -name . -not -name src_tmp -not -name $VCS_FILE` src_tmp/ && mv src_tmp/ src/
38
38
sudo apt-get update -qq && sudo apt-get install -y python3-vcstool gcc git wget
39
- wget https://gitlab. com/autowarefoundation/autoware.ai/ docker/raw /master/crossbuild/cross_toolchain.cmake
39
+ wget https://raw.githubusercontent. com/Autoware-AI/ docker/master/crossbuild/cross_toolchain.cmake
40
40
vcs validate < $VCS_FILE
41
41
vcs import src/ < $VCS_FILE
42
42
bash -c 'source $AUTOWARE_SYSROOT/opt/ros/${ROS_DISTRO}/setup.bash; \
Original file line number Diff line number Diff line change 21
21
env :
22
22
VCS_FILE : build_depends.repos
23
23
ROS_DISTRO : melodic
24
- options : --user 1001
24
+ options : --user root
25
25
26
26
steps :
27
27
33
33
mkdir -p src_tmp/ && mv `find -maxdepth 1 -not -name . -not -name src_tmp -not -name $VCS_FILE` src_tmp/ && mv src_tmp/ src/
34
34
vcs validate < $VCS_FILE
35
35
vcs import src/ < $VCS_FILE
36
- rosdep update
36
+ rosdep update && apt-get update -qqq
37
37
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
38
38
mkdir -p depends_ws/src
39
39
mv src/depends depends_ws/src
Original file line number Diff line number Diff line change 21
21
env :
22
22
VCS_FILE : build_depends.repos
23
23
ROS_DISTRO : melodic
24
- options : --user 1001
24
+ options : --user root
25
25
26
26
steps :
27
27
33
33
mkdir -p src_tmp/ && mv `find -maxdepth 1 -not -name . -not -name src_tmp -not -name $VCS_FILE` src_tmp/ && mv src_tmp/ src/
34
34
vcs validate < $VCS_FILE
35
35
vcs import src/ < $VCS_FILE
36
- rosdep update
36
+ rosdep update && apt-get update -qqq
37
37
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
38
38
mkdir -p depends_ws/src
39
39
mv src/depends depends_ws/src
Original file line number Diff line number Diff line change 1
1
# core_planning
2
+
3
+ ![ Native CI workflow] ( https://github.com/Autoware-AI/core_planning/workflows/Native%20CI%20workflow/badge.svg ) ![ CUDA CI workflow] ( https://github.com/Autoware-AI/core_planning/workflows/CUDA%20CI%20workflow/badge.svg ) ![ Cross CI workflow] ( https://github.com/Autoware-AI/core_planning/workflows/Cross%20CI%20workflow/badge.svg )
4
+
2
5
Autoware packages for planning the route and motion of a self-driving vehicle.
3
6
4
7
www.autoware.org
Original file line number Diff line number Diff line change @@ -7,11 +7,3 @@ repositories:
7
7
type: git
8
8
url: https://gitlab.com/autowarefoundation/autoware.ai/messages.git
9
9
version: master
10
- depends/vendor/lanelet2:
11
- type: git
12
- url: https://github.com/fzi-forschungszentrum-informatik/Lanelet2.git
13
- version: d13cf9c86b9f01821a7242ef6652c0daed5a7d84
14
- depends/vendor/mrt_cmake_modules:
15
- type: git
16
- url: https://github.com/KIT-MRT/mrt_cmake_modules.git
17
- version: 9ddefc00303983b8d84fc2e050a2c568a34d0ecd
You can’t perform that action at this time.
0 commit comments