Skip to content

Commit 3eb4738

Browse files
ci(pre-commit): autofix
1 parent 0de1866 commit 3eb4738

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

docs/installation/installation.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -27,29 +27,29 @@ Please execute the following steps on Ubuntu 22.04. The order is important so th
2727
<details>
2828
<summary>for jazzy</summary>
2929

30-
Currently, jazzy assumes installation in a virtual environment.
31-
First, create and activate the virtual environment with the following commands.
30+
Currently, jazzy assumes installation in a virtual environment.
31+
First, create and activate the virtual environment with the following commands.
3232

33-
```bash
34-
sudo apt install python3-pip
35-
sudo apt-get install python3-virtualenv
33+
```bash
34+
sudo apt install python3-pip
35+
sudo apt-get install python3-virtualenv
3636

37-
virtualenv -p python3 --system-site-packages $HOME/venv/jazzy
38-
source $HOME/venv/jazzy/bin/activate
39-
```
37+
virtualenv -p python3 --system-site-packages $HOME/venv/jazzy
38+
source $HOME/venv/jazzy/bin/activate
39+
```
4040

4141
</details>
4242

43-
1. Clone `caret` and enter the directory.
43+
1. Clone `caret` and enter the directory.
4444

45-
```bash
46-
git clone https://github.com/tier4/caret.git ros2_caret_ws
47-
cd ros2_caret_ws
48-
```
45+
```bash
46+
git clone https://github.com/tier4/caret.git ros2_caret_ws
47+
cd ros2_caret_ws
48+
```
4949

50-
2. Create the src directory and clone repositories into it.
50+
2. Create the src directory and clone repositories into it.
5151

52-
CARET uses vcstool to construct workspaces.
52+
CARET uses vcstool to construct workspaces.
5353

5454
=== "humble"
5555

@@ -72,7 +72,7 @@ Please execute the following steps on Ubuntu 22.04. The order is important so th
7272
vcs import src < caret_jazzy.repos
7373
```
7474

75-
3. Run `setup_caret.sh`.
75+
3. Run `setup_caret.sh`.
7676

7777
=== "humble"
7878

@@ -92,7 +92,7 @@ Please execute the following steps on Ubuntu 22.04. The order is important so th
9292
./setup_caret.sh -d jazzy
9393
```
9494

95-
4. Build the workspace.
95+
4. Build the workspace.
9696

9797
=== "humble"
9898

@@ -115,13 +115,13 @@ Please execute the following steps on Ubuntu 22.04. The order is important so th
115115
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
116116
```
117117

118-
5. Check whether CARET (ros2-tracing) is enabled.
118+
5. Check whether CARET (ros2-tracing) is enabled.
119119

120-
CARET inherits some functions from [ros2-tracing](https://gitlab.com/ros-tracing/ros2_tracing).
120+
CARET inherits some functions from [ros2-tracing](https://gitlab.com/ros-tracing/ros2_tracing).
121121

122-
```bash
123-
source ~/ros2_caret_ws/install/local_setup.bash
124-
ros2 run tracetools status # return Tracing enabled
125-
```
122+
```bash
123+
source ~/ros2_caret_ws/install/local_setup.bash
124+
ros2 run tracetools status # return Tracing enabled
125+
```
126126

127127
If you see `Tracing enabled`, you can continue to apply CARET to your application.

docs/tutorials/recording.md

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ See [Recording](../recording/index.md) to find more details.
99

1010
To trace a target application, the target should be built with CARET/rclcpp. If you have already built the target without CARET/rclcpp, you have to build the target with CARET/rclcpp again. For building the application with CARET/rclcpp, CARET's `local_setup.bash` should be applied along with ROS 2's `setup.bash` as shown below.
1111

12-
1312
=== "humble"
1413

1514
``` bash

0 commit comments

Comments
 (0)