Skip to content

Commit

Permalink
Merge pull request #148 from usdot-fhwa-stol/release/elise
Browse files Browse the repository at this point in the history
Release/elise
  • Loading branch information
msmcconnell authored Dec 15, 2021
2 parents 6ca3633 + c322a75 commit 525938f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
# Setup docker
docker:
- image: usdotfhwastol/carma-base:carma-system-3.9.0
- image: usdotfhwastol/carma-base:carma-system-3.10.0
user: carma
environment:
TERM: xterm # use xterm to get full display output from build
Expand All @@ -24,11 +24,11 @@ jobs:
command: |
source ${INIT_ENV}
export ROS_PARALLEL_JOBS='-j1 -l1' # Try to reduce memory consumption on build
catkin_make install
colcon build
- run:
name: Run C++ Tests
command: |
source ${INIT_ENV}
source /opt/carma/devel/setup.bash
export ROS_PARALLEL_JOBS='-j1 -l1' # Try to reduce memory consumption on build
catkin_make run_tests
colcon test
7 changes: 2 additions & 5 deletions can_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
<?xml version="1.0"?>
<package format="3">.
<package format="3">
<name>can_msgs</name>
<version>1.2.1</version>
<description>CAN related message types.</description>

<maintainer email="mathias.luedtke@ipa.fraunhofer.de">Mathias Lüdtke</maintainer>
<author email="ivor@iwanders.net">Ivor Wanders</author>

<license>BSD</license>

<url type="website">http://wiki.ros.org/can_msgs</url>
<url type="repository">https://github.com/ros-industrial/ros_canopen</url>
<url type="bugtracker">https://github.com/ros-industrial/ros_canopen/issues</url>
<author email="ivor@iwanders.net">Ivor Wanders</author>

<buildtool_depend>catkin</buildtool_depend>

Expand Down
4 changes: 2 additions & 2 deletions carma_debug_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(carma_debug_msgs)

## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)
## Compile as C++14, supported in ROS Noetic and newer
add_compile_options(-std=c++14)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down
4 changes: 2 additions & 2 deletions cav_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(cav_msgs)

## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)
## Compile as C++14, supported in ROS Noetic and newer
add_compile_options(-std=c++14)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down
4 changes: 2 additions & 2 deletions cav_srvs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(cav_srvs)

## Compile as C++11, supported in ROS Kinetic and newer
# add_compile_options(-std=c++11)
## Compile as C++14, supported in ROS Noetic and newer
# add_compile_options(-std=c++14)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down
4 changes: 2 additions & 2 deletions j2735_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(j2735_msgs)

## Compile as C++11, supported in ROS Kinetic and newer
add_compile_options(-std=c++11)
## Compile as C++14, supported in ROS Noetic and newer
add_compile_options(-std=c++14)

## Find catkin macros and libraries
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
Expand Down

0 comments on commit 525938f

Please sign in to comment.