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

Bump manif version to 0.0.4 and blf to v0.2.0 #798

Merged
merged 5 commits into from
Jun 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 1 addition & 4 deletions cmake/ProjectsTagsStable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endmacro()

# External projects
set_tag(osqp_TAG v0.6.2)
set_tag(manif_TAG 0.0.3)
set_tag(manif_TAG 0.0.4)
set_tag(qhull_TAG v8.0.2)
set_tag(CppAD_TAG 20210000.4)
set_tag(casadi 3.5.5.3)
Expand All @@ -15,6 +15,3 @@ set_tag(casadi 3.5.5.3)
set_tag(YCM_TAG ycm-0.12)
set_tag(YARP_TAG yarp-3.4)
set_tag(yarp-matlab-bindings_TAG yarp-3.4)

# Temporary workaround for manif incompatibiltiy
set_tag(bipedal-locomotion-framework_TAG 5b76dc40b0f9e825e29f8de5e100240b9f7d640c)
2 changes: 1 addition & 1 deletion cmake/ProjectsTagsUnstable.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endmacro()

# External projects
set_tag(osqp_TAG v0.6.2)
set_tag(manif_TAG 85cad9841b0ac4800e10e38c634c397d401e6375)
set_tag(manif_TAG 0.0.4)
set_tag(qhull_TAG v8.0.2)
set_tag(CppAD_TAG 20210000.4)
set_tag(casadi 3.5.5.3)
Expand Down
4 changes: 2 additions & 2 deletions releases/latest.releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories:
manif:
type: git
url: https://github.com/artivis/manif.git
version: 0.0.3
version: 0.0.4
qhull:
type: git
url: https://github.com/qhull/qhull.git
Expand Down Expand Up @@ -166,7 +166,7 @@ repositories:
bipedal-locomotion-framework:
type: git
url: https://github.com/dic-iit/bipedal-locomotion-framework.git
version: v0.1.0
version: v0.2.0
LieGroupControllers:
type: git
url: https://github.com/dic-iit/lie-group-controllers.git
Expand Down