Robotics Software for Mac

View 386 business solutions
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Xirp stands for "eXtendable interface for robotic purposes". The application aims to provide a feature rich platform for different robotic needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Xperience
    This is the Sourceforge reposository of the EU project Xperience. We work on developing a Cognitive Architecture for humanoid robots using a combination of developmental approaches and structural bootstrapping - a concept from language learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Yaobi is a fast collision detection library for general triangulated objects. It uses a hierarchical representation based on oriented bounding boxes. Yaobi compares well with other libraries when it comes to speed and memory consumption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    [Kro]bot
    To design a complete, wheeled robot, capable of accomplishing simple tasks, manipulate objects and have human interaction capabilities. Includes electronic board design, firmware and AI programming, computer-robot interaction software and mechanics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Package to interface and control an Astromech Droid (Star Wars' R2-D2 and friends) replica using Willow Garage's ROS Robot Operating System. Please visit http://astromech.net for info on Astromech replicas and ros.org for info on the ROS system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Modular EtherCAT master stack targeting real-time industrial control. Configurable anywhere from a lean-and-mean basic stack to a full-fledged EtherCAT master.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Gearbox provides a collection of usable peer-reviewed robotics-related libraries. Gearbox is not an integration framework. Rather, it provides a set of implementations, without insisting on a standard API, for use by any number of existing frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    go1pylib

    go1pylib

    go1pylib is a Python library designed to control the Go1 robot

    go1pylib is a Python library designed to control the Go1 robot by Unitree Robotics. It provides an easy-to-use interface for robot movement, state management, collision avoidance, battery monitoring, and MQTT communication. Ideal for research and robotics development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    iCub
    This is a project to manage jointly a set of projects related to the iCub humanoid robot platform. Only a small portion of the robot code is stored here; this project is used to link other Sourceforge projects (e.g. robotcub, yarp).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    icramcode
    This is the public icram.de code repository filled with code/code-snippets and other useful stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java Voice Control System
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    jsshagent is an open source project in Java language. It is a Robocup 3D Soccer Humanoid Simulation team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    It is a six d.o.f. path planner for free-flying robots. It is based on hierarchical cell CSpace decomposition, sampling and Harmonic functions. Path Planning and Haptic rendering are integrated to find a free path and to provide haptic feedback.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    kitty enlighted

    kitty enlighted

    A small microcontroller LED Pin-back button for just 1 $

    This is a RGB LED Pin-back Button controlled by an AVR Microcontroller.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    kmatrice

    kmatrice es un programa de Algebra Lineal

    kmatrice es un programa dirigido a los interesados en el Algebra Lineal y las matemáticas en general, sera de gran ayuda en la comprensión y el desarrollo de las operaciones que pueden ser realizadas con los renglones y las columnas de una matriz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    lejON, the LeJOS Odometric Navigator is a project which extends the LeJOS-API for LEGO Mindstorms bots. It adds a Java-API to LeJOS in order to control two-wheeled drives only by using motors and rotation sensors -- and nothing else.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Library for handling XBee / XBee-PRO RF modules. The library is written in C and supports the following platforms: Linux (x86, MIPSel), Windows (x86), AT91 SAM7 microcontrollers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    libkine

    A serial robot kinematics library

    libkine --- A serial robot kinematics library. Feature: --- * [x] DH Paramters * [x] Homogenous transformation matrix * [ ] Screw theory * [ ] Rigid body velocity / Jacobian * [x] 3D Visualization with using STL files Dependencies: --- 1. VTK for visualization 2. Armadillo for matrix calculation 3. FLTK for the joint sider interface How to Install: --- 1. Make sure you have git-lfs installed 2. Clone the repository: git clone git@github.com:auralius/libkine.git 3. Go to the directory of the cloned project, use git-lfs to get the binaries and the robot 3D models: git lfs checkout 4. Build the source using CMake 5. Create directory: mkdir build 6. Go inside build, type: cmake .. 7. Type: make 8. Run: ./demo1 or ./demo2 ../model/puma/puma.csv ../model/puma/puma.csv --- Binaries and robot 3D models are stored with git-lfs (https://git-lfs.github.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    C++ library for interacting with Devantech / Robot Electronics SD84 USB multi-I/O device. OS X / Darwin + Linux are target platforms, but only serial code should require porting for others. SD84 site: http://www.robot-electronics.co.uk/htm/sd84tech.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    lobots
    lobots is a robot simulator featuring 3D graphics using OpenGL and GLUT libraries. It provides a client/server model, supporting multiples robot clients remotely connected on a TCP/IP network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    LOSSA is a home automation system that aims at: distributed network of devices with simple interconnect system, personal computer intercomunication, simple wiring and very low cost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    mcuStudio is a development environment for Microcontrollers. It's based on Eclipse (plugin). The aim is to provide a high quality development environment for electronics. First editions will target Microchip Pic mcu's. Other mcu will be supported later.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The mechSym toolkit is a set of classes that support modelling classical mechanics systems with particular interset in robotic designs. Classes simulate sensors, motors, mechanical linkages, and power. visual time-elapsed simulations provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    microtransat
    A project to host code developed for the Microtransat challenge, a race between autonomous sailing robots. This project is intended for both supporting code such as tracking systems and robot control systems or parts of robot control systems.
    Downloads: 0 This Week
    Last Update:
    See Project