Skip to content

Commit

Permalink
Merge branch 'main' into feat/adapi-rti
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-takagi authored Sep 6, 2023
2 parents adab9c4 + ca25071 commit 8f34e00
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"words": ["ISCLOAM"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ traffic signals recognized by object detection model.
- [autoware_perception_msgs::msg::TrafficSignalArray](https://github.com/autowarefoundation/autoware_msgs/blob/main/autoware_perception_msgs/msg/TrafficSignalArray.msg)
- [autoware_perception_msgs::msg::TrafficSignal](https://github.com/autowarefoundation/autoware_msgs/blob/main/autoware_perception_msgs/msg/TrafficSignal.msg) signals
- [autoware_perception_msgs::msg::TrafficSignalElement](https://github.com/autowarefoundation/autoware_msgs/blob/main/autoware_perception_msgs/msg/TrafficSignalElement.msg) elements
- unint8 UNKNOWN = 0
- uint8 UNKNOWN = 0
- uint8 Red = 1
- uint8 AMBER = 2
- uint8 WHITE = 4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Most of these algorithms already have a built-in loop-closure and pose graph opt

## List of Third Party SLAM Implementations

<!-- cspell: ignore UGICP ISCLOAM Suitesparse -->
<!-- cspell: ignore UGICP Suitesparse -->

<br>
<br>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<!-- cspell: ignore ISCLOAM -->

# ISCLOAM

## What is ISCLOAM?
Expand Down

0 comments on commit 8f34e00

Please sign in to comment.