-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[fix] Install commands for all the packages #1861
Conversation
* Remove devel directory from catkin, if any
* Added launch install to lidar_kf_contour_track * Added install to op_global_planner * Added install to way_planner * Added install to op_local_planner * Added install to op_simulation_package * Added install to op_utilities * Added install to sync
* Fixed nodelet error for gmsl cameras
* Fixed installation path * Fixed params installation path * Fixed cfg installation path
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.
@amc-nu I have seen that some of the packages are not installing the include directory. Can be assumed that the header files for those packages are not to be installed?
@sgermanserrano indeed. Only libraries that are used outside its own node are installing headers. |
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.
@amc-nu as far as I can test, the PR seems to work fine
@sgermanserrano thank you so much for testing.! I’ll merge once I test the ouster submodule. Which is also missing install commands. |
Fixed ouster as well |
* Initial fixes to detection, sensing, semantics and utils * fixing wrong filename on install command * Fixes to install commands * Hokuyo fix name * Fix obj db * Obj db include fixes * End of final cleaning sweep * Incorrect command order in runtime manager * Param tempfile not required by runtime_manager * * Fixes to runtime manager install commands * Remove devel directory from catkin, if any * Updated launch files for robosense * Updated robosense * Fix/add missing install (autowarefoundation#1977) * Added launch install to lidar_kf_contour_track * Added install to op_global_planner * Added install to way_planner * Added install to op_local_planner * Added install to op_simulation_package * Added install to op_utilities * Added install to sync * * Improved installation script for pointgrey packages * Fixed nodelet error for gmsl cameras * USe install space in catkin as well * add install to catkin * Fix install directives (autowarefoundation#1990) * Fixed installation path * Fixed params installation path * Fixed cfg installation path * Delete cache on colcon_release
Status
PRODUCTION / DEVELOPMENT
Description
autowarefoundation/autoware_ai#491
Required by autowarefoundation/autoware_ai#476
Requires autowarefoundation/autoware_ai#389 autowarefoundation/autoware_ai#475