-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
134 changed files
with
4,940 additions
and
1,422 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
fail-fast: false | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: ros-tooling/setup-ros@0.6.2 | ||
- uses: ros-tooling/setup-ros@0.7.8 | ||
with: | ||
required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
- uses: ros-tooling/[email protected] | ||
|
@@ -52,7 +52,7 @@ jobs: | |
linter: [xmllint, pep257, lint_cmake] | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: ros-tooling/setup-ros@0.6.2 | ||
- uses: ros-tooling/setup-ros@0.7.8 | ||
with: | ||
required-ros-distributions: ${{ env.ROS_DISTRO }} | ||
- uses: ros-tooling/[email protected] | ||
|
@@ -119,4 +119,4 @@ jobs: | |
no-cache: true | ||
tags: | | ||
luxonis/depthai-ros:${{ steps.vars.outputs.short_ref }} | ||
luxonis/depthai-ros:${{ env.ROS_DISTRO }}-latest | ||
luxonis/depthai-ros:${{ env.ROS_DISTRO }}-latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Depthai ROS Repository | ||
Hi and welcome to the main depthai-ros respository! Here you can find ROS related code for OAK cameras from Luxonis. Don't have one? You can get them [here!](https://shop.luxonis.com/) | ||
|
||
You can find the newest documentation [here](https://docs-beta.luxonis.com/software/ros/depthai-ros/intro/). | ||
You can find the newest documentation [here](https://docs.luxonis.com/software/ros/depthai-ros/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
cmake_minimum_required(VERSION 3.10.2) # CMake version in Ubuntu 18.04 LTS | ||
|
||
project(depthai-ros VERSION 2.9.0 LANGUAGES CXX C) | ||
project(depthai-ros VERSION 2.10.0 LANGUAGES CXX C) | ||
|
||
set(CMAKE_CXX_STANDARD 14) | ||
|
||
find_package(ament_cmake REQUIRED) | ||
|
||
|
||
ament_package() | ||
ament_package() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>depthai-ros</name> | ||
<version>2.9.0</version> | ||
<version>2.10.0</version> | ||
<description>The depthai-ros package</description> | ||
|
||
<!-- One maintainer tag required, multiple allowed, one person per tag --> | ||
<!-- Example: --> | ||
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> --> | ||
<maintainer email="sachin@luxonis.com">sachin</maintainer> | ||
<maintainer email="adam.serafin@luxonis.com">Adam Serafin</maintainer> | ||
<author>Sachin Guruswamy</author> | ||
|
||
<license>MIT</license> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.