ros-perception / openslam_gmapping

218 stars 206 forks source link

Fix DLL installation directory on Windows #37

Closed Tobias-Fischer closed 2 years ago

Tobias-Fischer commented 2 years ago

See http://docs.ros.org/en/lunar/api/catkin/html/howto/format2/building_libraries.html "The runtime destination is used for .dll file on Windows which must be placed in the global bin folder."

The error was detected with RoboStack: https://github.com/RoboStack/ros-noetic/issues/167

Tobias-Fischer commented 2 years ago

I just saw #34 - this does things much nicer. Would be great if you could merge this in.