File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 - name : Install required python packages
4646 uses : ./.github/actions/install_python_packages
4747 with :
48- <<<<<<< HEAD
49- packages : " catkin_pkg lark-parser empy colcon-common-extensions"
50- =======
5148 requirements-file : " ${{ github.workspace }}/requirements.txt"
52- >>>>>>> 0ca6886 (Add requirements.txt file for Python dependencies (#40))
5349 python-version : ${{ inputs.python-version }}
5450 use-sudo : " true"
5551
Original file line number Diff line number Diff line change @@ -18,11 +18,7 @@ sudo apt install -y rsync pip git gcc-arm-none-eabi cmake
1818This component needs ` colcon ` and other Python 3 packages in order to build micro-ROS packages:
1919
2020``` bash
21- <<< <<< < HEAD
22- pip3 install catkin_pkg lark-parser empy colcon-common-extensions
23- =======
2421pip3 install -r requirements.txt
25- >>>>>>> 0ca6886 (Add requirements.txt file for Python dependencies (# 40))
2622```
2723
2824## Usage
Original file line number Diff line number Diff line change 11catkin_pkg
22lark-parser
3- empy == 3.3.4
3+ empy
44colcon-common-extensions
You can’t perform that action at this time.
0 commit comments