Skip to content

Commit

Permalink
Make compilable for both noetic and melodic
Browse files Browse the repository at this point in the history
  • Loading branch information
wouter-heerwegh committed Sep 20, 2022
1 parent 7f52b83 commit ce0a10d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ros/src/fsds_ros_bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ install(DIRECTORY
rviz
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
# PATTERN ".git" EXCLUDE
)
)

catkin_install_python(PROGRAMS scripts/cameralauncher.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
2 changes: 1 addition & 1 deletion ros/src/fsds_ros_bridge/scripts/cameralauncher.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
import roslaunch
from os.path import expanduser
import json
Expand Down

0 comments on commit ce0a10d

Please sign in to comment.