Skip to content

Commit ec30dd1

Browse files
MatthijsBurghar13pit
authored andcommitted
(tue-get dep) adapt to ros1/ros2 target
1 parent 9763f79 commit ec30dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/tue-get-dep.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hash xmlstarlet 2> /dev/null || sudo apt-get install --assume-yes -qq xmlstarlet
88

99
function _show_dep
1010
{
11-
[[ "$1" == "ros" ]] && return 0
11+
[[ "$1" == "ros" ]] || [[ "$1" == "ros1" ]] || [[ "$1" == "ros2" ]] && return 0
1212

1313
[[ "$ROS_ONLY" = "true" && "$1" != ros-* ]] && return 0
1414

0 commit comments

Comments
 (0)