Skip to content

Commit

Permalink
[ros_translator] drop indigo and kinetic
Browse files Browse the repository at this point in the history
  • Loading branch information
sktometometo committed May 10, 2023
1 parent 24a41b2 commit 9c19030
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ros_translator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ project(ros_translator)

find_package(catkin REQUIRED COMPONENTS dynamic_reconfigure catkin_virtualenv)

if(NOT (("$ENV{ROS_DISTRO}" STREQUAL "noetic") OR
("$ENV{ROS_DISTRO}" STREQUAL "melodic")))
message(WARNINIG "ros_translator can only be built for melodic and noetic")
return()
endif()

catkin_python_setup()

catkin_generate_virtualenv(
Expand Down

0 comments on commit 9c19030

Please sign in to comment.