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
177 stars 191 forks source link

Fix TabError: inconsistent use of tabs and spaces in indentation #155

Closed Rayman closed 4 years ago

Rayman commented 4 years ago

Python 3 is much more strict for spacing. I've replaced all 8 consecutive spaces with a tab. I did not touch the spacing inside the messages as they are part of the message.

Rayman commented 4 years ago

I've replaces all tabs with spaces according to PEP 8. Note that the diff is now bigger. I've just tested that this PR still fixes the rosbag check inconsistent spaces error.