-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Imported upstream version '1.1.0' of 'upstream'
- Loading branch information
Showing
88 changed files
with
1,067 additions
and
460 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
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 @@ | ||
# Based on GTSAM file (by @ProfFan) | ||
name: CI Build colcon | ||
|
||
on: [push, pull_request] | ||
on: [push] | ||
|
||
jobs: | ||
build_docker: # On Linux, iterates on all ROS 1 and ROS 2 distributions. | ||
|
@@ -42,9 +42,9 @@ jobs: | |
ros_version: 2 | ||
|
||
# Rolling Ridley (No End-Of-Life) | ||
# - docker_image: ubuntu:noble | ||
# ros_distribution: rolling | ||
# ros_version: 2 | ||
- docker_image: ubuntu:noble | ||
ros_distribution: rolling | ||
ros_version: 2 | ||
|
||
container: | ||
image: ${{ matrix.docker_image }} | ||
|
@@ -55,6 +55,9 @@ jobs: | |
apt-get -y update | ||
apt-get -y install git | ||
git clone https://github.com/$GITHUB_REPOSITORY.git --recursive "$GITHUB_WORKSPACE" | ||
git config --global --add safe.directory "$GITHUB_WORKSPACE" | ||
git checkout $GITHUB_SHA | ||
git submodule update --init --recursive | ||
- name: setup ROS environment | ||
uses: ros-tooling/[email protected] | ||
|
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
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 |
---|---|---|
|
@@ -5,15 +5,14 @@ | |
--> | ||
<package format="3"> | ||
<name>kitti_metrics_eval</name> | ||
<version>1.0.8</version> | ||
<version>1.1.0</version> | ||
<description>CLI tool to evaluate the KITTI odometry bechmark metrics to trajectory files</description> | ||
|
||
<author email="[email protected]">Jose-Luis Blanco-Claraco</author> | ||
<maintainer email="[email protected]">Jose-Luis Blanco-Claraco</maintainer> | ||
<license file="LICENSE">BSD</license> | ||
|
||
<url type="website">https://github.com/MOLAorg/mola/tree/develop/kitti_metrics_eval</url> | ||
|
||
<license file="LICENSE">BSD</license> | ||
|
||
<depend>mola_common</depend> | ||
<depend>mrpt2</depend> | ||
|
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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>mola</name> | ||
<version>1.0.8</version> | ||
<version>1.1.0</version> | ||
<description>Metapackage with all core open-sourced MOLA packages.</description> | ||
|
||
<maintainer email="[email protected]">Jose-Luis Blanco-Claraco</maintainer> | ||
<author>Jose-Luis Blanco-Claraco</author> | ||
<license file="LICENSE">BSD</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
@@ -32,8 +32,9 @@ | |
<depend>mola_viz</depend> | ||
<depend>mola_yaml</depend> | ||
|
||
<depend>ament_lint_common</depend> | ||
<depend>ament_lint_auto</depend> | ||
<test_depend>ament_lint_auto</test_depend> | ||
<test_depend>ament_cmake_xmllint</test_depend> | ||
<test_depend>ament_lint_cmake</test_depend> | ||
|
||
<export> | ||
<build_type>ament_cmake</build_type> | ||
|
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.