Skip to content

Commit

Permalink
Add some comments for cspell to ignore false-positive warnings
Browse files Browse the repository at this point in the history
Signed-off-by: yamacir-kit <httperror@404-notfound.jp>
  • Loading branch information
yamacir-kit committed Feb 28, 2025
1 parent a3513e6 commit 78da8be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/developer_guide/Parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This section describes how to configure the topics that `scenario_simulator_v2`
publishes to Autoware.

<!-- cspell: ignore mathtt -->
<!-- cspell: ignore occlusionless -->

## Overview

The topics that `scenario_simulator_v2` publishes to Autoware are configurable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ class DetectionSensor : public DetectionSensorBase

auto detect_all_objects_in_range() const
{
// cspell: ignore occlusionless
static const auto override_legacy_configuration = concealer::getParameter<bool>(
detected_objects_publisher->get_topic_name() + std::string(".override_legacy_configuration"));
if (override_legacy_configuration) {
Expand Down
2 changes: 2 additions & 0 deletions test_runner/scenario_test_runner/config/parameters.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# cspell: ignore occlusionless

simulation:
AutowareUniverse:
ros__parameters:
Expand Down

0 comments on commit 78da8be

Please sign in to comment.