diff --git a/.github/workflows/industrialci.yml b/.github/workflows/industrialci.yml new file mode 100644 index 0000000..2196f9b --- /dev/null +++ b/.github/workflows/industrialci.yml @@ -0,0 +1,30 @@ +name: industrial_ci + +on: + push: + paths-ignore: + - '**.md' + - '**.jpg' + - '**.pdf' + - '**.png' + pull_request: + paths-ignore: + - '**.md' + - '**.jpg' + - '**.pdf' + - '**.png' + schedule: + - cron: "0 1 * * 2" # Weekly on Tuesdays at 01:00(GMT) + +jobs: + industrial_ci: + strategy: + matrix: + env: + - { ROS_DISTRO: melodic, ROS_REPO: main } + # - { ROS_DISTRO: noetic, ROS_REPO: main } + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: "ros-industrial/industrial_ci@master" + env: ${{ matrix.env }} diff --git a/CMakeLists.txt b/CMakeLists.txt index b86e0e8..98ed77b 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,4 +63,7 @@ target_link_libraries(opencv_camera ${catkin_LIBRARIES} ${OpenCV_LIBRARIES}) add_executable(camera_display src/camera_display) target_link_libraries(camera_display ${catkin_LIBRARIES} ${OpenCV_LIBRARIES}) - +if (CATKIN_ENABLE_TESTING) + find_package(roslaunch REQUIRED) + roslaunch_add_file_check(launch) +endif() diff --git a/launch/run_benchmark_ompl.launch b/launch/run_benchmark_ompl.launch index 066ed63..18d2446 100644 --- a/launch/run_benchmark_ompl.launch +++ b/launch/run_benchmark_ompl.launch @@ -1,7 +1,7 @@ - + diff --git a/launch/warehouse.launch b/launch/warehouse.launch index fbae8fb..aff99ab 100644 --- a/launch/warehouse.launch +++ b/launch/warehouse.launch @@ -1,7 +1,7 @@ - + diff --git a/package.xml b/package.xml index ac79a27..200781a 100644 --- a/package.xml +++ b/package.xml @@ -13,31 +13,37 @@ catkin - moveit_ros_move_group - moveit_fake_controller_manager - moveit_kinematics - moveit_planners_ompl - moveit_ros_visualization - moveit_setup_assistant - joint_state_publisher - robot_state_publisher - xacro - roscpp rospy std_msgs message_generation + actionlib + moveit_msgs roscpp rospy std_msgs message_runtime - - actionlib - moveit_msgs - actionlib moveit_msgs + moveit_fake_controller_manager + moveit_kinematics + moveit_planners_ompl + moveit_ros_benchmarks + moveit_ros_visualization + moveit_ros_move_group + moveit_ros_warehouse + moveit_setup_assistant + joint_state_publisher + joint_state_publisher_gui + robot_state_publisher + xacro + joy + rviz + warehouse_ros_mongo + gazebo_ros + controller_manager + python-tk