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
I think this can be fixed by submitting a PR to the upstream nav2 repo branches (main, humble) to typecast the comparison to a unsigned long from an int. However, we may need to make that change in multiple places.
Ideally we should see if we can get the nav2 repo to enable the same build flags we're using, so these get caught before they're merged upstream
The text was updated successfully, but these errors were encountered:
hi @mkhansenbot. could not we follow the same pattern that we have for main repo, i.e. pin versions of repositories in navigation2.repos (+ add navigation2 there)?
I know this is not a solution to the problem, but maybe it would help us to maintain stability of demos. Maybe we can consider it after fixing this particular issue.
The space_nav2 build started failing https://github.com/space-ros/docker/actions/runs/8013829132/job/21891470012
The error appears to be due to this adding of the nav2_graceful_controller and corresponding test that was merged into upstream Nav2:
https://github.com/ros-planning/navigation2/blob/2e491b18328ede064c75bfa024f57c7e49578eba/nav2_graceful_controller/test/test_graceful_controller.cpp#L817
ros-navigation/navigation2#4119
I think this can be fixed by submitting a PR to the upstream nav2 repo branches (main, humble) to typecast the comparison to a
unsigned long
from anint
. However, we may need to make that change in multiple places.Ideally we should see if we can get the nav2 repo to enable the same build flags we're using, so these get caught before they're merged upstream
The text was updated successfully, but these errors were encountered: