-
Notifications
You must be signed in to change notification settings - Fork 727
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Overriding is when you build a package from a source that is also installed as a binary. Currently, this does not work in MoveIt because of the way header files are found. The problem is that the binary header is found before the source header when building and if the source one is newer and has changes the compile will break in surprising ways.
#1901 is a good example of what needs to be done everywhere in moveit.
Here are the colcon docs on overriding: https://colcon.readthedocs.io/en/released/user/overriding-packages.html#how-to-make-it-easier-for-your-users-to-override
Tasks:
- Search for cmake files that are missing this package directory
- Make PR fixing the issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers