gazebosim / gz-msgs

Messages for Gazebo robot simulation.
https://gazebosim.org
Apache License 2.0
23 stars 47 forks source link

Fix bash completion script install path #469

Closed iche033 closed 1 month ago

iche033 commented 1 month ago

🦟 Bug fix

Summary

Fix bash completion script installation path. Issue reported when building gz-msgs-vendor for rolling:

23:29:16 CMake Error at core/cmd/cmake_install.cmake:82 (file):
23:29:16   file cannot create directory:
23:29:16   /opt/ros/rolling/opt/gz_msgs_vendor/share/gz/gz2.completion.d.  Maybe need
23:29:16   administrative privileges.

updated install path to be consistent with other pacakges, e.g. see install path in gz-transport and sdformat

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.