forked from Archive/PX4-Autopilot
remove exception in case that ROS is not installed
This commit is contained in:
parent
aaa72b2a25
commit
9a0c50325b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue