Skip to content

Commit c66940f

Browse files
committed
docs(debugging_assistant): fix script path in command
1 parent 0119d2b commit c66940f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugging_assistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The ROS 2 Debugging Assistant is an interactive tool that helps developers inspe
2222

2323
```sh
2424
source setup_shell.sh
25-
streamlit run src/rai/rai/tools/debugging_assistant.py
25+
streamlit run src/rai_core/rai/tools/debugging_assistant.py
2626
```
2727

2828
## Usage Examples

0 commit comments

Comments
 (0)