All Projects → project-neon → Noplan

project-neon / Noplan

Licence: mit
NoPlan is the Planner of Very Small Size soccer competition

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Noplan

Deepdrive
Deepdrive is a simulator that allows anyone with a PC to push the state-of-the-art in self-driving
Stars: ✭ 628 (+12460%)
Mutual labels:  competition
Rex Gym
OpenAI Gym environments for an open-source quadruped robot (SpotMicro)
Stars: ✭ 684 (+13580%)
Mutual labels:  robotics
Fast Dds
The most complete DDS - Proven: Plenty of success cases.
Stars: ✭ 732 (+14540%)
Mutual labels:  robotics
Cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
Stars: ✭ 5,754 (+114980%)
Mutual labels:  robotics
Onboard Sdk
DJI Onboard SDK Official Repository
Stars: ✭ 669 (+13280%)
Mutual labels:  robotics
How To Learn Robotics
开源机器人学学习指南
Stars: ✭ 701 (+13920%)
Mutual labels:  robotics
Teaser Plusplus
A fast and robust point cloud registration library
Stars: ✭ 607 (+12040%)
Mutual labels:  robotics
Ros best practices
Best practices, conventions, and tricks for ROS. Do you want to become a robotics master? Then consider graduating or working at the Robotics Systems Lab at ETH in Zürich!
Stars: ✭ 799 (+15880%)
Mutual labels:  robotics
Ardupilot
ArduPlane, ArduCopter, ArduRover, ArduSub source
Stars: ✭ 6,637 (+132640%)
Mutual labels:  robotics
Probabilistic robotics
solution of exercises of the book "probabilistic robotics"
Stars: ✭ 734 (+14580%)
Mutual labels:  robotics
Dl Nlp Readings
My Reading Lists of Deep Learning and Natural Language Processing
Stars: ✭ 656 (+13020%)
Mutual labels:  robotics
Gibsonenv
Gibson Environments: Real-World Perception for Embodied Agents
Stars: ✭ 666 (+13220%)
Mutual labels:  robotics
Pykitti
Python tools for working with KITTI data.
Stars: ✭ 702 (+13940%)
Mutual labels:  robotics
Streetscape.gl
Visualization framework for autonomy and robotics data encoded in XVIZ
Stars: ✭ 632 (+12540%)
Mutual labels:  robotics
Kimera Vio
Visual Inertial Odometry with SLAM capabilities and 3D Mesh generation.
Stars: ✭ 741 (+14720%)
Mutual labels:  robotics
Voxblox
A library for flexible voxel-based mapping, mainly focusing on truncated and Euclidean signed distance fields.
Stars: ✭ 623 (+12360%)
Mutual labels:  robotics
Xviz
A protocol for real-time transfer and visualization of autonomy data
Stars: ✭ 691 (+13720%)
Mutual labels:  robotics
Kimera
Index repo for Kimera code
Stars: ✭ 802 (+15940%)
Mutual labels:  robotics
Behaviortree.cpp
Behavior Trees Library in C++. Batteries included.
Stars: ✭ 793 (+15760%)
Mutual labels:  robotics
Cpprobotics
cpp implementation of robotics algorithms including localization, mapping, SLAM, path planning and control
Stars: ✭ 727 (+14440%)
Mutual labels:  robotics

NoPlan

NoPlan is the software used to guide our Very Small Size Soccer Robots.

With NoPlan, we aim to create a project that can be developed by as many team members as possible at the same time. To improve productivity, we follow part of the Gitflow cheat sheet. We use Master as our "competition" code and develop as our main devopment branch.

Dependencies

If you are new on this project, you might like to take a look on these stuff:

Install

To install this project you just need to:

  • git clone
  • yarn install inside repository to install all node dependencies

Requirements

  • Node > 8.4.0
  • Have SSL-Vision installed

Running

Just type sudo RUN_MODE=1 node server and press enter in your terminal. Remember to start SSL-Vision ./bin/vision before do that.

SSL-Vision

  • Remember to set the field control points and configure collors correct

Simulated Version

  • To run the position simulator use sudo RUN_MODE=2 node server note: currently not working properly.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].