-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d76323b
commit 763490c
Showing
6 changed files
with
1,308 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package rct_common | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
Forthcoming | ||
----------- | ||
* remove changelogs | ||
* Add changelogs | ||
* Move utilities from ros pkg to common pkg and add missing dependencies cmake config | ||
* Convert rct_optimizations to be a ROS-generic CMake package (`#42 <https://github.com/Jmeyer1292/robot_cal_tools/issues/42>`_) | ||
* make rct_optimizations a pure CMake package | ||
change other packages so they treat rct_optimizations as a pure CMake package | ||
Fix erroneously commented-out Eigen3 dependency | ||
remove pattern matching filter from include install | ||
Add rct_common package, move macros and GTest infrastructure to it | ||
rename RCT_ENABLE_RUN_TESTING to RCT_RUN_TESTS | ||
Add flags to build and run tests in CI | ||
install git in CI env | ||
add git to ADDITIONAL_DEBS for industrial_ci docker image | ||
Remove RCT_RUN_TESTS flag from CI config | ||
link rct_examples test against GTest | ||
* set RCT_RUN_TESTS=True | ||
* Contributors: Joseph Schornak, Levi Armstrong | ||
|
||
0.1.0 (2020-03-27) | ||
------------------ |
Oops, something went wrong.