Skip to content

Commit

Permalink
Merge branch 'main' into hesai-cuda-support
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Sep 27, 2024
2 parents 8a95e57 + 9f706e3 commit a097921
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 14 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- build
- nebula_examples
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test-differential.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ jobs:

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ steps.test.outputs.coverage-report-files }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true
flags: differential
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@ jobs:

- name: Upload coverage to CodeCov
if: ${{ steps.test.outputs.coverage-report-files != '' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ${{ steps.test.outputs.coverage-report-files }}
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
verbose: true
flags: total
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Nebula

[![build-and-test](https://github.com/tier4/nebula/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/tier4/nebula/actions/workflows/build-and-test.yaml)
[![documentation](https://github.com/tier4/nebula/actions/workflows/documentation.yml/badge.svg)](https://github.com/tier4/nebula/actions/workflows/documentation.yml)
[![codecov](https://codecov.io/gh/tier4/nebula/branch/main/graph/badge.svg)](https://codecov.io/gh/tier4/nebula)

## Welcome to Nebula, the universal sensor driver

Nebula is a sensor driver platform that is designed to provide a unified framework for as wide a variety of devices as possible.
Expand Down
2 changes: 1 addition & 1 deletion nebula_common/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_common</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Nebula Common Libraries and headers</description>
<maintainer email="[email protected]">MAP IV</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_decoders/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_decoders</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Nebula Decoders Library</description>
<maintainer email="[email protected]">MAP IV</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_examples</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Nebula Offline Processing Samples</description>
<maintainer email="[email protected]">Perception Engine</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_hw_interfaces/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_hw_interfaces</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Nebula HW Interfaces</description>
<maintainer email="[email protected]">MAP IV</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_messages/continental_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>continental_msgs</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Messages for Continental sensors</description>
<maintainer email="[email protected]">Kenzo Lobos-Tsunekawa</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_messages/continental_srvs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>continental_srvs</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Services for Continental sensors</description>
<maintainer email="[email protected]">Kenzo Lobos-Tsunekawa</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_messages/nebula_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_msgs</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Generic sensor raw data messages for Nebula</description>
<maintainer email="[email protected]">Kenzo Lobos-Tsunekawa</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_messages/pandar_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>pandar_msgs</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>
ROS message definition for the Hesai PandarQT/Pandar64/Pandar40P/Pandar20A/Pandar20B/Pandar40M LiDAR
sensor.
Expand Down
2 changes: 1 addition & 1 deletion nebula_messages/robosense_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>robosense_msgs</name>
<version>0.0.0</version>
<version>0.2.0</version>
<description>Robosense message types for Nebula</description>
<maintainer email="[email protected]">Mehmet Emin BASOGLU</maintainer>
<license>TODO: License declaration</license>
Expand Down
2 changes: 1 addition & 1 deletion nebula_ros/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_ros</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Nebula Lidar Drivers</description>
<maintainer email="[email protected]">MAP IV</maintainer>

Expand Down
2 changes: 1 addition & 1 deletion nebula_sensor_driver/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>nebula_sensor_driver</name>
<version>0.0.1</version>
<version>0.2.0</version>
<description>Meta package for nebula sensor drivers related packages</description>
<maintainer email="[email protected]">MAP IV</maintainer>
<maintainer email="[email protected]">MAP IV</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion nebula_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>nebula_tests</name>
<version>0.1.0</version>
<version>0.2.0</version>
<description>Nebula Lidar Drivers</description>
<maintainer email="[email protected]">MAP IV</maintainer>

Expand Down

0 comments on commit a097921

Please sign in to comment.