Skip to content

Update feature branch#9

Open
zachfang wants to merge 145 commits intofeature/calculate_normalfrom
indigo-devel
Open

Update feature branch#9
zachfang wants to merge 145 commits intofeature/calculate_normalfrom
indigo-devel

Conversation

@zachfang
Copy link

Please ensure the above guidelines for contributing are met.

Fixes Issue: #

Changes proposed in this pull request:

Dmitry Rozhkov and others added 30 commits December 12, 2016 11:39
Yocto's bitbake sets global LDFLAGS that include the option
--hash-style=gnu. If this option is ignored then bitbake's
QA checks report that

QA Issue: No GNU_HASH in the elf binary: '/[...]/opt/ros/indigo/lib/librealsense_camera_nodelet.so' [ldflags]

The patch includes user defined linker flags to
CMAKE_SHARED_LINKER_FLAGS defined in the project's CMakeList.txt.

Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
realsense-camera: don't ignore linker flags set by user
Error message was assume only use was dynamic reconfigure

Added boost as ROS dependency -- should have already been required.
Improve reliability of the camera by reducing the color stream
to 30fps by default. This will be the highest frame rate which will
be validate with VGA or higher resolutions for use with ROS.

Default files will no longer use the librealsense preset modes
as they will be depreciated in the future.
* Change color stream default to 30fps

Improve reliability of the camera by reducing the color stream
to 30fps by default. This will be the highest frame rate which will
be validate with VGA or higher resolutions for use with ROS.

Default files will no longer use the librealsense preset modes
as they will be depreciated in the future.
Replaced boost::mutex with std::mutex
Fixes mutex lock and adds ZR300 destructor
The F200 and SR300 tests were attempting too much code reuse
by include the r200_nodelet_default.launch file.
When the Default launch files were changed to set 30fps as the new
default for the color stream, F200/SR300 also had to set new defaults
for the Depth stream to prevent using the invalid R200 depth default.
The R200 default file does NOT pass the depth_width and depth_height
to the nodelet so the override values were lost.
Due to a ROS bug which prevents publishing more than one static
transform in separate processes, enable the use of dynamic
camera transforms when needed for multiple camera support.

Static transforms are still the default.

See:
  ros/ros_comm#146
  ros/geometry2#181
Many minor fixes to be compliant with ROS Lint standards.
Suppressing these for now, but should be investigated as
they are not compliant with current ROS standards.
Modify the r200/sr300 RGBD-style launch files
to no longer use the RGBD depth/ir/rgb_processing
flags to control whether the corresponding stream
is also enabled. For example, now turning off
RGBD depth *processing* will no longer disable
the depth stream itself.
Work around bug in librealsense where the callback for
IR is called even if the stream is disabled if IR2 stream
is enabled.
See realsenseai/librealsense#393
Itay Carpis and others added 30 commits July 19, 2017 18:12
* fix: Fix 2nd realsense preset mode.

* fix: Dc preset.

* fix: Missed current_dc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Comments