remove exception in case that ROS is not installed

This commit is contained in:
stmoon
2020-03-31 20:35:38 +09:00
committed by Nuno Marques
parent aaa72b2a25
commit 9a0c50325b
-2
View File
@@ -271,8 +271,6 @@ if ros_version == '2' :
ros2_distro = args.ros2_distro
else :
ros2_distro = os.environ.get('ROS_DISTRO')
else :
raise ValueError
# If nothing specified it's generated both
if agent == False and client == False: