Skip to content
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

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

mdhorn
Copy link

@mdhorn mdhorn commented Jun 28, 2016

Changes proposed in this pull request:

  • Install launch, rviz, and config files.
  • Migrate package.xml to format 2.
  • Update the maintainers
  • Update the package dependencies

# Install config files
install(DIRECTORY config/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config
)

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?

Copy link
Author

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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for clarifying.

@reaganlo
Copy link

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>

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.

Copy link
Author

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?

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.

@mdhorn mdhorn merged commit 671854d into IntelRealSense:indigo-devel Jun 28, 2016
@mdhorn mdhorn deleted the release-prep branch June 28, 2016 23:22
@mdhorn mdhorn restored the release-prep branch June 28, 2016 23:43
mdhorn pushed a commit to mdhorn/realsense that referenced this pull request Jul 13, 2016
…ut-constants

Refactored out constants to include from header file
@mdhorn mdhorn deleted the release-prep branch July 28, 2016 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants