Skip to content
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

Conversation

garethellis0
Copy link
Collaborator

@garethellis0 garethellis0 commented Oct 29, 2018

Please fill out the following before requesting review on this PR

Description

Unfortunately librealsense was updated to 2.16.2, and the associated ROS packages were not. This broke CI (including on master!!!). The ROS packages will be released, but until then we've had to peg the librealsense version to 2.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

  • Start of document comments: each .cpp and .h file should have a comment at the start of it. See files in src/sample_package for examples.
  • Function comments: All function definitions (usually in the .h file) should have a javadoc style comment at the start of them. For examples, see the classes defined in src/sample_package
  • Remove all commented out code (Note: in this case we're leaving the commented out code to revert back to later)
  • Remove extra print statements: for example, those just used for testing
  • Resolve all TODO's: All TODO (or similar) statements should either be completed or associated with a github issue
    Feel free to make additions of things that we should be checking to this file if you think there's something missing!!!!

This was referenced Oct 29, 2018
Copy link
Collaborator

@RobynCastro RobynCastro left a 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 garethellis0 merged commit fd31afd into UBC-Snowbots:master Oct 30, 2018
@garethellis0 garethellis0 deleted the gareth/peg-librealsense-version branch October 30, 2018 02:58
garethellis0 added a commit to garethellis0/Snowflake that referenced this pull request Nov 4, 2018
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
RobynCastro added a commit that referenced this pull request Dec 14, 2018
#366)

* 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
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants