Skip to content

Commit

Permalink
Add rolling info when checking the ROS distro
Browse files Browse the repository at this point in the history
Fix #None
  • Loading branch information
Minggang Wang committed Feb 23, 2021
1 parent 6eb5e19 commit 64ff43d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ros_distro.js
Expand Up @@ -5,6 +5,7 @@ switch (process.env.ROS_DISTRO) {
console.log('1911');
process.exit(0);
case 'foxy':
case 'rolling':
console.log('2006');
process.exit(0);
case undefined:
Expand Down

0 comments on commit 64ff43d

Please sign in to comment.