-
Notifications
You must be signed in to change notification settings - Fork 42
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
Pegged librealsense Version as a Temporary Fix #359
Merged
garethellis0
merged 2 commits into
UBC-Snowbots:master
from
garethellis0:gareth/peg-librealsense-version
Oct 30, 2018
Merged
Pegged librealsense Version as a Temporary Fix #359
garethellis0
merged 2 commits into
UBC-Snowbots:master
from
garethellis0:gareth/peg-librealsense-version
Oct 30, 2018
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
RobynCastro
approved these changes
Oct 30, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this looks good to me!
garethellis0
added a commit
to garethellis0/Snowflake
that referenced
this pull request
Nov 4, 2018
)" This reverts commit fd31afd.
5 tasks
garethellis0
added a commit
that referenced
this pull request
Nov 10, 2018
RobynCastro
added a commit
to RobynCastro/Snowflake
that referenced
this pull request
Dec 1, 2018
…nowbots#359)" (UBC-Snowbots#361)" This reverts commit 863ae21.
RobynCastro
added a commit
that referenced
this pull request
Dec 14, 2018
RobynCastro
added a commit
that referenced
this pull request
Jan 19, 2019
* Revert "Revert "Pegged librealsense Version as a Temporary Fix (#359)" (#361)" This reverts commit 863ae21. * Changed setup_realsense realsense version to a working version * Updated realsense version * Fixed install_tools script * Now pegging versions for realsense library and package * Now manually installing realsense in the scripts * Changed external_libs installation path to the root directory * Added external libs to git ignore
RobynCastro
added a commit
that referenced
this pull request
Feb 23, 2019
* Revert "Revert "Pegged librealsense Version as a Temporary Fix (#359)" (#361)" This reverts commit 863ae21. * Changed setup_realsense realsense version to a working version * Updated realsense version * Fixed install_tools script * Removed the navigation package * Removed navigation from the install_dependencies script
RobynCastro
added a commit
that referenced
this pull request
Feb 23, 2019
) * Revert "Revert "Pegged librealsense Version as a Temporary Fix (#359)" (#361)" This reverts commit 863ae21. * Changed setup_realsense realsense version to a working version * Updated realsense version * Fixed install_tools script * Refactored zed_transform to pcl_transform and added a new param * Fixed output frame_id for pcl_transform * Update src/sb_pointcloud_processing/src/pcl_transform.cpp Removed space between time and (s) Co-Authored-By: RobynCastro <[email protected]> * Reordered CMakeLists.txt and changed when pcl_transform will log messages
WilliamGu98
pushed a commit
that referenced
this pull request
Mar 16, 2019
* Added rviz polygon markers * Fixed a function javadoc commentfor createPolygonMarker * Resolved type mismatch in RvizUtils * Ran fix formatting script * Added point equality testing inside multiplePointMarkersTest * Ran fix formatting script * Revert "Revert "Pegged librealsense Version as a Temporary Fix (#359)" (#361)" This reverts commit 863ae21. * Changed setup_realsense realsense version to a working version * Updated realsense version * Fixed install_tools script * Added reasoning why rviz_utils uses a rostest * Templating the polygon risk function * Fixed type for createMarkerScale * Fixed typo in rostest * Fixed rviz polygon tests to account for cycles * Removed the node for rviz_utils_rostest * Fixed file naming inside rviz_utils_rostest * No longer templating and now forcing marker_id specification * Fixed ros_tests to work with sb_geom_msgs::Polygon2D * Ran fix formatting * Updated sb_utils to build messages first * Removed publisher and subscriber * removed redundant gitignore * Added back missing javadoc param statements * Moved the end of file down * Fixed the sb_utils test to run rostest instead of gtest * Fixed formatting
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 fill out the following before requesting review on this PR
Description
Unfortunately
librealsense
was updated to2.16.2
, and the associated ROS packages were not. This broke CI (including onmaster
!!!). The ROS packages will be released, but until then we've had to peg thelibrealsense
version to2.16.1
. I've opened #360 to make sure we revert this change once IntelRealSense/realsense-ros#502 is resolved.Testing Done
Made sure CI properly builds and passes with this change
Resolved Issues
NA
Review Checklist
(Please check every item to indicate your code complies with it (by changing
[ ]
->[x]
). This will hopefully save both you and the reviewer(s) a lot of time!)It is the reviewers responsibility to also make sure every item here has been covered
.cpp
and.h
file should have a comment at the start of it. See files insrc/sample_package
for examples..h
file) should have a javadoc style comment at the start of them. For examples, see the classes defined insrc/sample_package
TODO
(or similar) statements should either be completed or associated with a github issueFeel free to make additions of things that we should be checking to this file if you think there's something missing!!!!