Skip to content
  1. Jul 15, 2021
  2. Jun 01, 2021
    • Shuo Diao's avatar
      Merge Dev to main for release 0.4.0 (#74) · 18612dcb
      Shuo Diao authored
      
      
      * Add logging dependency (#32)
      
      * Changing yamato host flavor to large (#33)
      
      * Amanda/read chunks (#36)
      
      * s.send to s.sendall
      
      * Increase default timeout
      
      * Timeout as argument on instantiation
      
      * Update version number (#38)
      
      * Laurie/topic list (#41)
      
      * Updating Contribution Content (#44)
      
      * Contributing guidelines
      
      * Issue templates
      
      * PR feedback
      
      * Updated per later changes (#45)
      
      * Adding PR template (#46)
      
      * One persistent connection for all messages sent to Unity
      
      * make UnityService accessible from ros_tcp_endpoint (#49)
      
      * Don't keep retrying on success (#50)
      
      * Resolve conflicts for merging dev to main
      
      * Queue module was renamed in Python 3 (#53)
      
      * Update package.xml (#54)
      
      * RosConnection 2.0 (#57)
      
      * Remove outdated handshake references
      
      * Fix sending response to unity service (#59)
      
      * add changelog (#60)
      
      * Forum links to README, config.yml (#61)
      
      * Send empty message on connection start (#58)
      
      * add test coverage for python scripts (#62)
      
      * fix the bug (#64)
      
      * Minor bug fixes (#65)
      
      * Add Tests and Linter (#63)
      
      * Add tests for tcp sender
      
      * Add linter and pre-commit hooks
      
      * Reformat with python black
      
      * Add tests
      
      * Add tests for server, client, publisher, subscriber, ros_service, unity_service, thread_pauser
      
      * Fix pre-commit-config file name; Add client tests
      
      * Add github workflow check
      
      * Formatting
      
      * Resolve conflicts (#66)
      
      * Fix bug (#68)
      
      * Fix bug
      
      * Temporarily remove publisher test
      
      Co-authored-by: default avatarShuo Diao <shuo@unity3d.com>
      
      * update version to 0.4.0 (#69)
      
      Co-authored-by: default avatarDevin Miller (Unity) <mrpropellers@users.noreply.github.com>
      Co-authored-by: default avatarAmanda <31416491+at669@users.noreply.github.com>
      Co-authored-by: default avatarLaurieCheers-unity <73140792+LaurieCheers-unity@users.noreply.github.com>
      Co-authored-by: default avatarHamid Younesy <hyounesy@users.noreply.github.com>
      Co-authored-by: default avatarpeifeng-unity <56408141+peifeng-unity@users.noreply.github.com>
      v0.4.0
      18612dcb
  3. Apr 21, 2021
  4. Feb 16, 2021
  5. Jan 22, 2021
  6. Jan 20, 2021
  7. Jan 15, 2021
  8. Jan 14, 2021
  9. Dec 18, 2020
    • LaurieCheers-unity's avatar
      Merging dev branch into main (#22) · b61ba412
      LaurieCheers-unity authored
      
      
      * Renaming and reorganizing package to better catkinify/pep8ify
      * Commands Unity can send to manage the ROS endpoint
      * Unregister the old handler when a new one is registered (#21)
      * Rewrite server core loop
      * Handle socket timeout
      * Remove the pointless threads list
      * Start the server on its own thread
      
      Co-authored-by: default avatarDevin Miller <devin.miller@unity3d.com>
      b61ba412
  10. Dec 16, 2020
  11. Dec 09, 2020
  12. Dec 07, 2020
  13. Dec 04, 2020
    • Devin Miller (Unity)'s avatar
      Merge pull request #13 from Unity-Technologies/devin/pep8 · 33410374
      Devin Miller (Unity) authored
      AIRO-315 PEP-8ifying and cleaning up Python code
      
      Now that our code is public it needed to be brought more in line with what python/ROS-familiar developers might expect. Updated module and class names to follow more pythonic conventions, added appropriate classes to the init file, re-structured the repository to look more like a standard catkin package, and cleaned up the CMakeList and package.xml cruft.
      
      Tested by running through Part2 of the tutorial and seeing received messages on ROS Melodic.
      33410374
  14. Dec 03, 2020
  15. Nov 25, 2020
  16. Nov 23, 2020
Loading