Go to file
Chris Lalancette bfe1c494fd
Fix building on running on Windows Debug. (#82)
* Fix building on running on Windows Debug.

In particular, we need to set the python executable properly
when running on Windows Debug.  While we are in here, we also
fix up some dependencies in the package.xml and CMakeLists.txt.
We also have to remove WERROR ON, due to some Python
warnings that are outside of our control.  Finally, we heavily
reduce the number of tests being run here so that the tests
complete in a reasonable amount of time, even on (slow) Windows
debug.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
2021-09-09 14:59:07 -04:00
include/laser_geometry code style only: wrap after open parenthesis if not in one line (#52) 2020-02-04 11:43:50 -08:00
src Fix building on running on Windows Debug. (#82) 2021-09-09 14:59:07 -04:00
test Fix building on running on Windows Debug. (#82) 2021-09-09 14:59:07 -04:00
.gitignore update gitignore 2014-06-08 15:02:48 +02:00
CHANGELOG.rst 2.2.2 2021-05-11 21:34:10 -04:00
CMakeLists.txt Fix building on running on Windows Debug. (#82) 2021-09-09 14:59:07 -04:00
LICENSE Create LICENSE (#33) (#34) 2018-04-02 18:05:01 -07:00
package.xml Fix building on running on Windows Debug. (#82) 2021-09-09 14:59:07 -04:00
pytest.ini Fix building on running on Windows Debug. (#82) 2021-09-09 14:59:07 -04:00