rclcpp/rclcpp
Guillaume Papin d00a441195 move user-defined literals in their own namespace (#284)
* isolate chrono literals in literals.hpp

* rclcpp.hpp: remove 'using namespace rclcpp::literals'

The examples have been migrated to the new namespace.

* literals: constexpr, make return types consistent with function body

_ms returned nanoseconds instead of milliseconds.

A few return types where using integral return type
for floating point literals.

* remove literals in favor of std::chrono_literals
2016-12-17 02:16:43 -08:00
..
cmake use rosidl_typesupport_cpp 2016-12-06 11:07:11 -08:00
include/rclcpp move user-defined literals in their own namespace (#284) 2016-12-17 02:16:43 -08:00
src/rclcpp break Node into several separate interfaces (#277) 2016-12-09 17:09:29 -08:00
test break Node into several separate interfaces (#277) 2016-12-09 17:09:29 -08:00
CMakeLists.txt c++14 (#287) 2016-12-13 14:41:22 -08:00
package.xml use rosidl_typesupport_cpp 2016-12-06 11:07:11 -08:00
rclcpp-extras.cmake add rclcpp_register_node_plugins macro 2016-11-07 15:21:53 -08:00