Skip to content

Commit

Permalink
yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaid3727 committed Jul 2, 2024
1 parent d978174 commit 611171d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,11 @@ jobs:
pip install pyyaml # Install pyyaml to handle YAML files
pip install lark-parser # Install lark module for parsing
pip install numpy # Install numpy for scientific computing
pip install -r requirements.txt
sudo apt install rclpy
sudo apt install geometry_msgs
sudo apt install std_msgs
sudo apt install sensor_msgs
sudo apt install ros-humble-executive-smach
pip install git+https://github.com/splintered-reality/py_trees.git
pip install git+https://github.com/splintered-reality/py_trees_ros.git
Expand Down

0 comments on commit 611171d

Please sign in to comment.