forked from IntelRealSense/realsense-ros
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Synchronize fork with upstream v2.2.14 #2
Open
YoshuaNava
wants to merge
188
commits into
ANYbotics:master
Choose a base branch
from
YoshuaNava:feature/sync_upstream_020214
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Synchronize fork with upstream v2.2.14 #2
YoshuaNava
wants to merge
188
commits into
ANYbotics:master
from
YoshuaNava:feature/sync_upstream_020214
Conversation
This file contains 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
Right now a nodelet manager is always created when running the realsense node. This is not always a wanted behaviour as a nodelet manager might already be running somewhere else in the ROS system. This patch adds a parameter to disable launching a new nodelet manager. In this case the nodelet manager must be provided using the manager arg. The new parameter is set to false by default, so existing behaviour is not changed.
If running in an external nodelet manager this makes sure dynamic options are in the right namespace. This does not change existing behaviour.
… same as imu's sync messages.
…rt of disparity filter
sync get devices
add feature: _allow_no_texture_points - if set to true, will send points with depth, both with and without texture.
set_devices_changed_callback called AFTER getDevice() Keep checking for devices until device is found - for cases where T265 was momentarily taken by another node at the time of query. Add a 3rd, optional camera, to rs_multiple_devices.launch file.
fix is needed due to the availability of t265 extrinsics.
…ates frames - i.e. gyro_optical_frame, accel_optical_frame, imu_optical_frame. Fix issue for both t265 and d435i with different coordinate systems. fixed bug: sending united imu without images enabled. add imu_optical_frame_id to nodelet.launch.xml.
…sense into abhijitmajumdar-development
…package rgbd_launch.
added extra comments for installing in ROS melodic.
Update README.md
README.md: fix unite_imu_method description.
stop sensors at program termination.
Support L515 stream: infrared, 0
…e-ros into helenol-fix/equidistant
…/mcamurri/realsense-ros into mcamurri-fix-use-nominal-extrinsics-param
…nse-ros into wyca-robotics-noetic_urdf # Conflicts: # realsense2_description/urdf/test_d415_camera.urdf.xacro # realsense2_description/urdf/test_d435_camera.urdf.xacro # realsense2_description/urdf/test_d435_multiple_cameras.urdf.xacro # realsense2_description/urdf/test_r410_camera.urdf.xacro # realsense2_description/urdf/test_r430_camera.urdf.xacro
Add new L515 PID
handle invalid enum options
…ealsense-ros into UTAH-VEXU-Robotics-development
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.
No description provided.