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

Unsure how to use this package with custom FRI version? #2

Closed
PeterMitrano opened this issue Jan 8, 2024 · 2 comments
Closed

Unsure how to use this package with custom FRI version? #2

PeterMitrano opened this issue Jan 8, 2024 · 2 comments

Comments

@PeterMitrano
Copy link

I'm trying to use FRI 1.11, which I have the Zip for. I tried to use this command

colcon build --cmake-args -DFRI_CLIENT_VERSION=1.11

But it failed with:

error: pathspec 'fri-1.11' did not match any file(s) known to git
CMake Error at /home/peter/lbr_fri_ros2_stack_ws/build/fri_vendor/FRIClient-prefix/tmp/FRIClient-gitupdate.cmake:175 (execute_process):
  execute_process failed command indexes:

    1: "Child return code: 1"

I'm not sure where or how I'm supposed to tell it about my FRI zip? where does it go? does it have to be named something special?

Thanks!

@mhubii
Copy link
Member

mhubii commented Feb 22, 2024

hi @PeterMitrano , sorry, seeing this issue very late!

The fri_vendor package fetches the fri via CMake from https://github.com/lbr-stack/fri in this line

ExternalProject_Add(FRIClient

If you are planning to use fri-1.11, you'll have to follow the instructions here: https://github.com/lbr-stack/fri#contributing, I created an issue for you here lbr-stack/fri#19 and am closing this one.

Hope this hint still finds you in time. Please feel free to tag me in future issues.

@mhubii
Copy link
Member

mhubii commented Feb 22, 2024

Closed in favor for lbr-stack/fri#19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants