-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Prepare for Package Release #59
Conversation
# Install config files | ||
install(DIRECTORY config/ | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config | ||
) |
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.
Do we need to install the package.xml too?
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.
The package.xml is automatically placed in the install directory by catkin.
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.
Thanks for clarifying.
Approved once all the exec_depends are identified and updated. |
Add installation steps for all files. Update package.xml to version 2. Updates to the maintainers and dependencies.
<run_depend>rospy</run_depend> | ||
|
||
<exec_depend>roslaunch</exec_depend> | ||
<exec_depend>realsense_camera</exec_depend> |
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.
Correct me if I'm wrong, but I think we don't actually have a direct dependency on realsense_camera package. We have a dependency on turtlebot_bringup, and THAT will have a dependency on realsense_camera (because it launches the 3d sensor).
Otherwise this list looks accurate and complete.
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.
@kevincwells Considering we have the realsense_navigation package in the same repository and we know it will indirectly require the realsense_camera package, are you opposed to leaving that dependency?
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.
I'm fine with leaving it in.
I approve this request.
…ut-constants Refactored out constants to include from header file
Changes proposed in this pull request: