Giter VIP home page Giter VIP logo

andybarry / flight Goto Github PK

View Code? Open in Web Editor NEW
976.0 976.0 264.0 963.88 MB

Flight code for MIT CSAIL Robot Locomotion Group flying-through-forests project

Home Page: https://groups.csail.mit.edu/locomotion/

License: Other

Makefile 1.12% Shell 0.67% Python 4.16% C++ 44.51% MATLAB 1.34% C 45.43% Objective-C 1.04% CMake 0.82% Protocol Buffer 0.05% JavaScript 0.07% Lua 0.08% Perl 0.12% Perl 6 0.01% PHP 0.12% Ruby 0.08% Tcl 0.11% M4 0.29%

flight's People

Contributors

andybarry 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  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

flight's Issues

what kind of environment is best for the pushbroom stereo algorithm

Hi, your algorithm is very innovative and has a great influence to my research.
However, i find that the pushbroom stereo algorithm can not detect some body parts, such as legs or head, while a person as an obstacle. So i really want to know what specific environment is best for this algorithm.
Is there a standard for obstacle selection? Can you tell me how to choose them to make me continue my research?
Thanks you for your help!

questions about framework used in your project

Hi I am super new to LCM an just went through homepage about the introduces and tutorials. But it seems no detail tutorials. I have experiences in ROS but want to use some small framework to develop our project. Algorithm processed in onboard computer( arm ubuntu) with copter to avoid obstacles.

Can I ask questions about framework which integrated in your whole project. Is that LCM connected every module together like several ROS nodes with pub/sub mechanism. It seems that LCM use broadly in multi-mechines communication not computer threads.

I try to use the flight controller API (drone-python) to communicate between onboard computer and Pixhawk which uses APM copter firmware. Because that's more stable and functional API. And stereo-camera with opencv to acquire obstacle data in c++, like depth map, etc. I wan to use LCM sub/pub message mechanism to wrap this two modules. maybe more modules in the future. Is that possible?

Please correct my misunderstanding and give me some suggestions. Thanks for your help.

i install libbot

i clone the libbot , and when i run the sudo make BUILD_PREFIX=/usr/local -j
there is two mistake about bot2-param how can i figure it out ?

Building project

Hello, I'm new to this. I'm trying to build your project by doing things like ./build-all, and make in the different directories but I can't get it to work. Could you explain how to build and run your project?

Package lcmtypes_mav-lcmtypes was not found in the pkg-config search path.

i install everything , but when i use the command ./build-all -j , i meet some wrong .

rek@rek:~/realtime$ ./build-all -j
This is: rek

Building: externals

This is: rek

Building: gtest

[ 50%] Built target gtest
[100%] Built target gtest_main
done with /home/rek/realtime/externals on rek

Building: drivers

This is: rek

Building: cpp_ardupilot_mavlink_bridge

g++ -c -D NDEBUG -O3 -c -Wall -O3 -fopenmp -I/usr/local/include/opencv2 PKG_CONFIG_PATH=../../../pronto-distro/build/lib/pkgconfig/ pkg-config --cflags 'lcm mav-state-est lcmtypes_mav-lcmtypes opencv pcl_octree-1.7' -I../../../mav/mavconn/src/ -I../../mavlink-generated -I../../../mav/mavlink/build/include/v1.0/ -I/usr/local/include/firefly-mv-utils -I/usr/include/dc1394 -I../../externals/gtest/include/ -I../../externals/smc/lib/C++/ -std=c++0x -o ardupilot-mavlink-bridge.o ardupilot-mavlink-bridge.cpp
Package lcmtypes_mav-lcmtypes was not found in the pkg-config search path.
Perhaps you should add the directory containing lcmtypes_mav-lcmtypes.pc' to the PKG_CONFIG_PATH environment variable No package 'lcmtypes_mav-lcmtypes' found Package pcl_octree-1.7 was not found in the pkg-config search path. Perhaps you should add the directory containing pcl_octree-1.7.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pcl_octree-1.7' found
In file included from ardupilot-mavlink-bridge.cpp:8:0:
ardupilot-mavlink-bridge.hpp:30:31: fatal error: bot_core/bot_core.h: 没有那个文件或目录
#include <bot_core/bot_core.h>
^
compilation terminated.
make: *** [ardupilot-mavlink-bridge.o] 错误 1

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.