-
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/add missing install #1977
Merged
amc-nu
merged 7 commits into
autowarefoundation:fix/add_install_command
from
sgermanserrano:fix/add_install_launch_folder
Feb 11, 2019
Merged
Fix/add missing install #1977
amc-nu
merged 7 commits into
autowarefoundation:fix/add_install_command
from
sgermanserrano:fix/add_install_launch_folder
Feb 11, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sgermanserrano
changed the title
Fix/add install launch folder
Fix/add missing install folder
Feb 11, 2019
sgermanserrano
changed the title
Fix/add missing install folder
Fix/add missing install
Feb 11, 2019
Thanks for adding these ones @sgermanserrano |
amc-nu
added a commit
that referenced
this pull request
Feb 18, 2019
* 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 (#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 (#1990) * Fixed installation path * Fixed params installation path * Fixed cfg installation path * Delete cache on colcon_release
This was referenced Mar 18, 2019
anubhavashok
pushed a commit
to NuronLabs/autoware.ai
that referenced
this pull request
Sep 7, 2021
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Status
PRODUCTION / DEVELOPMENT
Description
#1861
Some launch folders were missing from being installed.
CI pipeline