Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove old environments #328

Merged
merged 5 commits into from
Feb 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/limits_and_constraints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CARET only supports environments as follows.
- Support single host
- Support FastDDS or CycloneDDS
- Support only Linux, especially Ubuntu
- Support Galactic, Humble and Iron
- Support Humble and Iron
- Iron support is an experimental feature
- Require rebuilding of an application with CARET libraries

Expand Down
1 change: 0 additions & 1 deletion docs/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
### Setup fails

- In case you encounter errors during setup or build process, please make sure to use an appropriate branch for your environment
- ROS 2 Galactic, Ubuntu 20.04: `galactic` branch
- ROS 2 Humble, Ubuntu 22.04: main branch
- ROS 2 Iron, Ubuntu 22.04: main branch
- It's also important to delete `./build` `./install` and `./src` directory before rebuilding CARET if you have built CARET using wrong settings
Expand Down
5 changes: 1 addition & 4 deletions docs/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CARET is confirmed to run on the platforms shown in the following table with sup
| Python3 | 3.10.x |

The recent version, after v0.3.0, of CARET supports only the combination of ROS 2 Humble and Ubuntu 22.04.
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/)
We have added an experimental implementation to work with iron.
To install for iron, open `for iron` in the Installation section below and follow the instructions.

Expand All @@ -22,7 +21,7 @@ To install for iron, open `for iron` in the Installation section below and follo
Installation using meta repository is the least time-consuming way to install CARET.
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).

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

1. Clone `caret` and enter the directory.

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

`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.

2. Create the src directory and clone repositories into it.

CARET uses vcstool to construct workspaces.
Expand Down
Loading