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

Create UWRT utils package #184

Open
wants to merge 13 commits into
base: uwrt-mars-rover-arm-dev
Choose a base branch
from

Conversation

keyonjerome
Copy link
Contributor

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.

@keyonjerome keyonjerome changed the title Uwrt utils dev Create UWRT utils package Mar 3, 2022
@keyonjerome keyonjerome marked this pull request as ready for review March 3, 2022 15:29
@keyonjerome keyonjerome requested review from niiquaye and wmmc88 March 3, 2022 15:29
Copy link
Member

@wmmc88 wmmc88 left a 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

$<INSTALL_INTERFACE:include>
)

ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
Copy link
Contributor Author

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.

@niiquaye
Copy link
Contributor

I am going to take a deeper look into these failing checks.

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.

3 participants