-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add add_definitions(-D__STDC_FORMAT_MACROS) to our catkin #157
Comments
I've opened a PR for now to have the fix in the UR repo as you suggested (see #155). It would be great though if it would be possible to fix that globally. Thanks again |
Do we understand why this doesn't seem to be an issue for the ordinary ROS distribution channels? The ensuing discussion in UniversalRobots/Universal_Robots_ROS_Driver#453 makes it seem like it's not necessary, but I definitely had to add this locally on a physical Ubuntu machine to get I notice it's not in the https://github.com/RoboStack/ros-humble/blob/main/patch/ros-humble-ur-calibration.patch I see all the binaries are there (and I've installed that and checked it) Are you adding this definition globally now? EDIT: Also had to include it in the |
I see now in local |
I think that the idea was to add this to the catkin package, though, to enable it globally in all CMake scripts based on catkin @Tobias-Fischer |
(not just when using vinca & boa) |
Ah I see .. |
We could (globally) fix the problem with
add_definitions(-D__STDC_FORMAT_MACROS)
by adding it to our catkin patches so that it's set for all builds involving catkin under Linux.The text was updated successfully, but these errors were encountered: