Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Try ServoDesk for free
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Qspline does quaternion interpolation such that the quaternion and angular rate and acceleration vectors are continuous functions of time, while maintaining quaternion normalization.
This project simulates a multi-agent system (swarm) behavior both graphically and not. The purpose of this project is to research the properties suggested in "stability analysis of swarms" V.Gazi & K.M.Passino. Using the vpython library for 3D modeling
pyPal is a jabber based chatterbot that can be used to launch commands remotely as well as to make some good conversation. It is expected to be capable of multi-language learning.
A platform independent framework to remote control Lego Mindstorms NXT from Python.
Using PyBluez http://org.csail.mit.edu/pybluez/ for Bluetooth connectivity and wxPython http://www.wxpython.org/ for UI.
This is the worlds first and probably only FLOSS project aimed to create a lowbudget, based on availble technology, cruise missile. No this is not a Joke, its for real. Why? Since no one has tried to do this before and certainly not under the GPL.
This project is a tool for developers on modular robotics. You can create modular robots, movements for each servo of the robot, simulate the robots. Also it has an API for creating your own Python scripts.
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.
Team Assistant (TA) 2006 is a multi function tool for the RoboCup Soccer Simulation 3D.Originally Team Assistant was developed as a Bachelor's in Software Engineering Project at Shahid Beheshti University's Electrical & Computer Engineering Faculty.
General purpose agents using reinforcement learning. Combines radial basis functions, temporal difference learning, planning, uncertainty estimations, and curiosity. Intended to be an out-of-the-box solution for roboticists and game developers.
The Stanford Robotics Toolkit. An extensive, plugin-based architecture supporting the simulation and implementation of robotics algorithms. Designed for research purposes, the framework features a processing environment, a 3D GUI, and a CARMEN interface.
Driver support for 3D Controller Hardware. We hope to support SDL Input, DirectInput, and other major controller API's including game consoles and embedded systems.
Written in C++, IFI-picloader is a US First Competition Linux port for Innovation First Inc. Robot Controller programmer using a pic 18F8520. It writes MCC18 compiled hex files to PIC and allows users to program under *nix based operating systems.
OpenSim - Open Simulator. Primarily a 3D simulator for multiple indoor and outdoor mobile robots. Includes 3D real-time rendering (via OSG) and a physics engine (via ODE). Current emphasis is on manipulators.
Simulator for large neuronal networks using leaky INF as its basic element. Simple few line scripts will enable rapid creation of large networks with different connectivities. Aimed at researchers interested in quickly testing large networks of neurons.
Soto is a graphical message debugger for simpleIPC. In addition to displaying the message traffic between processes, it can log and play back this traffic. Soto also provides the ability to design GUI "panes" that are populated with data from messages.
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. ...
### mesh reconstruction from point cloud # filters the input data eliminating noise # creates a quad shell - mesh with inside and thickness ### additional info: - GUI using Clan-Lib SDK
A project originally for an undergraduate Freshman seminar on motion planning algorithms. Provides a basic interface for drawing obstacles in a 2-D plane and the ability to select an algorithm by which to plan a path in this user-defined world.
The project aim is to create the 3D simulation of robot-arm which moves on three axis. It's based on real robot- dual arm that can solve Rubic Cube. It's gonna be implemented using openGL in Java Applet and will be awesome=)
A simple messaging system designed for rapid deployment on robotic platforms. Based on the venerable Inter-Process Communication Package, simpleIPC offers several key extensions: units, auto-discovery, message descriptors, and a Python wrapper. See Soto.