You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]+-"
The text was updated successfully, but these errors were encountered:
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/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]+-"
The text was updated successfully, but these errors were encountered: