KRSSG / robocup

Main Code Base for SSL
21 stars 27 forks source link

Adding vision module and kalman filtering layout #7

Closed kvmanohar22 closed 6 years ago

kvmanohar22 commented 6 years ago

We need to have two different nodes working in tandem.

  1. One node which subscribes to data from either grSim or ssl-vision and publishes on the topic /vision, the type of message being krssg_ssl_msgs/SSL_DetectionFrame.msg
  2. The other node which subscribes to /vision and publishes on beliefstate_node after filtering the data.
pep8speaks commented 6 years ago

Hello @kvmanohar22! Thanks for updating the PR.

Line 15:1: E302 expected 2 blank lines, found 1 Line 17:24: E231 missing whitespace after ',' Line 28:5: E303 too many blank lines (2) Line 31:19: E261 at least two spaces before inline comment Line 31:20: E262 inline comment should start with '# ' Line 32:19: E261 at least two spaces before inline comment Line 32:20: E262 inline comment should start with '# ' Line 33:19: E261 at least two spaces before inline comment Line 33:20: E262 inline comment should start with '# ' Line 34:33: E261 at least two spaces before inline comment Line 34:34: E262 inline comment should start with '# ' Line 34:80: E501 line too long (87 > 79 characters) Line 35:22: E261 at least two spaces before inline comment Line 35:23: E262 inline comment should start with '# ' Line 36:20: E231 missing whitespace after ',' Line 36:25: E261 at least two spaces before inline comment Line 36:26: E262 inline comment should start with '# ' Line 37:20: E261 at least two spaces before inline comment Line 37:21: E262 inline comment should start with '# ' Line 38:19: E261 at least two spaces before inline comment Line 38:20: E262 inline comment should start with '# ' Line 42:80: E501 line too long (82 > 79 characters) Line 48:80: E501 line too long (82 > 79 characters) Line 53:5: E303 too many blank lines (3) Line 59:22: E231 missing whitespace after ',' Line 62:5: E303 too many blank lines (2) Line 64:41: E231 missing whitespace after ',' Line 80:80: E501 line too long (90 > 79 characters) Line 88:1: E303 too many blank lines (3) Line 95:80: E501 line too long (81 > 79 characters) Line 101:13: E722 do not use bare except' Line 101:19: E701 multiple statements on one line (colon) Line 104:80: E501 line too long (105 > 79 characters) Line 105:80: E501 line too long (103 > 79 characters) Line 107:5: E722 do not use bare except' Line 110:1: E302 expected 2 blank lines, found 1 Line 112:41: E231 missing whitespace after ':' Line 112:80: E501 line too long (81 > 79 characters) Line 119:1: W293 blank line contains whitespace Line 120:1: E302 expected 2 blank lines, found 1 Line 134:1: E305 expected 2 blank lines after class or function definition, found 1 Line 135:15: W292 no newline at end of file

Comment last updated on December 09, 2017 at 19:57 Hours UTC