Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensors #8

Open
wants to merge 74 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
bb760e0
removed example Module
Jun 9, 2017
02f1b12
added submodules image recognition and ximea importer
Jun 9, 2017
3c6da99
updated build badge
fabolhak Jun 9, 2017
478eb64
removed build badge
fabolhak Jun 9, 2017
41f6736
created travis build script
fabolhak Jun 10, 2017
c5af5ad
used new shell script in travis.yml
fabolhak Jun 10, 2017
546b92b
Merge pull request #3 from tum-phoenix/travis-build-script
fabolhak Jun 10, 2017
5b6ff29
added ximea installer to travis build script
fabolhak Jun 10, 2017
46b8450
updated URL in travis.yml
fabolhak Jun 10, 2017
b506748
updated travis build url
fabolhak Jun 10, 2017
914fa19
updated travis script
fabolhak Jun 10, 2017
9ab5bdd
remove travis.sh script
fabolhak Jun 10, 2017
b256867
fixed ximea camera installation in docker image
fabolhak Jun 10, 2017
5a2d22f
updated format of travis.yml
fabolhak Jun 10, 2017
3dc6c3f
updated multiline in travis.yml
fabolhak Jun 10, 2017
643d39c
updated travis.yml
fabolhak Jun 10, 2017
2981ff2
updated travis.yml
fabolhak Jun 11, 2017
7d22244
updated travis.yml
fabolhak Jun 11, 2017
447598c
updated travis.yml
fabolhak Jun 11, 2017
42934d8
Merge pull request #4 from tum-phoenix/remove-extra-build-script
fabolhak Jun 11, 2017
b01fc68
updated image recognition submodule
Jun 11, 2017
76dd64d
added comments to travis.yml
fabolhak Jun 11, 2017
e003115
updated comments in travis.yml
fabolhak Jun 11, 2017
a27307c
fix path of travis.yml
fabolhak Jun 11, 2017
15bccbf
updated travis.yml
fabolhak Jun 11, 2017
9b9e762
updated submodule ximea_camera_importer
Jun 13, 2017
3b2cd34
added submodules, removed example files
Jun 13, 2017
79e01a7
update to newest travis version
fabolhak Jun 13, 2017
cdaa95d
updated submodule image recognition
Jun 13, 2017
060482d
removed build badge from README
fabolhak Jun 13, 2017
3037d48
updated submodule
Jun 14, 2017
59a1561
updated submodules
Jun 14, 2017
4083088
Initial commit
MaslinuPoimal Jun 16, 2017
b6ffacd
initial
MaslinuPoimal Jun 16, 2017
215cd28
merged with mavlink
MaslinuPoimal Jun 16, 2017
e038099
updated submodules and added global sensor .launch file
Jun 16, 2017
cf1fe21
updated submodule
Jun 16, 2017
fa9a30f
added codecov to travis.yml
fabolhak Jun 16, 2017
f82504b
trigger build
fabolhak Jun 16, 2017
317c49b
Delete test
fabolhak Jun 16, 2017
67543d3
try to trigger build!
Jun 16, 2017
a5b345d
removed code coverage
fabolhak Jun 16, 2017
347b1ef
insert launch exports in CMakeLists
Jun 20, 2017
62bcd7c
updated mavlink submodule
Jun 21, 2017
e3a26d1
added static TFs based on CAD modell
Jun 21, 2017
a4dd802
updated submodule
Jun 24, 2017
7cc89de
removed ximea importer submodule
Jun 24, 2017
c33b9c3
added ximea camera importer
Jun 24, 2017
9355d89
added mavlink tester node
Jun 24, 2017
b4cc4e8
fixed ximea importer submodule
Jun 24, 2017
0acd002
updated submodules
Jun 24, 2017
bef605b
updated submodule mavlink tester
Estradan Jun 25, 2017
bd277df
fixed launch paths
Estradan Jun 25, 2017
6293b25
updated module drive_ros_mavlink_test
Estradan Jun 25, 2017
cfba472
changed naming of camera frame in launch file
fabolhak Jul 17, 2017
8540054
changed naming of vehicle in launch file
fabolhak Jul 17, 2017
c92d66b
changed naming of launch files
Jul 17, 2017
ca901dd
changed camera name
Jul 17, 2017
7404eeb
enable software tests in travis
fabolhak Oct 7, 2017
95024c7
updated submodules
Oct 7, 2017
cead255
updated project structure
Oct 13, 2017
cc6e4ae
update submodules
Oct 20, 2017
d300d58
update submodules
Oct 20, 2017
34c121d
updated submodules and sensors.launch
Oct 21, 2017
6bd528b
update submodule
Oct 21, 2017
adee565
update submodules
Oct 25, 2017
8da990b
update submodules
Oct 28, 2017
4fe8c43
moving cc2017.launch file to sparate repo
Nov 1, 2017
0db14e1
change camera package name
Nov 1, 2017
dcaab0c
Delete README.md
fabolhak Nov 8, 2017
2024918
updated submodules
Nov 13, 2017
436e843
added uavcan interface
Feb 15, 2018
9dc861f
added uavcan interface
Feb 15, 2018
993aa93
fix travis
Feb 15, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[submodule "modules/drive_ros_mavlink_device"]
path = modules/drive_ros_mavlink_device
url = https://github.com/tum-phoenix/drive_ros_mavlink_device
[submodule "modules/drive_ros_hokuyo"]
path = modules/drive_ros_hokuyo
url = https://github.com/tum-phoenix/drive_ros_hokuyo
[submodule "modules/drive_ros_ximea_importer"]
path = modules/drive_ros_ximea_importer
url = https://github.com/tum-phoenix/drive_ros_ximea_importer.git
[submodule "modules/drive_ros_mavlink_test"]
path = modules/drive_ros_mavlink_test
url = https://github.com/tum-phoenix/drive_ros_mavlink_test
[submodule "modules/drive_ros_driver_common"]
path = modules/drive_ros_driver_common
url = https://github.com/tum-phoenix/drive_ros_driver_common
[submodule "modules/drive_ros_msgs"]
path = modules/drive_ros_msgs
url = https://github.com/tum-phoenix/drive_ros_msgs
[submodule "modules/drive_ros_cc2017_car"]
path = modules/drive_ros_cc2017_car
url = https://github.com/tum-phoenix/drive_ros_cc2017_car
[submodule "modules/drive_ros_uavcan"]
path = modules/drive_ros_uavcan
url = https://github.com/tum-phoenix/drive_ros_uavcan
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

sudo: required

language: cpp
Expand All @@ -11,7 +12,8 @@ env:
- ros_release: kinetic
- ubuntu_version: xenial
- docker_image: "shadowrobot/build-tools:$ubuntu_version-$ros_release"
- used_modules: check_build #check_cache,code_style_check,check_deb_make,codecov_tool
- used_modules: check_build,software_tests #check_cache,code_style_check,check_deb_make,codecov_tool
# available modules: https://github.com/shadow-robot/sr-build-tools/blob/master/ansible/roles/ci/doc/modules.md

before_install:
# pull docker image from shadowrobot
Expand All @@ -33,14 +35,15 @@ script:
docker run -w "/home/user/sr-build-tools/ansible" -v $TRAVIS_BUILD_DIR:/host$TRAVIS_BUILD_DIR
$docker_image
bash -c "
wget http://www.ximea.com/downloads/recent/XIMEA_Linux_SP.tgz &&
wget -q http://www.ximea.com/downloads/recent/XIMEA_Linux_SP.tgz &&
tar xzf XIMEA_Linux_SP.tgz &&
cd package &&
sed -i -e 's/udevadm control --reload/echo removed command/g' scripts/install_steps &&
sed -i -e 's/read choice/echo automatic approval/g' scripts/install_steps &&
./install &&
cd .. &&
git pull &&
sudo pip install uavcan &&
git pull &&
git checkout $toolset_branch &&
sudo PYTHONUNBUFFERED=1 ansible-playbook -v -i \"localhost,\" -c local docker_site.yml --tags \"travis,$used_modules\" -e \"travis_repo_dir=/host$TRAVIS_BUILD_DIR travis_is_pull_request=$TRAVIS_PULL_REQUEST ros_release=$ros_release ubuntu_version=$ubuntu_version\"
"
10 changes: 0 additions & 10 deletions README.md

This file was deleted.

Empty file removed configs/example.launch
Empty file.
20 changes: 20 additions & 0 deletions launch/sensors.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<launch>

<!-- vehicle name e.g. cc2017_car -->
<arg name="vehicle" value="cc2017_car"/>

<!-- Camera Node -->
<include file="$(find drive_ros_ximea_importer)/launch/ximea_camera.launch" ns="camera">
<arg name="vehicle" value="$(arg vehicle)" />
</include>

<!-- LIDAR Node -->
<include file="$(find hokuyo_node)/launch/hokuyo_phoenix.launch" ns="lidar" />

<!--- Mavlink Nodes -->
<include file="$(find drive_ros_mavlink_device)/launch/mavlink_device.launch" ns="mavlink" />

<!-- Vehicle specific -->
<include file="$(find drive_ros_cc2017_car)/launch/tf_pub.launch" />

</launch>
1 change: 1 addition & 0 deletions modules/drive_ros_cc2017_car
Submodule drive_ros_cc2017_car added at 4c68a7
1 change: 1 addition & 0 deletions modules/drive_ros_driver_common
1 change: 1 addition & 0 deletions modules/drive_ros_hokuyo
Submodule drive_ros_hokuyo added at 12ef35
1 change: 1 addition & 0 deletions modules/drive_ros_mavlink_device
1 change: 1 addition & 0 deletions modules/drive_ros_mavlink_test
Submodule drive_ros_mavlink_test added at 8bfcfb
1 change: 1 addition & 0 deletions modules/drive_ros_msgs
Submodule drive_ros_msgs added at 9bf7a8
1 change: 1 addition & 0 deletions modules/drive_ros_uavcan
Submodule drive_ros_uavcan added at fb09fa
1 change: 1 addition & 0 deletions modules/drive_ros_ximea_importer
32 changes: 0 additions & 32 deletions modules/exampleModule/CMakeLists.txt

This file was deleted.

22 changes: 0 additions & 22 deletions modules/exampleModule/package.xml

This file was deleted.

Empty file removed msg/example.msg
Empty file.