Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tello_vision
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
robotikaGyak
tello_vision
Commits
bfe48f0d
Commit
bfe48f0d
authored
5 years ago
by
Your Name
Browse files
Options
Downloads
Patches
Plain Diff
Update
parent
5e7e0bf8
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/tello_control.py
+1
-0
1 addition, 0 deletions
scripts/tello_control.py
tello_ros_ws_setup.sh
+3
-2
3 additions, 2 deletions
tello_ros_ws_setup.sh
with
4 additions
and
2 deletions
scripts/tello_control.py
+
1
−
0
View file @
bfe48f0d
...
...
@@ -12,6 +12,7 @@ class TelloVision(object):
def
__init__
(
self
):
# Start ROS node
rospy
.
init_node
(
'
tello_vision_node
'
)
self
.
is_processed
=
False
def
spin
(
self
):
...
...
This diff is collapsed.
Click to expand it.
tello_ros_ws_setup.sh
+
3
−
2
View file @
bfe48f0d
...
...
@@ -2,7 +2,8 @@
sudo
sh
-c
'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
sudo
apt-key adv
--keyserver
'hkp://keyserver.ubuntu.com:80'
--recv-key
C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
sudo
apt update
sudo
apt
install
-y
git ros-melodic-desktop-full ros-melodic-catkin python-catkin-tools ros-melodic-codec-image-transport
sudo
apt
install
-y
git ros-melodic-desktop-full ros-melodic-catkin python-catkin-tools ros-melodic-codec-image-transport pyton-pip
pip
install
--user
av
sudo
rosdep init
rosdep update
echo
"source /opt/ros/melodic/setup.bash"
>>
~/.bashrc
...
...
@@ -14,7 +15,7 @@ catkin build
cd
~/catkin_tello_ws/src
git clone
--recursive
https://github.com/appie-17/tello_driver.git
git clone https://github.com/ros-perception/camera_info_manager_py.git
#
git clone https://dev.itk.ppke.hu/robotikaGyak/tello_vision.git
git clone https://dev.itk.ppke.hu/robotikaGyak/tello_vision.git
cd
..
catkin build
echo
"source ~/catkin_tello_ws/devel/setup.bash"
>>
~/.bashrc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment