Feature/v2.2.13 with 6 rs changes#63
Open
DrCodeWizzard wants to merge 332 commits intofeature/d435-driverfrom
Open
Feature/v2.2.13 with 6 rs changes#63DrCodeWizzard wants to merge 332 commits intofeature/d435-driverfrom
DrCodeWizzard wants to merge 332 commits intofeature/d435-driverfrom
Conversation
moved enabling HID sensors to enable_devices()
fix bug of reinitializing align operator.
interface change: add parameter: enable_tm2 - cause the wrapper to wait on initialization while tm2 device sets its Unique USB ID use enable_gyro and enable_accel instead of enable_imu use infra_width, infra_fps instead of infra1_width, infra1_fps and infra2_width, infra2_fps
Added to README.md
# Conflicts: # realsense2_camera/src/base_realsense_node.cpp
* fixed static_tf test in rs2_test and changed the name of vis_avg_1 to non_existent_file to reflect it's true purpose. * rename tm2 to t265 * fix README.md
It is not implemented in librealsense and the topics that were published so far do not provide useful information were actually aligned to index 1.
…eai#644) It is not implemented in librealsense and the topics that were published so far do not provide useful information were actually aligned to index 1.
… non_existent_file to reflect it's true purpose.
package.xml: upgrade package format removed initial_reset option - need to return.
Fix bug of locking tracking module (t265) by nodes that don't use it.
This reverts commit 0b133a4.
update parsing port_id
fix bug: enable building release version instead of debug.
…BaseRealSenseNode's destructor. Add "Left IC2 Config error" and "stream start failure" to reset causing errors list and remove "Motion Module force pause"
…BaseRealSenseNode's destructor. Add "Left IC2 Config error" and "stream start failure" to reset causing errors list and remove "Motion Module force pause"
There were two missed opportunities for optimization: - sensor_msgs::PointCloud2 should not be created at any frame, because, that would force memory allocation, that is costly. - using std::list should be forbidden ;)
Join query thread
kill query_thread if closed before device is found.
catch failure on device creation.
update README.md file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please ensure the above guidelines for contributing are met.
Fixes Issue: #
Changes proposed in this pull request: