Skip to content

Commit

Permalink
Added dependencies to package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanuparabumd committed Feb 19, 2024
1 parent e06e47f commit 299aec4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

# Triggered whenever a pull request is created on master
pull_request:
branches: ["main"]
branches: ["master"]
types: [opened]


Expand Down
9 changes: 8 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,17 @@

<build_depend>xacro</build_depend>


<depend>gazebo_ros_pkgs</depend>
<depend>robot_state_publisher</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>nav_msgs</depend>
<depend>rclcpp</depend>
<depend>rosbag2_cpp</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>ros2_control</depend>
<depend>robot_state_publisher</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 299aec4

Please sign in to comment.