Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b431760

Browse files
committedJun 26, 2024
Specify language
Signed-off-by: Simon Eisenmann <simon.eisenmann@driveblocks.ai>
1 parent 5033efb commit b431760

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎planning/mapless_architecture/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The Mission Planner consists of several components (ROS2 packages) working toget
2323

2424
To launch all nodes of the software:
2525

26-
```
26+
```bash
2727
ros2 launch autoware_local_mission_planner mission_planner_compose.launch.py
2828
```
2929

3030
To launch a specific node, such as the mission planner:
3131

32-
```
32+
```bash
3333
ros2 launch autoware_local_mission_planner mission_planner.launch.py
3434
```
3535

@@ -41,7 +41,7 @@ During the beta phase, the mission planner will immediately output a straight tr
4141

4242
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
4343

44-
```
44+
```bash
4545
pre-commit run -a
4646
```
4747

‎planning/mapless_architecture/autoware_hmi/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Available missions:
1212

1313
Interact with this node by changing the ROS parameters. For a lane change to the right use this command in the terminal:
1414

15-
```
15+
```bash
1616
ros2 param set /mission_planner/hmi mission LANE_CHANGE_RIGHT
1717
```

0 commit comments

Comments
 (0)
Please sign in to comment.