You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolve Merge Errors and Acknowledgement Bugs (#38)
* Fixed issue with readme
* Integrate HRL Support (#8)
* Added missing type hints
* Refactored to cleanup message sending and added support to send msg until ack
* Added support for new HRL messages
* Updated devices to use tuple key and ensure msg target in network
* Added requirement to clone repo in readme
* Resolved grammatical error
* Updated readme to reflect require_ack change
* Updated python requirement in readme and updated setup version
* Resolved errors in structuring named value int message
* Cleaned up readme formatting
* Created dependencies section in readme
* Update Message Commands and Handlers (#15)
* Add HRL Support (#10)
* Fixed issue with readme
* Integrate HRL Support (#8)
* Added missing type hints
* Refactored to cleanup message sending and added support to send msg until ack
* Added support for new HRL messages
* Updated devices to use tuple key and ensure msg target in network
* Added requirement to clone repo in readme
* Resolved grammatical error
* Updated readme to reflect require_ack change
* Updated python requirement in readme and updated setup version
* Resolved errors in structuring named value int message
* Cleaned up readme formatting
* Created dependencies section in readme
* Removed ros commands, fixed gps, renamed outgoingmsg to agentmsg, fixed ack issue
* fixed setup version
* Cleaned up debug messages and fixed readme example
* Add Param Setting and Reading (#19)
* Resolved typo in readme
* Re-update send command methods to use timeout instead of infinite loop
* Refactored various send message functions into single function
* Implemented starter waypoint and mission support
* Added mission to agent object
* Updated agent to have name field
* Rename timeout period in agent
* Modified agentmsg to be parent class and updated send method to used full msg
* Refactored send message to be more usable and added new commands
* Added waypoint and takeoff messages
* Added simple takeoff and takeoff command support
* Add catches to prevent invalid altitude settings
* Code cleanup
* Added missing method type hints
* Fixed mission init and msgmap init
* Updated common messages to use msg timeout
* Fixed variable naming in msgs
* Updated senders to check ack instead of in retry function
* Add support to set parameters
* Added support to set parameters and started process of enabling reading parameters
* Cleaned up agent and modified parameters stored to be circular buffer
* Added interface to read parameters
* Removed unused files
* Added assertions to message construction to ensure proper msg type is provided
* Added debug statements to parameter read method
* Resolved bugs in message sending and message map
* Wrapped up implementation of initial parameter setting and reading feature
* Removed unused comments
* Refactored send message implementation to create new thread on call
* Refactored parameter implementation to use independent threads
* Removed log option and made just debug
* Cleaned up parameter read implementation
* Update README to Reflect Usage Changes (#31)
* Updated readme example to use latest version of pymavswarm
* Updated readme example to use latest version of pymavswarm
* Resolve param retry error
* Fixed incorrect mavlink message sent on takeoff command (#35)
* Resolve Takeoff and Acknowledgement Bugs (#37)
* Resolved typo in readme
* Re-update send command methods to use timeout instead of infinite loop
* Refactored various send message functions into single function
* Implemented starter waypoint and mission support
* Added mission to agent object
* Updated agent to have name field
* Rename timeout period in agent
* Modified agentmsg to be parent class and updated send method to used full msg
* Refactored send message to be more usable and added new commands
* Added waypoint and takeoff messages
* Added simple takeoff and takeoff command support
* Add catches to prevent invalid altitude settings
* Code cleanup
* Added missing method type hints
* Fixed mission init and msgmap init
* Updated common messages to use msg timeout
* Fixed variable naming in msgs
* Updated senders to check ack instead of in retry function
* Add support to set parameters
* Added support to set parameters and started process of enabling reading parameters
* Cleaned up agent and modified parameters stored to be circular buffer
* Added interface to read parameters
* Removed unused files
* Added assertions to message construction to ensure proper msg type is provided
* Added debug statements to parameter read method
* Resolved bugs in message sending and message map
* Wrapped up implementation of initial parameter setting and reading feature
* Removed unused comments
* Refactored send message implementation to create new thread on call
* Refactored parameter implementation to use independent threads
* Removed log option and made just debug
* Cleaned up parameter read implementation
* Resolved bugs in message acknowledgement and takeoff
0 commit comments