ros / common_msgs

Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
http://wiki.ros.org/common_msgs
179 stars 191 forks source link

'atoi' was not declared in this scope #97

Closed Thomio-Watanabe closed 7 years ago

Thomio-Watanabe commented 7 years ago

I got this error from the following header:

common_msgs/sensor_msgs/include/sensor_msgs/image_encodings.h

To solve it I had to add #include<cstdlib>

tfoote commented 7 years ago

Thanks, what is your development platform?

Thomio-Watanabe commented 7 years ago

ubuntu 14.04 - ROS Jade

miquelmassot commented 6 years ago

I still have this error in Kinetic 16.04 from debs. Is it possible to get a new release?

marioney commented 6 years ago

Same here, I have the same error message in Kinetic and ubuntu 16.04