diff --git a/.ros1_unported/gazebo_ros_pkgs/CMakeLists.txt b/.ros1_unported/gazebo_ros_pkgs/CMakeLists.txt deleted file mode 100644 index 126155b34..000000000 --- a/.ros1_unported/gazebo_ros_pkgs/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -cmake_minimum_required(VERSION 2.8.3) -project(gazebo_ros_pkgs) -find_package(catkin REQUIRED) -catkin_metapackage() diff --git a/.ros1_unported/gazebo_ros_pkgs/CHANGELOG.rst b/gazebo_ros_pkgs/CHANGELOG.rst similarity index 100% rename from .ros1_unported/gazebo_ros_pkgs/CHANGELOG.rst rename to gazebo_ros_pkgs/CHANGELOG.rst diff --git a/gazebo_ros_pkgs/CMakeLists.txt b/gazebo_ros_pkgs/CMakeLists.txt new file mode 100644 index 000000000..10b2dfc60 --- /dev/null +++ b/gazebo_ros_pkgs/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 3.5) +project(gazebo_ros_pkgs) +find_package(ament_cmake REQUIRED) +ament_package() diff --git a/.ros1_unported/gazebo_ros_pkgs/package.xml b/gazebo_ros_pkgs/package.xml similarity index 59% rename from .ros1_unported/gazebo_ros_pkgs/package.xml rename to gazebo_ros_pkgs/package.xml index a5ad9763b..0ea3becb4 100644 --- a/.ros1_unported/gazebo_ros_pkgs/package.xml +++ b/gazebo_ros_pkgs/package.xml @@ -1,6 +1,9 @@ + - gazebo_ros_pkgs + + gazebo_ros_pkgs 2.8.4 Interface for using ROS with the Gazebo simulator. @@ -12,16 +15,18 @@ https://github.com/ros-simulation/gazebo_ros_pkgs/issues https://github.com/ros-simulation/gazebo_ros_pkgs - John Hsu, Nate Koenig, Dave Coleman> + John Hsu + Nate Koenig + Dave Coleman - catkin + ament_cmake gazebo_dev gazebo_msgs - gazebo_plugins + gazebo_ros - + ament_cmake