aruco_pose: Use python2 shebang

This shebang will be ignored with newer dynamic_reconfigure packages, and its presence should allow builds to succeed when older dynamic_reconfigure is used.
This commit is contained in:
Alexey Rogachevskiy
2020-03-18 21:46:09 +03:00
parent 360eb02909
commit 63a792b29d

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
PACKAGE = "aruco_pose"
from dynamic_reconfigure.parameter_generator_catkin import *