Skip to content

Commit

Permalink
Merge pull request #45 from mdhorn/release
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
mdhorn committed Jun 7, 2016
2 parents aba4d96 + 334d476 commit 3aee63c
Show file tree
Hide file tree
Showing 62 changed files with 445 additions and 327 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
### System Configuration
Please complete Your Configuration detail below.

| Version | Best Known | Your Configuration |
|:---------------- |:---------------------|:---------------------|
| Operating System | Ubuntu 14.04.4 LTS | ? ? ? |
| Kernel | 4.4.0-040400-generic | ?-?-? |
| Backend | video4linux | ? |
| ROS | indigo | ? |
| ROS RealSense | Latest Release | ?.?.? |
| librealsense | 0.9.1 | ?.?.? |
| R200 Firmware | 1.0.72.06 | ?.?.?.? |
Please complete Your Configuration detail below. Refer to the BKC at [Configuration](../realsense_camera/README.md#configuration).

| Version | Your Configuration |
|:---------------- |:---------------------|
| Operating System | ? ? ? |
| Kernel | ?-?-? |
| Backend | ? |
| ROS | ? |
| ROS RealSense | ?.?.? |
| librealsense | ?.?.? |
| R200 Firmware | ?.?.?.? |

---
#### How to collect Configuration Data
Expand Down
21 changes: 0 additions & 21 deletions camera/launch/realsense_r200_navigation.launch

This file was deleted.

34 changes: 0 additions & 34 deletions camera/launch/realsense_r200_nodelet_standalone_manual.launch

This file was deleted.

21 changes: 0 additions & 21 deletions camera/launch/realsense_r200_nodelet_standalone_preset.launch

This file was deleted.

10 changes: 0 additions & 10 deletions camera/test/realsense_r200_color_only.test

This file was deleted.

10 changes: 0 additions & 10 deletions camera/test/realsense_r200_depth_only.test

This file was deleted.

14 changes: 0 additions & 14 deletions camera/test/realsense_r200_resolution.test

This file was deleted.

23 changes: 23 additions & 0 deletions camera/CHANGELOG.rst → realsense_camera/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@
Changelog for package realsense_camera
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.1.0 (2016-06-03)
------------------
* Fix white space issues in test files
* Updated docs with Kinetic Kame details and for consistency
* Added usb_port_id for selecting camera
* Updated artifacts to reflect 'stable' tag
* Added code to skip publishing PointCloud frame if Depth and/or Color has duplicate frames
* Added code to skip publishing duplicate frames for native streams
* Added example for launching multiple cameras from a single launch file (#22)
* Fixed transformation origin bug for base frame to depth frame
* Rename package directory (#33)
* Update README to include rosdep install
* Resolved testTransform unit test issue
* Refined the log messages and made them consistent
* Removed extra space before ROS Log function calls
* Added nodelet name to log messages
* Remove hard-coded paths
* Fixed README bug to show correct depth format Z16
* Fixed unit conversion bug in the projection matrix
* Added unit test to check camera_info distortion-parameter
* adding D to camera info
* Contributors: Mark D Horn, Matthew Hansen, Reagan Lopez, Rajvi Jingar, Natalia Lyubova, Michael Gorner

1.0.4 (2016-04-25)
------------------
* Updated RGBD Launch File for Manual Mode (#25)
Expand Down
File renamed without changes.
Loading

0 comments on commit 3aee63c

Please sign in to comment.