Arquivos
ardrone_autonomy/.gitignore
T
Mike Hamer 4f568c100c Bug Fix
I've fixed the bug causing parameter changes to have no effect on the
drone. Now we do a proper setup of the drone tool (rather than using
the factory default), which includes setting up application and user
profiles on the drone to hold our settings. We then actually send the
parameters to the drone, rather than doing nothing. The parameters
system has been extended to allow all user-modifyable parameters to be
changed (see AR.Drone SDK manual).
2012-11-09 10:14:14 +01:00

30 linhas
411 B
Plaintext

# Compiled Object files
*.slo
*.lo
*.o
# Project Files
*.sublime-workspace
*.sublime-project
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.lai
*.la
*.a
/nbproject/private/
Makefile
/build/CMakeFiles/
# Build results
/ARDroneLib/FFMPEG/Includes
/ARDroneLib/FFMPEG/FFMPEG
/ARDroneLib/Soft/Build/
/ARDroneLib/Soft/Common/generated_custom.h
/bin
/build/
/msg_gen
/srv_gen
/src/ardrone_autonomy