File tree Expand file tree Collapse file tree 8 files changed +25
-23
lines changed Expand file tree Collapse file tree 8 files changed +25
-23
lines changed Original file line number Diff line number Diff line change 4
4
5
5
unofficial ROS2 install script for Ubuntu
6
6
7
- Access https://index .ros.org/doc/ros2 /Installation/ to get the updated information.
7
+ Access https://docs .ros.org/en/jazzy /Installation.html to get the updated information.
8
8
9
9
ROS 1 version: https://github.com/Tiryoh/ros_setup_scripts_ubuntu
10
10
@@ -98,10 +98,12 @@ limitations under the License.
98
98
99
99
### Acknowledgements
100
100
101
- ` run.sh ` is based on https://index.ros.org/doc/ros2/Installation/Crystal/Linux-Install-Debians/
101
+ ` run.sh ` is based on [ https://index.ros.org/doc/ros2/Installation/Crystal/Linux-Install-Debians/ ] ( https://web.archive.org/web/20190618134850/https://index.ros.org//doc/ros2/Installation/Crystal/Linux-Install-Debians/ )
102
102
by Open Robotics, licensed under CC-BY-4.0.
103
103
104
- ` tutorial.sh ` is based on https://index.ros.org/doc/ros2/Tutorials/Colcon-Tutorial/
104
+ ` tutorial.sh ` is based on [ https://index.ros.org/doc/ros2/Tutorials/Colcon-Tutorial/ ] ( https://web.archive.org/web/20190618134901/https://index.ros.org/doc/ros2/Tutorials/Colcon-Tutorial/ )
105
105
by Open Robotics, licensed under CC-BY-4.0.
106
106
107
107
source: https://github.com/ros2/ros2_documentation
108
+
109
+ Access https://docs.ros.org/en/jazzy/Installation.html to get the updated information.
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -eu
3
3
4
- # Copyright 2019-2022 Tiryoh
4
+ # Copyright 2019-2024 Tiryoh
5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://docs.ros.org/en/galactic /Installation/Ubuntu-Install-Debians.html
8
+ # REF: https://docs.ros.org/en/humble /Installation/Ubuntu-Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -54,7 +54,7 @@ sudo apt-get update
54
54
sudo apt-get install -y ros-$CHOOSE_ROS_DISTRO -$INSTALL_PACKAGE
55
55
sudo apt-get install -y python3-argcomplete python3-colcon-clean
56
56
sudo apt-get install -y python3-colcon-common-extensions
57
- sudo apt-get install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
57
+ sudo apt-get install -y python3-rosdep python3-vcstool
58
58
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
59
59
sudo rosdep init
60
60
rosdep update
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -eu
3
3
4
- # Copyright 2019-2022 Tiryoh
4
+ # Copyright 2019-2024 Tiryoh
5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://docs.ros.org/en/galactic /Installation/Ubuntu-Install-Debians.html
8
+ # REF: https://docs.ros.org/en/humble /Installation/Ubuntu-Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -54,7 +54,7 @@ sudo apt-get update
54
54
sudo apt-get install -y ros-$CHOOSE_ROS_DISTRO -$INSTALL_PACKAGE
55
55
sudo apt-get install -y python3-argcomplete python3-colcon-clean
56
56
sudo apt-get install -y python3-colcon-common-extensions
57
- sudo apt-get install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
57
+ sudo apt-get install -y python3-rosdep python3-vcstool
58
58
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
59
59
sudo rosdep init
60
60
rosdep update
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -eu
3
3
4
- # Copyright 2019-2023 Tiryoh
4
+ # Copyright 2019-2024 Tiryoh
5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://docs.ros.org/en/galactic /Installation/Ubuntu-Install-Debians.html
8
+ # REF: https://docs.ros.org/en/iron /Installation/Ubuntu-Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -54,7 +54,7 @@ sudo apt-get update
54
54
sudo apt-get install -y ros-$CHOOSE_ROS_DISTRO -$INSTALL_PACKAGE
55
55
sudo apt-get install -y python3-argcomplete python3-colcon-clean
56
56
sudo apt-get install -y python3-colcon-common-extensions
57
- sudo apt-get install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
57
+ sudo apt-get install -y python3-rosdep python3-vcstool
58
58
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
59
59
sudo rosdep init
60
60
rosdep update
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -eu
3
3
4
- # Copyright 2019-2023 Tiryoh
4
+ # Copyright 2019-2024 Tiryoh
5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://docs.ros.org/en/galactic /Installation/Ubuntu-Install-Debians.html
8
+ # REF: https://docs.ros.org/en/iron /Installation/Ubuntu-Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -54,7 +54,7 @@ sudo apt-get update
54
54
sudo apt-get install -y ros-$CHOOSE_ROS_DISTRO -$INSTALL_PACKAGE
55
55
sudo apt-get install -y python3-argcomplete python3-colcon-clean
56
56
sudo apt-get install -y python3-colcon-common-extensions
57
- sudo apt-get install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
57
+ sudo apt-get install -y python3-rosdep python3-vcstool
58
58
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
59
59
sudo rosdep init
60
60
rosdep update
Original file line number Diff line number Diff line change 5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://docs.ros.org/en/galactic /Installation/Ubuntu-Install-Debians.html
8
+ # REF: https://docs.ros.org/en/jazzy /Installation/Ubuntu-Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -48,7 +48,7 @@ sudo apt-get update
48
48
sudo apt-get install -y ros-$CHOOSE_ROS_DISTRO -$INSTALL_PACKAGE
49
49
sudo apt-get install -y python3-argcomplete python3-colcon-clean
50
50
sudo apt-get install -y python3-colcon-common-extensions
51
- sudo apt-get install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
51
+ sudo apt-get install -y python3-rosdep python3-vcstool
52
52
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
53
53
sudo rosdep init
54
54
rosdep update
Original file line number Diff line number Diff line change 5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://docs.ros.org/en/galactic /Installation/Ubuntu-Install-Debians.html
8
+ # REF: https://docs.ros.org/en/jazzy /Installation/Ubuntu-Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -48,7 +48,7 @@ sudo apt-get update
48
48
sudo apt-get install -y ros-$CHOOSE_ROS_DISTRO -$INSTALL_PACKAGE
49
49
sudo apt-get install -y python3-argcomplete python3-colcon-clean
50
50
sudo apt-get install -y python3-colcon-common-extensions
51
- sudo apt-get install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
51
+ sudo apt-get install -y python3-rosdep python3-vcstool
52
52
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
53
53
sudo rosdep init
54
54
rosdep update
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
set -eu
3
3
4
- # Copyright 2019-2023 Tiryoh
4
+ # Copyright 2019-2024 Tiryoh
5
5
# https://github.com/Tiryoh/ros2_setup_scripts_ubuntu
6
6
# Licensed under the Apache License, Version 2.0
7
7
#
8
- # REF: https://index .ros.org/doc/ros2 /Installation/Linux -Install-Debians/
8
+ # REF: https://docs .ros.org/en/jazzy /Installation/Ubuntu -Install-Debians.html
9
9
# by Open Robotics, licensed under CC-BY-4.0
10
10
# source: https://github.com/ros2/ros2_documentation
11
11
@@ -21,9 +21,9 @@ sudo apt install -y ros-$CHOOSE_ROS_DISTRO-$INSTALL_PACKAGE
21
21
sudo apt install -y python3-argcomplete
22
22
sudo apt install -y python3-colcon-common-extensions
23
23
if [ " $( lsb_release -cs) " = " bionic" ]; then
24
- sudo apt install -y python-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
24
+ sudo apt install -y python-rosdep python3-vcstool
25
25
else
26
- sudo apt install -y python3-rosdep python3-vcstool # https://index.ros.org/doc/ros2/Installation/Linux-Development-Setup/
26
+ sudo apt install -y python3-rosdep python3-vcstool
27
27
fi
28
28
[ -e /etc/ros/rosdep/sources.list.d/20-default.list ] ||
29
29
sudo rosdep init
You can’t perform that action at this time.
0 commit comments