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
This is a debatable, but the package manifest does not declare a system dependency on ceres in any way. The build will fail due to find_package(Ceres ..) failing, but ideally the manifest would declare that dependency as well. Running rosdep check .. currently doesn't pick up on a missing Ceres installation.
The same information is also used when generating debians, which would be impossible with the current manifest.
The text was updated successfully, but these errors were encountered:
This is a debatable, but the package manifest does not declare a system dependency on ceres in any way. The build will fail due to
find_package(Ceres ..)
failing, but ideally the manifest would declare that dependency as well. Runningrosdep check ..
currently doesn't pick up on a missing Ceres installation.The same information is also used when generating debians, which would be impossible with the current manifest.
The text was updated successfully, but these errors were encountered: