-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create UWRT utils package #184
base: uwrt-mars-rover-arm-dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add the utils package as an exec depend to the uwrt_mars_rover metapackage xml
uwrt_mars_rover_utils/include/uwrt_mars_rover_utils/data_utils.hpp
Outdated
Show resolved
Hide resolved
uwrt_mars_rover_utils/include/uwrt_mars_rover_utils/data_utils.hpp
Outdated
Show resolved
Hide resolved
uwrt_mars_rover_arm/uwrt_mars_rover_arm_hw/compile_commands.json
Outdated
Show resolved
Hide resolved
$<INSTALL_INTERFACE:include> | ||
) | ||
|
||
ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wmmc88 I'm not sure what the Modern CMake replacement is for this ament_export_targets
line is but this line seems to be required for this to build.
I am going to take a deeper look into these failing checks. |
Creating uwrt_mars_rover_arm_utils package to reduce duplicate code.
Looking for help with adding the package to uwrt_mars_rover_arm_hw; can't seem figure out what's missing in the CMakeLists.txt file for it to be able to find the utils package from arm_hw.