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

include cstdint header #331

Merged
merged 1 commit into from Mar 13, 2024
Merged

include cstdint header #331

merged 1 commit into from Mar 13, 2024

Conversation

Yadunund
Copy link
Member

Rolling job on Noble is failing. See https://build.ros2.org/job/Rbin_uN64__rmf_fleet_adapter__ubuntu_noble_amd64__binary/4/consoleFull

14:33:17 In file included from /tmp/binarydeb/ros-rolling-rmf-fleet-adapter-2.5.0/src/mutex_group_supervisor/main.cpp:18:
14:33:17 /tmp/binarydeb/ros-rolling-rmf-fleet-adapter-2.5.0/include/rmf_fleet_adapter/StandardNames.hpp:76:7: error: ‘uint64_t’ does not name a type
14:33:17    76 | const uint64_t Unclaimed = (uint64_t)(-1);
14:33:17       |       ^~~~~~~~
14:33:17 /tmp/binarydeb/ros-rolling-rmf-fleet-adapter-2.5.0/include/rmf_fleet_adapter/StandardNames.hpp:22:1: note: ‘uint64_t’ is defined in header ‘<cstdint>; did you forget to ‘#include <cstdint>’?
14:33:17    21 | #include <string>
14:33:17   +++ |+#include <cstdint>
14:33:17    22 | 
14:33:17 /tmp/binarydeb/ros-rolling-rmf-fleet-adapter-2.5.0/src/mutex_group_supervisor/main.cpp:42:47: error: ‘Unclaimed’ is not a member of ‘rmf_fleet_adapter’; did you mean ‘Unclaimed’?
14:33:17    42 | const uint64_t Unclaimed = rmf_fleet_adapter::Unclaimed;
14:33:17       |                                               ^~~~~~~~~
14:33:17 /tmp/binarydeb/ros-rolling-rmf-fleet-adapter-2.5.0/src/mutex_group_supervisor/main.cpp:42:16: note: ‘Unclaimed’ declared here
14:33:17    42 | const uint64_t Unclaimed = rmf_fleet_adapter::Unclaimed;

Signed-off-by: Yadunund <yadunund@openrobotics.org>
@Yadunund
Copy link
Member Author

Rolling job failing as ament_cmake_vendor_package has not been synced to main yet: https://repo.ros2.org/status_page/ros_rolling_default.html?q=SYNC

image

We can ignore the failure as our CI job does not test with packages from testing repo of the buildfarm.

@Yadunund Yadunund merged commit 4ad57ca into main Mar 13, 2024
3 of 4 checks passed
@Yadunund Yadunund deleted the yadu/fix_noble branch March 13, 2024 06:41
Yadunund added a commit that referenced this pull request Mar 13, 2024
Signed-off-by: Yadunund <yadunund@openrobotics.org>
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

Successfully merging this pull request may close these issues.

None yet

3 participants