Skip to content

Commit

Permalink
Implemented findings by gabryelreyes
Browse files Browse the repository at this point in the history
  • Loading branch information
jkerpe committed Nov 20, 2023
1 parent bd66a17 commit b55b90b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,4 @@
.vscode/extensions.json
lib/Webots
webots/worlds/*.wbproj
webots/worlds/*.jpg
doc/doxygen/RemoteControlSim/
doc/doxygen/RemoteControlTarget/
doc/doxygen/SensorFusionSim/
doc/doxygen/SensorFusionTarget/
doc/doxygen/LineFollowerSim/
doc/doxygen/LineFollowerTarget/
doc/doxygen/ConvoyLeaderSim/
doc/doxygen/ConvoyLeaderTarget/
webots/worlds/*.jpg
4 changes: 2 additions & 2 deletions doc/architecture/SENSORFUSION.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ The application uses the same [State Machine](https://github.com/BlueAndi/RadonU

### HAL
Some changes have been made to the HAL.
![HALSensorFusion](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/RadonUlzer/SensorFusion/sync/doc/architecture/uml/LogicalView/SensorFusion/HAL_SensorFusion.puml)
![HALSensorFusion](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/RadonUlzer/SensorFusion/base/doc/architecture/uml/LogicalView/SensorFusion/HAL_SensorFusion.puml)

ButtonB, ButtonC, the ProximitySensor and the Buzzer have been removed.
An IMU has been added:
![HALIMU](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/RadonUlzer/SensorFusion/sync/doc/architecture/uml/LogicalView/SensorFusion/HAL_IMU.puml)
![HALIMU](http://www.plantuml.com/plantuml/proxy?cache=no&src=https://raw.githubusercontent.com/BlueAndi/RadonUlzer/SensorFusion/base/doc/architecture/uml/LogicalView/SensorFusion/HAL_IMU.puml)

# Abbreviations

Expand Down

0 comments on commit b55b90b

Please sign in to comment.