Skip to content

Commit

Permalink
need geometry2 in underlay workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Jul 15, 2024
1 parent 482bdc8 commit c94bee1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ apt-get install -y python3-gnupg
# apt-get install -y python3-rosunit

apt-get install -y catkin-tools
apt-get install -y vcstool
apt-get install -y libbullet-dev
apt-get install -y vcstool || true # this is in 24.04 but not 20.04
8 changes: 6 additions & 2 deletions underlay_repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ repositories:
type: git
url: https://github.com/ros/cmake_modules
version: 0.5-devel
common_msgs:
type: git
url: [email protected]:ros/common_msgs.git
version: noetic-devel
console_bridge:
type: git
url: https://github.com/ros/console_bridge
Expand Down Expand Up @@ -55,9 +59,9 @@ repositories:
type: git
url: [email protected]:ros-o/geometry.git
version: obese-devel
common_msgs:
geometry2:
type: git
url: [email protected]:ros/common_msgs.git
url: [email protected]:lucasw/geometry2
version: noetic-devel
kdl_parser:
type: git
Expand Down

0 comments on commit c94bee1

Please sign in to comment.