ANYbotics / elevation_mapping

Robot-centric elevation mapping for rough terrain navigation
BSD 3-Clause "New" or "Revised" License
1.25k stars 436 forks source link

changed from python3 to python #168

Closed mjforan closed 3 years ago

mjforan commented 3 years ago

The standard melodic packages use python 2, so using python 3 here was causing errors when trying to import tf. Compiling tf from source with python 3 worked, but then the other system packages (e.g. gazebo) were crashing because they wanted the python 2 version.

maximilianwulf commented 3 years ago

True, thank you.