yujinrobot / kobuki_core

Core (non-ros) kobuki packages.
68 stars 71 forks source link

Make kobuki_core compile on ROS crystal #41

Closed clalancette closed 4 years ago

clalancette commented 5 years ago

The changes in this PR are what is currently required to make kobuki_core compile and work on ROS 2 Crystal. Most of the changes are cleanups for compiler warnings, but there are also some changes to properly import and export libraries from ament. With all of this in place, I can successfully build this, then build then code in https://github.com/ros2/turtlebot2_demo (with a few modifications), and then run a Turtlebot2 around with the joystick.

clalancette commented 4 years ago

Superseded by #46