Skip to content

Commit

Permalink
[audio_video_recorder][jsk_rosbag_tools] support ros-o
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Nov 13, 2024
1 parent 4775ff4 commit bb8bfa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions audio_video_recorder/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<exec_depend>gstreamer1.0-plugins-base</exec_depend>
<exec_depend>gstreamer1.0-plugins-good</exec_depend>
<exec_depend>gstreamer1.0-plugins-ugly</exec_depend>
<exec_depend>libgstreamer1.0-dev</exec_depend>
<exec_depend>message_filters</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
</package>
2 changes: 1 addition & 1 deletion jsk_rosbag_tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ catkin_package(
CATKIN_DEPENDS
)

if($ENV{ROS_DISTRO} STREQUAL "noetic")
if($ENV{ROS_DISTRO} STRGREATER "noetic")
catkin_generate_virtualenv(
INPUT_REQUIREMENTS requirements.in
PYTHON_INTERPRETER python3
Expand Down

0 comments on commit bb8bfa6

Please sign in to comment.