Provides a standardized interface for interfacing with preemptable tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud, detecting the handle of a door, etc.
Currently I'm getting warnings for using 0 as null pointer constant. (-Wzero-as-null-pointer-constant). For some resons (https://github.com/chriskohlhoff/asio/issues/567) GCC is unable to ignore this for system headers in some cases.
Currently I'm getting warnings for using 0 as null pointer constant. (-Wzero-as-null-pointer-constant). For some resons (https://github.com/chriskohlhoff/asio/issues/567) GCC is unable to ignore this for system headers in some cases.
This PR resolves this issue.