forked from anqixu/tello_driver
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Anqi Xu
committed
Sep 21, 2018
1 parent
6447368
commit 5bdfbea
Showing
5 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<include file="$(find tello_driver)/launch/tello_node.launch" /> | ||
<include file="$(find tello_driver)/launch/joy_teleop.launch" /> | ||
<include file="$(find tello_driver)/launch/logger.launch" /> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<launch> | ||
<arg name="bag.name" default="/home/mimic/tello"/> | ||
<arg name="bag.topics" default=" | ||
/diagnostics | ||
/joy | ||
/rosout | ||
/rosout_agg | ||
/tello/agent_cmd_vel_in | ||
/tello/cmd_vel | ||
/tello/flattrim | ||
/tello/flip | ||
/tello/land | ||
/tello/odom | ||
/tello/reset | ||
/tello/status | ||
/tello/takeoff | ||
/tello/tello/parameter_descriptions | ||
/tello/tello/parameter_updates | ||
/tello/throw_takeoff | ||
"/> | ||
<!-- | ||
Omitted topics: | ||
/tello/image_raw | ||
/tello/image_raw/compressed | ||
--> | ||
<node pkg="rosbag" type="record" name="rosbag_record" args="--output-prefix=$(arg bag.name) $(arg bag.topics)" output="screen" /> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
tellopy | ||
-e git://github.com/anqixu/TelloPy.git#egg=tellopy | ||
av | ||
python-opencv | ||
numpy | ||
# python-opencv # handled by ROS |