Giter Site home page Giter Site logo

yrlu / quadrotor Goto Github PK

View Code? Open in Web Editor NEW
835.0 22.0 278.0 38.35 MB

Quadrotor control, path planning and trajectory optimization

MATLAB 100.00%
quadrotor pd-controller controller planning path-planning dijstra astar trajectory-optimization trajectory-planning drone

quadrotor's People

Contributors

yrlu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

quadrotor's Issues

Error in decompressing package

Error in decompressing package after next,I tried several computers, and the problem was the same.How to solve the problem?

Plot Angles and Angular Rates

We are students from Institute of Space and Technology. We are taking help from your project and we need help with plotting the Angles and Angular Rates when a trajectory is generated. Kindly guide us with how can we get our desired plots.

Minimum acceleration trajectory does not work

Hi, I am trying to run your code on trajectory optimization and find that if I change the traj_opt7 function used in trajectory_generator.m to traj_opt3 or traj_opt3c, it does not work anymore (BTW there is no traj_opt5.m in the repo). When I use traj_opt3, the trajectory goes to very far away from the desired trajectory. When I use traj_opt3c, the quadrator cannot start moving. Any idea on how to solve this? Thanks a lot!

ROS test

Hello, Is the ROS framework environment used to interface with the crazyflie available somewhere? Thanks!

Path Planning for Multiple UAVs?

Hi,

I'm conducting a personal research using multiple Crazyflies, using UWB Positioning.

I'd like my multiple of drones to travel to a target location while being able to avoid static obstacles & other drones

What's needed to be changed for this code to work for multiple UAVs concurrently?

Has this been explored before?

Thanks!

BUG of the generate_ts.m

generate_ts.m
line 6:
path_seg_len = sqrt(sqrt(sum((path(2:end, :) - path(1:end-1,:)).^2,2)));

it should be:
path_seg_len =sqrt(sum((path(2:end, :) - path(1:end-1,:)).^2,2));

image matching

我也是西工大的注意到你也在关注Eloftr可否交流一下 vx15030081340

undefine qn

Hi. I tried to run your repo but there's this error qn not found/undefine..Help me solve this one. Thanks.

error

Error in runsim (line 60)
des_start = trajhandle(0, qn);

I get error. why?

undefined function 'tj_from_line'

Hi,
I git clone the codes of quadrotor, and tried to run it. There are some errors following the instructions in readme.md. I think the tj_from_line function is missing? Would you commit the missing files?Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.