-
Notifications
You must be signed in to change notification settings - Fork 97
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
[merge after #1383] add realsense support and enable T265 odometry #1371
Merged
k-okada
merged 32 commits into
jsk-ros-pkg:master
from
sktometometo:PR/fetch/enable-t265-odometry
Sep 22, 2021
Merged
[merge after #1383] add realsense support and enable T265 odometry #1371
k-okada
merged 32 commits into
jsk-ros-pkg:master
from
sktometometo:PR/fetch/enable-t265-odometry
Sep 22, 2021
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
knorth55
approved these changes
Jul 20, 2021
…ng udev rules for realsense
…f duration timeout
… realsense in upstart_scripts/robot.conf
…s, enable it to switch from secondary topics to primary topic back again)
…ctor to fetch.launch
* [jsk_fetch_startup] copy nodelet.launch.xml from realsense2_camera * [jsk_fetch_startup] make realsense nodelet be launched as a standalone node * [jsk_fetch_startup] change required arg of realsense_nodelet.launch.xml to respawn arg * [jsk_fetch_startup] update fetch_reansense_bringup.launch so that it uses realsense_nodelet.launch.xml in jsk_fetch_startup instead of nodelet.launch.xml in realsense2_camera * [jsk_fetch_startup] fix arguments for realsense bringup launch
knorth55
force-pushed
the
PR/fetch/enable-t265-odometry
branch
from
September 19, 2021 15:06
2dbc244
to
a3b4082
Compare
knorth55
changed the title
[merge after #1205, #1208] add realsense support and enable T265 odometry
add realsense support and enable T265 odometry
Sep 19, 2021
@sktometometo can you check if this is correct? |
What is changed? |
I tried rebasing, but can you check if my rebasing is correct? |
This was referenced Sep 19, 2021
knorth55
approved these changes
Sep 20, 2021
@sktometometo thank you for checking! |
k-okada
reviewed
Sep 21, 2021
jsk_fetch_robot/jsk_fetch_startup/robots/base_camera_mount.urdf.xacro
Outdated
Show resolved
Hide resolved
knorth55
changed the title
add realsense support and enable T265 odometry
[merge after #1383] add realsense support and enable T265 odometry
Sep 21, 2021
@sktometometo please resolve conflicts |
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.
depends on #1205 and #1208depends on #1383Support Realsense cameras on base_camera_mount and support visual odometry from T265.
cc. @knorth55 @708yamaguchi