Skip to content

Feature/v2.2.13 with 6 rs changes#63

Open
DrCodeWizzard wants to merge 332 commits intofeature/d435-driverfrom
feature/v2.2.13_with_6RS_changes
Open

Feature/v2.2.13 with 6 rs changes#63
DrCodeWizzard wants to merge 332 commits intofeature/d435-driverfrom
feature/v2.2.13_with_6RS_changes

Conversation

@DrCodeWizzard
Copy link

Please ensure the above guidelines for contributing are met.

Fixes Issue: #

Changes proposed in this pull request:

doronhi and others added 30 commits February 10, 2019 11:00
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
# 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.
doronhi and others added 27 commits February 18, 2020 11:19
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 ;)
kill query_thread if closed before device is found.
update README.md file.
@DrCodeWizzard DrCodeWizzard changed the base branch from feat/clean_intel_driver to feature/d435-driver May 11, 2020 18:26
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