All Projects → paulyang1990 → toy_code

paulyang1990 / toy_code

Licence: GPL-3.0 License
No description or website provided.

Programming Languages

C++
36643 projects - #6 most used programming language
HTML
75241 projects
c
50402 projects - #5 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
Cuda
1817 projects

Projects that are alternatives of or similar to toy code

Awesome Robotics
A curated list of awesome links and software libraries that are useful for robots.
Stars: ✭ 478 (+512.82%)
Mutual labels:  simulation, optimization, ros
Autonomous Drone
This repository intends to enable autonomous drone delivery with the Intel Aero RTF drone and PX4 autopilot. The code can be executed both on the real drone or simulated on a PC using Gazebo. Its core is a robot operating system (ROS) node, which communicates with the PX4 autopilot through mavros. It uses SVO 2.0 for visual odometry, WhyCon for visual marker localization and Ewok for trajectoy planning with collision avoidance.
Stars: ✭ 87 (+11.54%)
Mutual labels:  simulation, ros
Maze
Maze Applied Reinforcement Learning Framework
Stars: ✭ 85 (+8.97%)
Mutual labels:  simulation, optimization
Aws Robomaker Sample Application Deepracer
Use AWS RoboMaker and demonstrate running a simulation which trains a reinforcement learning (RL) model to drive a car around a track
Stars: ✭ 105 (+34.62%)
Mutual labels:  simulation, ros
Awesome Robotics Libraries
😎 A curated list of robotics libraries and software
Stars: ✭ 1,159 (+1385.9%)
Mutual labels:  simulation, optimization
Componentarrays.jl
Arrays with arbitrarily nested named components.
Stars: ✭ 72 (-7.69%)
Mutual labels:  simulation, optimization
photontorch
Highly parallel simulation and optimization of photonic circuits in time and frequency domain based on the deep-learning framework PyTorch
Stars: ✭ 29 (-62.82%)
Mutual labels:  simulation, optimization
Ros ship packages
USV simulator for ROS
Stars: ✭ 51 (-34.62%)
Mutual labels:  simulation, ros
Visual Gps Slam
This is a repo for my master thesis research about the Fusion of Visual SLAM and GPS. It contains the research paper, code and other interesting data.
Stars: ✭ 175 (+124.36%)
Mutual labels:  simulation, ros
kr mav control
Code for quadrotor control
Stars: ✭ 31 (-60.26%)
Mutual labels:  simulation, ros
mader
Trajectory Planner in Multi-Agent and Dynamic Environments
Stars: ✭ 252 (+223.08%)
Mutual labels:  optimization, ros
Spirit
Atomistic Spin Simulation Framework
Stars: ✭ 67 (-14.1%)
Mutual labels:  simulation, optimization
Robots
Collection of quadrupedal robots configured to work in CHAMP development framework
Stars: ✭ 59 (-24.36%)
Mutual labels:  simulation, ros
Angler
Frequency-domain photonic simulation and inverse design optimization for linear and nonlinear devices
Stars: ✭ 75 (-3.85%)
Mutual labels:  simulation, optimization
Mrsl quadrotor
Stars: ✭ 56 (-28.21%)
Mutual labels:  simulation, ros
Webots
Webots Robot Simulator
Stars: ✭ 1,324 (+1597.44%)
Mutual labels:  simulation, ros
smart grasping sandbox
A public sandbox for Shadow's Smart Grasping System
Stars: ✭ 69 (-11.54%)
Mutual labels:  simulation, ros
Neo simulation
Package to simulate Neobotix robots
Stars: ✭ 41 (-47.44%)
Mutual labels:  simulation, ros
Plankton
Open source simulator for maritime robotics researchers
Stars: ✭ 51 (-34.62%)
Mutual labels:  simulation, ros
Mpc ros
Nonlinear Model Predictive Control on Differential Wheeled Mobile Robot using ROS
Stars: ✭ 140 (+79.49%)
Mutual labels:  simulation, ros

toy_code

This is a collection of my recent coding practices. Most of them depends on Eigen3 and gnuplot. The code in toy_ros_space requires ROS installed, and they can only be compiled by catkin_make.

Update Log

2018-07-07

Begin to study Distributed Kalman Filter. A very interesting topic

2018-06-05

Begin to study "consensus problem of network of dynamic agents" using MATLAB

2018-04-15

Kaka drone simulator

2017-01-21

During past few months, I have been reading "legged robots that balance". Following the instruction in the book, I created a hopper robot and a quadruped robot using Simulink.

2016-04-26

The nonliear optimization framework: NonLinearOpt has a working demo now. 

2016-04-06

I am working on a nonliear optimization framework now. 

Code explanation

  • Hopper

    Some Simulink models to study dynamical locomotion

  • LSProblem

    Demonstrates how to use Eigen's LM algorithm and numerical diff function

  • NonLinearOpt

    A nonliear optimization framework

  • eigen_code_c_skeleton

    Code skeleton. Just used to reduce some cumbersome work to create now cmake project

  • kdtree

    A python kdtree implementation

  • test_line_intersection

    Random code...

  • toy_ros_space

    A ROS space

  • aruco_tracker.cpp

    Demonstrates how to use aruco library to detect QR markers

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].