Update email address (#58)
Fix driver license (#56) * Upon further inspection, this p2os_driver is GPL 2 * Fix kinecalc license line * Update p2os_ptz license * Fix robot_params license
Add CI (#54) * Add .travis.yml * Add .gitignore * Add test script * Rename *.h to *.hpp * Rename *.cc to *.cpp * Apply change to CMakeLists.txt * Fix copyright line(s), as well as fix header guard style * Default standard to C++14, and bump CMake minimum to 3.9.5 * Remove unused boost include * Make headers pass CI * Add build status to the README
Contributors: Hunter L. Allen
Two fixes for Melodic. (#62) In p2os_driver, the p2os_msgs_gencpp doesn't exist (and, as far as I can tell, never existed). It worked up until recently because older versions of CMake would complain but not fail, while more recent cmake versions actually fail. Just remove the dependency. The second fix is a cosmetic issue, where CMake would spew a bunch of warnings on the command line. Increase the version to 3.9.5 to match other CMakeLists.txt and to get rid of the warnings.
Prepare release 2.2.0 (#59) * Update changelog * 2.2.0
Update email address (#58)
Fix driver license (#56) * Upon further inspection, this p2os_driver is GPL 2 * Fix kinecalc license line * Update p2os_ptz license * Fix robot_params license
Add CI (#54) * Add .travis.yml * Add .gitignore * Add test script * Rename *.h to *.hpp * Rename *.cc to *.cpp * Apply change to CMakeLists.txt * Fix copyright line(s), as well as fix header guard style * Default standard to C++14, and bump CMake minimum to 3.9.5 * Remove unused boost include * Make headers pass CI * Add build status to the README
Contributors: Chris Lalancette, Hunter L. Allen