Skip to content

Commit

Permalink
Merge pull request #33 from usdot-fhwa-stol/develop
Browse files Browse the repository at this point in the history
Component release 1.2.0
  • Loading branch information
jtbaird authored Mar 18, 2020
2 parents c2ca67c + 7beca25 commit 8b5cbec
Show file tree
Hide file tree
Showing 18 changed files with 52 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
# Pull docker image from docker hub
# XTERM used for better catkin_make output
docker:
- image: usdotfhwastol/carma-base:3.4.0
- image: usdotfhwastol/carma-base:3.7.0
user: carma
environment:
TERM: xterm
Expand Down
2 changes: 1 addition & 1 deletion .sonarqube/sonar-scanner.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand All @@ -12,14 +12,14 @@
# License for the specific language governing permissions and limitations under
# the License.

FROM usdotfhwastol/carma-base:3.4.0 as setup
FROM usdotfhwastol/carma-base:3.7.0 as setup

RUN mkdir ~/src
COPY --chown=carma . /home/carma/src/CARMAAvtVimbaDriver
RUN ~/src/CARMAAvtVimbaDriver/docker/checkout.sh
RUN ~/src/CARMAAvtVimbaDriver/docker/install.sh

FROM usdotfhwastol/carma-base:3.4.0
FROM usdotfhwastol/carma-base:3.7.0

ARG BUILD_DATE="NULL"
ARG VERSION="NULL"
Expand Down
Binary file added Vimba_installation_under_Linux.pdf
Binary file not shown.
Binary file added Vimba_v3.1_Linux.tgz
Binary file not shown.
20 changes: 20 additions & 0 deletions calibrations/camera_fl_intrinsics.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
%YAML:1.0
CameraExtrinsicMat: !!opencv-matrix
cols: 4
data: [1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0,
1.0]
dt: d
rows: 4
CameraMat: !!opencv-matrix
cols: 3
data: [4721.906852, 0.000000, 1203.133268, 0.000000, 4699.428088, 668.673413, 0.000000, 0.000000, 1.000000]
dt: d
rows: 3
DistCoeff: !!opencv-matrix
cols: 1
data: [0.017352, -2.130108, 0.008863, 0.014784, 0.000000]
dt: d
rows: 5
ImageSize: [1920, 1440]
Reprojection Error: 0.0
DistModel: plumb_bob
2 changes: 1 addition & 1 deletion docker/build-image.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion docker/checkout.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion docker/get-component-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion docker/get-image-name.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion docker/get-repo-name.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion docker/get-system-version.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion docker/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Copyright (C) 2018-2019 LEIDOS.
# Copyright (C) 2018-2020 LEIDOS.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion include/avt_vimba_camera/status_camera.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 LEIDOS.
* Copyright (C) 2019-2020 LEIDOS.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion launch/mobileye_eval.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
Copyright (C) 2018-2019 LEIDOS.
Copyright (C) 2018-2020 LEIDOS.
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
Expand Down
23 changes: 15 additions & 8 deletions launch/mono_camera.launch
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
<launch>
<arg name="remap_ns" default="/"/>
<group ns="$(arg remap_ns)">

<arg name="guid" default=""/>
<arg name="ip" default="192.168.88.90"/>
<arg name="camera_info_url" default="file://$(find avt_vimba_camera)/calibrations/camera_fl_intrinsics.yaml"/>
<arg name="frame_id" default="left_optical"/>
<arg name="trig_timestamp_topic" default=""/>
<arg name="show_debug_prints" default="true"/>

<group>
<group ns="camera">
<node name="image_proc" pkg="image_proc" type="image_proc"/>
</group>

<node name="camera" pkg="avt_vimba_camera" type="mono_camera_node" output="screen">
<param name="guid" value=""/>
<param name="ip" value="192.168.88.90"/>
<param name="camera_info_url" value="file://$(find avt_vimba_camera)/calibrations/calibration_50-0536911040.yaml"/>
<param name="frame_id" value="left_optical"/>
<param name="trig_timestamp_topic" value=""/>
<param name="show_debug_prints" value="true"/>
<param name="guid" value="$(arg guid)"/>
<param name="ip" value="$(arg ip)"/>
<param name="camera_info_url" value="$(arg camera_info_url)"/>
<param name="frame_id" value="$(arg frame_id)"/>
<param name="trig_timestamp_topic" value="$(arg trig_timestamp_topic)"/>
<param name="show_debug_prints" value="$(arg show_debug_prints)"/>

<!-- Trigger mode:
1. Freerun
Expand Down
2 changes: 1 addition & 1 deletion src/status_camera.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 LEIDOS.
* Copyright (C) 2019-2020 LEIDOS.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down
2 changes: 1 addition & 1 deletion test/status_mako_camera_test.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2019 LEIDOS.
* Copyright (C) 2019-2020 LEIDOS.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
Expand Down

0 comments on commit 8b5cbec

Please sign in to comment.