We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9763f79 commit ec30dd1Copy full SHA for ec30dd1
installer/tue-get-dep.bash
@@ -8,7 +8,7 @@ hash xmlstarlet 2> /dev/null || sudo apt-get install --assume-yes -qq xmlstarlet
8
9
function _show_dep
10
{
11
- [[ "$1" == "ros" ]] && return 0
+ [[ "$1" == "ros" ]] || [[ "$1" == "ros1" ]] || [[ "$1" == "ros2" ]] && return 0
12
13
[[ "$ROS_ONLY" = "true" && "$1" != ros-* ]] && return 0
14
0 commit comments