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

ompl missing symbols #17

Open
rhaschke opened this issue Oct 22, 2024 · 0 comments
Open

ompl missing symbols #17

rhaschke opened this issue Oct 22, 2024 · 0 comments

Comments

@rhaschke
Copy link
Member

The latest update from OMPL 1.16.0 to main branch is not respected by apt/dpkg as the old version specifier of ros-one-ompl didn't follow standards:

$ apt policy ros-one-ompl
ros-one-ompl:
  Installed: 1.6.0-1-0jammy.20231013.1757
  Candidate: 1.6.0-1-0jammy.20231013.1757
  Version table:
 *** 1.6.0-1-0jammy.20231013.1757 100
        100 /var/lib/dpkg/status
     1.6.0-82jammy.20241020.2225 500
        500 https://ros.packages.techfak.net jammy-testing/main amd64 Packages

apt/dpkg think that 1.6.0-1-0 is newer than 1.6.0-82, which is obviously not the case.
To fix missing symbol issues, one needs to explicitly install the latest version:
sudo apt-get install ros-one-ompl=1.6.0-82jammy.20241020.2225

There might be other packages having a broken version specifier as well. To list them, use the following command:
dpkg -l | grep ros-one | grep -E "[0-9]+-[0-9]+-"

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

1 participant