Yutaka Kondo

Results 21 issues of Yutaka Kondo

This PR fixes #220 Environment: - OS: Ubuntu 16.04 - ROS: Kinetic

Modern C++ is preferred to use smart pointer instead of raw pointer for safer programming. But the current implementation is written using raw pointers e.g.: - https://github.com/ros-controls/ros2_control/blob/master/hardware_interface/include/hardware_interface/handle.hpp#L73 - https://github.com/ros-controls/ros2_control/blob/master/hardware_interface/include/hardware_interface/robot_hardware.hpp#L136-L138 Why...

Do not merge until the 3rd edition of the book published.

## Description This PR introduces the `rosdep-installed` stage before the `prebuilt` stage to execute `rosdep install` only one time. ## Tests performed Not applicable. ## Effects on system behavior Not...