Skip to content

Commit

Permalink
Merge pull request #96 from ut-issl/feature/merge-main
Browse files Browse the repository at this point in the history
Merge main to resolve conflict between develop and main
  • Loading branch information
200km authored Dec 21, 2023
2 parents 6f37caf + 5fd8a21 commit 8e962dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tutorials/HowToAddComponents.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
2. Add the following descriptions at the one line below of `GyroSensor *gyro_sensor_;`

```c++
GyroSensor *gyro_sensor2_; //!< Gyro sensor 2
GyroSensor *gyro_sensor_2_; //!< Gyro sensor 2
```

3. Open `user_components.cpp`
Expand Down Expand Up @@ -113,7 +113,7 @@
8. Add the following descriptions at the bottom line of `[COMPONENT_FILES]` to set the initialize file for the gyro sensor
```c++
gyro_file_2 = ../../data/ini/components/GyroYyy.ini
gyro_file_2 = ../../data/initialize_files/components/gyro_sensor_yyy.ini
```

9. Copy the `data/initialize_files/components/gyro_sensor_xxx.ini` file and rename it as `gyro_sensor_yyy.ini`
Expand Down

0 comments on commit 8e962dc

Please sign in to comment.