Skip to content

Commit ee9ea5e

Browse files
committed
Toppra from source for now
1 parent 596cd70 commit ee9ea5e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/scripts/build_roboplan_deps.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest \
2727
"cmake>=3.22" ninja \
2828
"gcc>=11,<12" "gxx>=11,<12" \
2929
"eigen>=3.4" \
30-
"libtoppra>=0.6.7,<0.7" \
3130
"pinocchio>=3.9.0,<4" \
3231
"osqp-eigen>=0.11.0,<0.12" \
3332
"yaml-cpp>=0.8"

roboplan_toppra/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(NOT toppra_FOUND)
2424
FetchContent_Declare(
2525
toppra
2626
GIT_REPOSITORY https://github.com/hungpham2511/toppra.git
27-
GIT_TAG 0.6.6
27+
GIT_TAG a719a05966c425fd2e5ab40a6e4897a692fb8644
2828
SOURCE_SUBDIR cpp
2929
)
3030
FetchContent_MakeAvailable(toppra)

0 commit comments

Comments
 (0)