Skip to content

Commit

Permalink
Merge branch 'topic/pyrene'
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed May 7, 2018
2 parents 2d960ac + d811b78 commit ff42250
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 1,774 deletions.
19 changes: 9 additions & 10 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,18 @@ cache:
ROBOTPKG: talos-metapkg-ros-control-sot
CATEGORY: wip
before_script:
- mkdir -p ccache
- mkdir -p build/ccache
- cd build
- export CCACHE_BASEDIR=${PWD}
- export CCACHE_DIR=${PWD}/ccache
script:
- cd /root/robotpkg/${CATEGORY}/${ROBOTPKG}
- git pull
- make checkout MASTER_REPOSITORY="dir ${CI_PROJECT_DIR}"
- echo "MASTER_REPOSITORY = git ${CI_PROJECT_DIR}" >> Makefile
- echo "REPOSITORY.talos-metapkg-ros-control-sot = git ${CI_PROJECT_DIR}" >> /opt/openrobots/etc/robotpkg.conf
- make checkout
- make install
- cd work.$(hostname)/$(make show-var VARNAME=DISTNAME)


- cd work.*/${PROJECT}*/
except:
- gh-pages

Expand All @@ -39,11 +42,7 @@ robotpkg-talos-metapkg-ros-control-sot-14.04:
robotpkg-talos-metapkg-ros-control-sot-16.04:
<<: *robotpkg-talos-metapkg-ros-control-sot
image: ${IMAGE}:16.04



robotpkg-talos-metapkg-ros-control-sot-dubnium:
<<: *robotpkg-talos-metapkg-ros-control-sot
image: ${IMAGE}:dubnium



3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "talos_roscontrol_sot/cmake"]
path = talos_roscontrol_sot/cmake
url = https://github.com/jrl-umi3218/jrl-cmakemodules.git
2 changes: 2 additions & 0 deletions sot_pyrene_bringup/launch/geometric_simu.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<!-- Which robot are we controlling ? -->
<arg name="robot" default="pyrene" />
<arg name="libsot" default="libsot-pyrene-controller.so" />

<arg name="sot-launch-prefix" default="" />

<include file="$(find sot_pyrene_bringup)/launch/geometric_simu_context.launch" >
Expand All @@ -18,6 +19,7 @@
pkg="dynamic_graph_bridge"
type="geometric_simu"
args=" --input-file $(arg libsot)"

launch-prefix="$(arg sot-launch-prefix)"
respawn="true">
<param name="/sot/dg/geometric_simu" value="" />
Expand Down
122 changes: 0 additions & 122 deletions talos_roscontrol_sot/CMakeLists.txt

This file was deleted.

25 changes: 0 additions & 25 deletions talos_roscontrol_sot/LICENSE

This file was deleted.

70 changes: 0 additions & 70 deletions talos_roscontrol_sot/README.md

This file was deleted.

1 change: 0 additions & 1 deletion talos_roscontrol_sot/cmake
Submodule cmake deleted from 38d4ef

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions talos_roscontrol_sot/config/rosdoc.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions talos_roscontrol_sot/doc/Doxyfile.extra.in

This file was deleted.

22 changes: 0 additions & 22 deletions talos_roscontrol_sot/doc/manifest.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions talos_roscontrol_sot/launch/sot_controller_gazebo.launch

This file was deleted.

53 changes: 0 additions & 53 deletions talos_roscontrol_sot/package.xml

This file was deleted.

Loading

0 comments on commit ff42250

Please sign in to comment.