Skip to content

Commit

Permalink
Merge pull request #332 from wouter-heerwegh/ros1_compilation
Browse files Browse the repository at this point in the history
Make compilable for both noetic and melodic
  • Loading branch information
mateusz-lichota authored Oct 18, 2022
2 parents 2059814 + ce0a10d commit d6377ff
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 d6377ff

Please sign in to comment.