Skip to content

Commit

Permalink
feat(how-to-guides): add debug autoware guides
Browse files Browse the repository at this point in the history
Signed-off-by: Cynthia Liu <cynthia.liu@autocore.ai>
  • Loading branch information
cyn-liu committed Jan 12, 2023
1 parent cd95fac commit a9676d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to-guides/debug-autoware.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ it will open
rviz2
```

When Autoware launch the simulators, the Rviz2 tool is opened by default to visualize the autopilot graphic informations.
When Autoware launch the simulators, the Rviz2 tool is opened by default to visualize the autopilot graphic information.

### Using rqt tools

Expand Down Expand Up @@ -65,6 +65,6 @@ ros2 run rqt_console rqt_console

## Using a debugger with breakpoints

Many IDE(e.g. VSCode, CLion) supports debugging C/C++ excutable with GBD on linux plotform. The following lists some references for using the debugger:
Many IDE(e.g. VSCode, CLion) supports debugging C/C++ executable with GBD on linux platform. The following lists some references for using the debugger:
- https://code.visualstudio.com/docs/cpp/cpp-debug
- https://www.jetbrains.com/help/clion/debugging-code.html#useful-debugger-shortcuts

0 comments on commit a9676d7

Please sign in to comment.