Skip to content

Commit

Permalink
Create tello_driver directly, Rename CMakeLists, package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyo committed May 31, 2019
1 parent 1b26bfe commit d4782fe
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "scripts/tellolib"]
path = scripts/tellolib
path = tello_driver/scripts/tellolib
url = https://github.com/dji-sdk/Tello-Python.git
4 changes: 2 additions & 2 deletions CMakeLists.txt → tello_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 2.8.3)
project(ros_tello)
project(tello_driver)

##################
## Dependencies ##
Expand Down Expand Up @@ -38,4 +38,4 @@ install(
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.xml → tello_driver/package.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<package format="2">
<name>ros_tello</name>
<name>tello_driver</name>
<version>0.0.1</version>
<description>The tello ros driver Package</description>

<maintainer email="yuokamoto1988@gmail.com">Yu Okamoto</maintainer>
<author email="yuokamoto1988@gmail.com">Yu Okamoto</author>
<maintainer email="hirokibingo.ks@gmail.com">Hiroki BINGO</maintainer>
<author email="hirokibingo.ks@gmail.com">Hiroki BINGO</author>

<license>Commercial</license>

Expand All @@ -16,4 +16,4 @@
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>

</package>
</package>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d4782fe

Please sign in to comment.