Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add robosense support #77

Merged
merged 89 commits into from
Dec 7, 2023

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    6e8233e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    743477f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060f881 View commit details
    Browse the repository at this point in the history
  4. Creating Robosense decoder

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4cce5a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ed4ea4 View commit details
    Browse the repository at this point in the history
  6. Created Robosense decoder

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    25904ff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4acc4ac View commit details
    Browse the repository at this point in the history
  8. Fix pragma pack and packet

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e9d271c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c2da77 View commit details
    Browse the repository at this point in the history
  10. Fix byte order issue

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d78f331 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e73e12e View commit details
    Browse the repository at this point in the history
  12. Consider return type

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3271e3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b3b462d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    07d898f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    672f408 View commit details
    Browse the repository at this point in the history
  16. Save calibration file

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    cf7a106 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b2343ac View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fcbc26a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a9c08dc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    597d862 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8028bf0 View commit details
    Browse the repository at this point in the history
  22. Created hardware monitor

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7230188 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5657534 View commit details
    Browse the repository at this point in the history
  24. Refactor hardware monitor

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0f9508e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3b39dd5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4e55331 View commit details
    Browse the repository at this point in the history
  27. Delete comments

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    53d218d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    83e286f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    cdb1d27 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c2738d9 View commit details
    Browse the repository at this point in the history
  31. Added Bpearl

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d7c2fb9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    559c74f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1cbf6b2 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f8a6a61 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    81a49a3 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7fbb06c View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    3f8ed65 View commit details
    Browse the repository at this point in the history
  38. Tidied up the code

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6bec597 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ea61a21 View commit details
    Browse the repository at this point in the history
  40. Created robosense_msgs

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7797394 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a3d3186 View commit details
    Browse the repository at this point in the history
  42. Fix package name

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    013e32c View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    03e4218 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b69a265 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    acbda3e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    f7cbb82 View commit details
    Browse the repository at this point in the history
  47. Fixed point return type

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    db58d63 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6060de0 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    46f0935 View commit details
    Browse the repository at this point in the history
  50. Fixed return mode types

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8b95864 View commit details
    Browse the repository at this point in the history
  51. Deleted unused code

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7066b57 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    6d54c16 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    76c5f7b View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    0cc0204 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    4de59b7 View commit details
    Browse the repository at this point in the history
  56. Added Bpearl v4.0

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    21492b9 View commit details
    Browse the repository at this point in the history
  57. Added Bpearl v4 diag

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4f9a07b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    7ad6226 View commit details
    Browse the repository at this point in the history
  59. Fixed packet structs

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    6bd0767 View commit details
    Browse the repository at this point in the history
  60. Fix Bpearl v3 timestamp

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f3772f4 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    bad2a98 View commit details
    Browse the repository at this point in the history
  62. Deleted unnecessary params

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    83a489f View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    324026c View commit details
    Browse the repository at this point in the history
  64. Fixed diagnostic format

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    9b488c7 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a90ad92 View commit details
    Browse the repository at this point in the history
  66. Deleted unnecessary parts

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7d46fe0 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b24cef5 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    23d2857 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8214790 View commit details
    Browse the repository at this point in the history
  70. Fixed bpearl diag

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c0b7269 View commit details
    Browse the repository at this point in the history
  71. Fixed Helios diag

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    699f770 View commit details
    Browse the repository at this point in the history
  72. Fixed getSyncStatus

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7643e28 View commit details
    Browse the repository at this point in the history
  73. Fix axes

    mebasoglu committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    bafbefe View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    54a1533 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    c354a69 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    26a2e33 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    7c42e2e View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    91908c8 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    a2b44bd View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    93cceb1 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    bbf326d View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    34dfbe9 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    74cbe32 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    44dd2cf View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    6699532 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    3dcdbfd View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    3538b5d View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    ad004c8 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    eac1c8b View commit details
    Browse the repository at this point in the history