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

Implement UdpSocket for both Syn. & Async modes (Send & Receive functionality) #31

Merged
merged 56 commits into from Mar 3, 2021

Commits on Mar 3, 2021

  1. Refactor & add UdpReceiver class

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1bf8fdc View commit details
    Browse the repository at this point in the history
  2. Add UdpSender class

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    76c1e83 View commit details
    Browse the repository at this point in the history
  3. Update node class to refactored driver

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    fae84cf View commit details
    Browse the repository at this point in the history
  4. Update CMake

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    8066f02 View commit details
    Browse the repository at this point in the history
  5. Update tests

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4248aee View commit details
    Browse the repository at this point in the history
  6. Resolve a conflict on test/test_udp_driver.cpp

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    360c01b View commit details
    Browse the repository at this point in the history
  7. Update Readme

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d1180b7 View commit details
    Browse the repository at this point in the history
  8. Rename header file to cpp format

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    c6ef079 View commit details
    Browse the repository at this point in the history
  9. Rename header file to cpp format

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    f4a66f0 View commit details
    Browse the repository at this point in the history
  10. Delete old files

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    955c841 View commit details
    Browse the repository at this point in the history
  11. Update Udp Driver Node

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0a55a71 View commit details
    Browse the repository at this point in the history
  12. Add message converters

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    b386742 View commit details
    Browse the repository at this point in the history
  13. Add IoContext class

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ad7e463 View commit details
    Browse the repository at this point in the history
  14. Add UdpDriver class

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    212b040 View commit details
    Browse the repository at this point in the history
  15. Add UdpSocket class

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    475b9a4 View commit details
    Browse the repository at this point in the history
  16. Add IoContext test case

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    dabc1a2 View commit details
    Browse the repository at this point in the history
  17. Add Udp data transmission test cases

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    daeaa32 View commit details
    Browse the repository at this point in the history
  18. Add Udp receive test case

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6fc9bd3 View commit details
    Browse the repository at this point in the history
  19. Add Udp Sender test case

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    632f4bf View commit details
    Browse the repository at this point in the history
  20. Add UdpDriver test cases

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1867589 View commit details
    Browse the repository at this point in the history
  21. Update CMakeLists file

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    6bd5692 View commit details
    Browse the repository at this point in the history
  22. Add converters header & source files

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    bc1706e View commit details
    Browse the repository at this point in the history
  23. Add IoContext header & source files

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    76e6915 View commit details
    Browse the repository at this point in the history
  24. Add UdpSocket header & source files

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    094aaaa View commit details
    Browse the repository at this point in the history
  25. Add UdpDriver header & source files

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    73fa392 View commit details
    Browse the repository at this point in the history
  26. Add visibility header file

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    1544a4f View commit details
    Browse the repository at this point in the history
  27. Add UdpDriverNode to examples directory

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0dbe85d View commit details
    Browse the repository at this point in the history
  28. Add main google test program

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4a81218 View commit details
    Browse the repository at this point in the history
  29. Add IoContext test

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a00f276 View commit details
    Browse the repository at this point in the history
  30. Add UdpSocket test

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    5c84dea View commit details
    Browse the repository at this point in the history
  31. Add UdpDriver test

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    81feaf7 View commit details
    Browse the repository at this point in the history
  32. Add UDP communication tests

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ad2afbc View commit details
    Browse the repository at this point in the history
  33. Add UdpDriverNode test

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    4ab6718 View commit details
    Browse the repository at this point in the history
  34. Add changelog file

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9272c69 View commit details
    Browse the repository at this point in the history
  35. Add CMakeLists file

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    cc7ffd7 View commit details
    Browse the repository at this point in the history
  36. Add package.xml file

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    2746aef View commit details
    Browse the repository at this point in the history
  37. Delete old udp_driver package

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9e1cd76 View commit details
    Browse the repository at this point in the history
  38. Add design document

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    8ae471e View commit details
    Browse the repository at this point in the history
  39. Add std_msgs/Int* variants converters

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    ffdf760 View commit details
    Browse the repository at this point in the history
  40. Update converters to ROS2 message in function names

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9b94f80 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3ac4d67 View commit details
    Browse the repository at this point in the history
  42. Add common converters header

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3566e44 View commit details
    Browse the repository at this point in the history
  43. Update licenses

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3b46d3a View commit details
    Browse the repository at this point in the history
  44. Reformat code

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3899b6a View commit details
    Browse the repository at this point in the history
  45. Remove unnecessary print

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    f1bdef6 View commit details
    Browse the repository at this point in the history
  46. Update google test header includes to library convention

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    94f4933 View commit details
    Browse the repository at this point in the history
  47. Implement unsigned integer and floating point message variants conver…

    …ters
    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    d078a81 View commit details
    Browse the repository at this point in the history
  48. Fix comment in converters

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    a9eb38b View commit details
    Browse the repository at this point in the history
  49. Update test and example

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    092c5d9 View commit details
    Browse the repository at this point in the history
  50. Update changelog - Bump major version to 0.1.0

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    7d01bd9 View commit details
    Browse the repository at this point in the history
  51. Update readme

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    3ea435f View commit details
    Browse the repository at this point in the history
  52. Revert back changelog file

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    90584fb View commit details
    Browse the repository at this point in the history
  53. Update readme

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    22dfca4 View commit details
    Browse the repository at this point in the history
  54. Move udp_driver to separate package

    reza-ebrahimi authored and Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    c85ab19 View commit details
    Browse the repository at this point in the history
  55. Revert package name change

    Joshua Whitley committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    0b84856 View commit details
    Browse the repository at this point in the history
  56. Apply linter fixes

    reza-ebrahimi committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    80269fc View commit details
    Browse the repository at this point in the history