Skip to content

Commit

Permalink
add step to config python path
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-rwu committed Apr 30, 2024
1 parent 01248ab commit 4d28908
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ For the static code analysis we made available a web interface able to inspect c
```
python -m colcon build --packages-select ros2model --symlink-install
```
```
source install/local_setup.bash
```
6. config python path
in this case we are using python3.10 in venv
```
export PYTHONPATH=$PYTHONPATH:$(pwd)/venv/lib/python3.10/site-packages/
```

## Run
1. Create ros node models from a run-time system:
Expand Down

0 comments on commit 4d28908

Please sign in to comment.