Skip to content

Commit

Permalink
Add missing python deps and rosdep invoke (ros2#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored Feb 9, 2023
1 parent d6e733b commit fcea082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ cd ~/safe_ros
# Download and import repos file
wget https://raw.githubusercontent.com/safe-ros/ros2_profiling/main/ros2_profiling_demo/demo.repos
vcs import src < demo.repos
rosdep install --from-paths src --ignore-src -r -y
```


Expand Down
2 changes: 2 additions & 0 deletions ros2profile/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
<depend>tracetools_trace</depend>
<depend>tracetools_analysis</depend>
<depend>topnode</depend>
<depend>python3-pandas</depend>
<depend>mcap-ros2-support</depend>

<test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend>
Expand Down

0 comments on commit fcea082

Please sign in to comment.