Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 3.04 KB

license.md

File metadata and controls

57 lines (50 loc) · 3.04 KB

############################################################################

Version AR4 3.0

############################################################################ """ AR4 - robot control software Copyright (c) 2023, Chris Annin All rights reserved.

You are free to share, copy and redistribute in any medium
or format.  You are free to remix, transform and build upon
this material.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

    * Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
    * Redistribution of this software in source or binary forms shall be free
      of all charges or fees to the recipient of this software.
    * Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
    * you must give appropriate credit and indicate if changes were made. 
      You may do so in any reasonable manner, but not in any way that suggests the
      licensor endorses you or your use.
	* Selling robots, robot parts, or any versions of robots or software 
      based on this work is strictly prohibited.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL CHRIS ANNIN BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

chris.annin@gmail.com

""" ##########################################################################

VERSION DOC

########################################################################## """ **VERSION 1.0 INITIAL RELEASE VERSION 1.1 3/5/22 bug fix, position register function VERSION 1.2 4/21/22 added timeout to ser com VERSION 1.3 6/17/22 removed timeout ser com - modified cal file VERSION 2.0 10/1/22 added spline lookahead VERSION 2.2 11/6/22 added opencv integrated vision tab VERSION 3.0 2/3/23 move open loop bypass to teensy / add J8 & J9 VERSION 4.0 May 2023: refactor by Matt Hyatt. OSX compatible

""" ########################################################################## ##########################################################################