OpenCat | open source quadruped robot pet framework

 by   PetoiCamp C++ Version: 1.0.3 License: MIT

kandi X-RAY | OpenCat Summary

kandi X-RAY | OpenCat Summary

OpenCat is a C++ library. OpenCat has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

OpenCat is the open-source Arduino and Raspberry Pi-based quadruped robotic pet framework developed by Petoi, the maker of futuristic programmable robotic pets. Inspired by Boston Dynamics' Big Dog, Dr. Rongzhong Li started the project in his dorm in 2016. After one year of R&D, he founded Petoi LLC and devoted all his resources to the startup. The goal is to foster collaboration in quadruped(four-legged) robotic research, education, and engineering development of agile and affordable quadruped robot pets, bring STEM concepts to the mass and inspire newcomers (including many kids and adults) to join the robotic AI revolution to create more applications. The project is still a complex system only for skilled makers, yet we want to share our design and work with the community by mass production and bring down the hardware and software costs. OpenCat has been deployed on Petoi's bionic palm-sized, realistic lifelike cute robot cat Nybble and high-performance robot dog Bittle. We now have established a production line and can ship these affordable robotic kits and accessories worldwide. This project provides a base open-source platform to create amazing programmable gaits, locomotion, and deployment of inverse kinematics quadruped robots and bring simulations to the real world via C/C++/Python programming languages. Our users have deployed NVIDIA Issac simulations and reinforcement learning on our robots. Our users have also successfully deployed OpenCat on their DIY 3D-print robot pets. We've successfully crowdfunded these two mini robot kits and shipped thousands of units worldwide. With our customized Arduino board and servos coordinating all instinctive and sophisticated movements(walking, running, jumping, backflipping), one can clip on various sensors to bring in perception and inject artificial intelligence capabilities by mounting a Raspberry Pi or other AI chips(such as Nvidia Jetson Nano) through wired/wireless connections. Please see Petoi FAQs for more info. Also, Check out all of the OpenCat and Petoi robot user showcases. OpenCat software works on both Nybble and Bittle, controlled by NyBoard based on ATmega328P. To run the code on our robot models, first change the model and board definition in OpenCat.h, then upload WriteInstinct.ino. Set No line ending in the serial monitor and baudrate as 115200 (or 57600 for NyBoard V0_*). Enter three capitalized Y after the prompts and wait for the MPU to calibrate. Then upload OpenCat.ino as the main functional code. More detailed documentation can be found at the Petoi Doc Center.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              OpenCat has a medium active ecosystem.
              It has 1380 star(s) with 238 fork(s). There are 65 watchers for this library.
              There were 1 major release(s) in the last 12 months.
              There are 3 open issues and 23 have been closed. On average issues are closed in 45 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of OpenCat is 1.0.3

            kandi-Quality Quality

              OpenCat has 0 bugs and 0 code smells.

            kandi-Security Security

              OpenCat has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              OpenCat code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              OpenCat is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              OpenCat releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.
              It has 341 lines of code, 15 functions and 4 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of OpenCat
            Get all kandi verified functions for this library.

            OpenCat Key Features

            No Key Features are available at this moment for OpenCat.

            OpenCat Examples and Code Snippets

            No Code Snippets are available at this moment for OpenCat.

            Community Discussions

            Trending Discussions on OpenCat

            QUESTION

            .when .done function not running
            Asked 2019-Aug-01 at 12:13

            I have a little script, that saves to json strings to var with the function getJSON. After that I want to create some divs with the content.

            For that I create a each for the cat (categories). In the second each, when the repo fits into a cat it should be display too. But the script never goes to the .when or .each functions. But with console_log() I see the correct response from the getJSON function.

            ...

            ANSWER

            Answered 2019-Aug-01 at 12:13

            There are two issues:

            1. repo,cat are JSON values, not promise or deferred objects, so $.when will not have any effect

            2. repo,cat are only set after the $.getJSON has completed, so will not be available at the time of the $.when

            You need to record the jquery promise returned from $.getJSON to be used with $.when:

            Source https://stackoverflow.com/questions/57308136

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install OpenCat

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/PetoiCamp/OpenCat.git

          • CLI

            gh repo clone PetoiCamp/OpenCat

          • sshUrl

            git@github.com:PetoiCamp/OpenCat.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link