Skip to content

Commit c40d98b

Browse files
authored
docs: remove old environments (#328)
* docs: remove support of galactic Signed-off-by: rokamu623 <r.okamura.061@ms.saitama-u.ac.jp> * docs: remove old environment support from faq Signed-off-by: rokamu623 <r.okamura.061@ms.saitama-u.ac.jp> * docs: remove old environment support from installation Signed-off-by: rokamu623 <r.okamura.061@ms.saitama-u.ac.jp> * docs: change adopting version from 20.04 to 22.04 Signed-off-by: rokamu623 <r.okamura.061@ms.saitama-u.ac.jp> --------- Signed-off-by: rokamu623 <r.okamura.061@ms.saitama-u.ac.jp>
1 parent 8dd9463 commit c40d98b

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

docs/design/limits_and_constraints/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CARET only supports environments as follows.
77
- Support single host
88
- Support FastDDS or CycloneDDS
99
- Support only Linux, especially Ubuntu
10-
- Support Galactic, Humble and Iron
10+
- Support Humble and Iron
1111
- Iron support is an experimental feature
1212
- Require rebuilding of an application with CARET libraries
1313

docs/faq/faq.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
### Setup fails
66

77
- In case you encounter errors during setup or build process, please make sure to use an appropriate branch for your environment
8-
- ROS 2 Galactic, Ubuntu 20.04: `galactic` branch
98
- ROS 2 Humble, Ubuntu 22.04: main branch
109
- ROS 2 Iron, Ubuntu 22.04: main branch
1110
- It's also important to delete `./build` `./install` and `./src` directory before rebuilding CARET if you have built CARET using wrong settings

docs/installation/installation.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ CARET is confirmed to run on the platforms shown in the following table with sup
1313
| Python3 | 3.10.x |
1414

1515
The recent version, after v0.3.0, of CARET supports only the combination of ROS 2 Humble and Ubuntu 22.04.
16-
If you want to run CARET on ROS 2 Galactic and Ubuntu 20.04, please refer to [documents for v0.2.3](https://tier4.github.io/caret_doc/refs-tags-v0.2.3/tutorials/installation/)
1716
We have added an experimental implementation to work with iron.
1817
To install for iron, open `for iron` in the Installation section below and follow the instructions.
1918

@@ -22,7 +21,7 @@ To install for iron, open `for iron` in the Installation section below and follo
2221
Installation using meta repository is the least time-consuming way to install CARET.
2322
With meta repository and Ansible, you can skip the laborious manual setup which is explained in manual installation(./manual_installation.md) section (written in Japanese).
2423

25-
Please execute the following steps on Ubuntu 20.04. The order is important so that you have to follow the steps in order.
24+
Please execute the following steps on Ubuntu 22.04. The order is important so that you have to follow the steps in order.
2625

2726
1. Clone `caret` and enter the directory.
2827

@@ -31,8 +30,6 @@ Please execute the following steps on Ubuntu 20.04. The order is important so th
3130
cd ros2_caret_ws
3231
```
3332

34-
`main` branch is dedicated for ROS 2 Humble. If you want to use CARET for ROS 2 Galactic, please execute `git checkout galactic` in `ros2_caret_ws` directory.
35-
3633
2. Create the src directory and clone repositories into it.
3734

3835
CARET uses vcstool to construct workspaces.

0 commit comments

Comments
 (0)