Skip to content

Commit

Permalink
Use control libraries v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Reber authored and domire8 committed Feb 20, 2022
1 parent d4fb12c commit 86f0f93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WORKDIR /tmp/cppzmq-${CPPZMQ_VERSION}
RUN mkdir build && cd build && cmake .. -DCPPZMQ_BUILD_TESTS=OFF && make -j install

WORKDIR /tmp
ARG CONTROL_LIBRARIES_BRANCH=develop
ARG CONTROL_LIBRARIES_BRANCH=v5.0.0
RUN git clone -b ${CONTROL_LIBRARIES_BRANCH} --depth 1 https://github.com/epfl-lasa/control-libraries.git
RUN cd control-libraries/source && ./install.sh --auto --no-controllers --no-dynamical-systems --no-robot-model
RUN cd control-libraries/protocol && ./install.sh --auto
Expand Down
2 changes: 1 addition & 1 deletion build-test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CONTROL_LIBRARIES_BRANCH=develop
CONTROL_LIBRARIES_BRANCH=v5.0.0

IMAGE_NAME=aica-technology/network-interfaces
IMAGE_STAGE=build-test
Expand Down
2 changes: 1 addition & 1 deletion dev-server.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
CONTROL_LIBRARIES_BRANCH=develop
CONTROL_LIBRARIES_BRANCH=v5.0.0
REMOTE_SSH_PORT=4420

IMAGE_NAME=aica-technology/network-interfaces
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
url="https://github.com/aica-technology/network-interfaces",
packages=setuptools.find_packages(),
install_requires=[
"control-libraries>=4.0.0",
"control-libraries>=5.0.0",
],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 86f0f93

Please sign in to comment.