Skip to content

Commit

Permalink
rename script
Browse files Browse the repository at this point in the history
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
  • Loading branch information
soblin committed Mar 2, 2025
1 parent ae88cb1 commit d043752
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/autoware_lanelet2_utility/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ ament_auto_package(INSTALL_TO_SHARE
)

install(PROGRAMS
scripts/lanelet_anonymization_local.py
scripts/lanelet_anonymizer.py
DESTINATION lib/${PROJECT_NAME}
)
2 changes: 1 addition & 1 deletion common/autoware_lanelet2_utility/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ std::vector<T> forEachMatchInMultiMap(const MapT& map, const KeyT& key, Func&& f
On the VMB, create the map in local projector(or convert it to local projector from MGRS projector) and save the file as `<input_map.osm>`. Next, select the point to use as (0.0, 0.0) and pass its `<ID>` and run
```bash
ros2 run autoware_lanelet2_utility lanelet_anonymization_local.py <inpput_map.osm> <output_map.osm> <ID>
ros2 run autoware_lanelet2_utility lanelet_anonymizer.py <input_map.osm> <output_map.osm> <ID>
```

Then the coordinate of the specified point is (0, 0) on the loaded map

0 comments on commit d043752

Please sign in to comment.