-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README about ROS2 and the new multicast feature + carry over s…
…ome of the code improvements from ROS2 branch (#52) * remove defaulting to C++14 standard and address an issue causing the parsed json file lose non legacy fields. * remove duplicate strategy item from the jobs * Update change log and rename project title in the readme * update copyright dates * Remove wrongly identified dep tf2-geometry-msgs * Address potential vulnerability when saving metadata to file * Populate readme with more details about (ros2 & multicast) + code refactor * Remove unrequired using statement + formatting * Add status badges to the readme and fix typo * Bump up package number * Be specific about the platform we are building against currently
- Loading branch information
Showing
15 changed files
with
308 additions
and
164 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 |
---|---|---|
@@ -1,26 +1,29 @@ | ||
name: Docker Image CI | ||
name: ouster-ros | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
branches: | ||
- master | ||
pull_request: | ||
branches: [ "master" ] | ||
branches: | ||
- master | ||
|
||
jobs: | ||
|
||
build: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
ros_distro: [melodic, noetic] | ||
|
||
ros_distro: | ||
- melodic | ||
- noetic | ||
steps: | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
- name: Build the Docker image | ||
run: | | ||
docker build . \ | ||
--build-arg ROS_DISTRO=${{ matrix.ros_distro }} \ | ||
--file Dockerfile \ | ||
--tag ouster-ros-${{ matrix.ros_distro }}:$(date +%s) | ||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
- name: Build the Docker image | ||
run: | | ||
docker build . \ | ||
--build-arg ROS_DISTRO=${{ matrix.ros_distro }} \ | ||
--file Dockerfile \ | ||
--tag ouster-ros-${{ matrix.ros_distro }}:$(date +%s) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Upstream-Contact: Ouster Sensor SDK Developers <[email protected]> | |
Source: https://github.com/ouster-lidar/ouster_example | ||
|
||
Files: * | ||
Copyright: 2018-2022 Ouster, Inc | ||
Copyright: 2018-2023 Ouster, Inc | ||
License: BSD-3-Clause | ||
|
||
Files: include/optional-lite/* | ||
|
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
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,7 +1,7 @@ | ||
<?xml version="1.0"?> | ||
<package format="3"> | ||
<name>ouster_ros</name> | ||
<version>0.7.3</version> | ||
<version>0.7.4</version> | ||
<description>Ouster ROS driver</description> | ||
<maintainer email="[email protected]">ouster developers</maintainer> | ||
<license file="LICENSE">BSD</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
Oops, something went wrong.