Skip to content

Commit c1958e0

Browse files
Remove node, change readme
Signed-off-by: Simon Eisenmann <simon.eisenmann@driveblocks.ai>
1 parent 60bff85 commit c1958e0

File tree

9 files changed

+0
-284
lines changed

9 files changed

+0
-284
lines changed

planning/mapless_architecture/README.md

-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[![pipeline status](https://gitlab.com/driveblocks/mod_mission_planner/badges/dev/pipeline.svg)](https://gitlab.com/driveblocks/mod_mission_planner/-/commits/dev)
2-
[![coverage status](https://gitlab.com/driveblocks/mod_mission_planner/badges/dev/coverage.svg)](https://gitlab.com/driveblocks/mod_mission_planner/-/commits/dev)
3-
41
# Mission Planner
52

63
The Mission Planner module generates a reference trajectory/path in a local road model based on mission inputs. These inputs are received from the Human Machine Interface (HMI) or another agent. The resulting trajectory or path is then forwarded to the Behavior Planner for further processing.
@@ -36,13 +33,3 @@ ros2 launch autoware_local_mission_planner mission_planner.launch.py
3633
## Additional Notes
3734

3835
During the beta phase, the mission planner will immediately output a straight trajectory with low velocity to move the vehicle into the local road model. Once the vehicle can be located in the local road model, a trajectory following the ego lane will be computed.
39-
40-
## Styleguide
41-
42-
This package adheres to the [Autoware styleguide](https://autowarefoundation.github.io/autoware-documentation/main/contributing/coding-guidelines/languages/cpp/) which can be achieved via [`pre-commit`](https://autowarefoundation.github.io/autoware-documentation/pr-347/contributing/pull-request-guidelines/ci-checks/#pre-commit). Run
43-
44-
```bash
45-
pre-commit run -a
46-
```
47-
48-
to format the code in the Autoware style and check the tests for errors which have to be solved manually.

planning/mapless_architecture/autoware_local_road_provider/CMakeLists.txt

-47
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/Readme.md

-3
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/include/autoware/local_road_provider/local_road_provider_node.hpp

-53
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/launch/local_road_provider.launch.py

-27
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/package.xml

-25
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/src/local_road_provider_main.cpp

-18
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/src/local_road_provider_node.cpp

-89
This file was deleted.

planning/mapless_architecture/autoware_local_road_provider/test/gtest_main.cpp

-9
This file was deleted.

0 commit comments

Comments
 (0)