roslint and C++11
How can I use roslint with C++11?
I have some code in C++11 and some of the new syntax capabilites (like lambda expressions) are not well supported.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How can I use roslint with C++11?
I have some code in C++11 and some of the new syntax capabilites (like lambda expressions) are not well supported.
Asked: 2016-06-11 06:37:33 -0600
Seen: 399 times
Last updated: Jun 11 '16
roslint doesn't seem to mind CamelCased function names
Exception thrown when deserializing message of length [453372] from [/my_filter]: std::bad_alloc
Callback for a Ardrone Navdata Subscriber doesn't work
Error connecting Staubli CS8 robot to ROS
Running tests through `add_rostest_gtest` cannot find test executable
Better way of converting sensor_msgs::PointCloud2 to PointCloud<PointXYZRGB>
Multiple Arguments of a subscriber ROS indigo, arduino, C++
Robot joint state topic not showing after creating custom controller
I have the same issue. Specifically, lambdas and the whitespace/braces rule. .clang-format does not help. Also, std thread causes build/c++ to go off. A temporary solution is to do lint suppression in the code.