Install ardrone_autonomy on ROS Kinetic
Hello everyone !
Do you know how to install the package ardrone_autonomy on ROS kinetic (if it's possible) ?
Thank you for your help !
Hello everyone !
Do you know how to install the package ardrone_autonomy on ROS kinetic (if it's possible) ?
Thank you for your help !
That github link and the package you install using apt-get
are one and the same.
If you install something using apt-get
, you don't need to build it with catkin_make
anymore.
What would be the point of distributing binaries otherwise?
Edit:
Ahhhh I thought they were different because in the link the ROS version is indigo and mine is kinetic. Thx !!
The Kinetic version is released from the indigo-devel
branch. See wiki/ardrone_autonomy.
If you ever do need to build a package from source, what you did is not the way to go about it. See #q252478 for a general description of the process.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-02-11 14:57:40 -0600
Seen: 2,073 times
Last updated: Feb 12 '17
UR5e MoveIt setup with universal_robot driver
Header in LaserScan message for SICK S300 Laser
Jackal odometry producing large covariances?
ROS_PACKAGE_PATH dont include kinetic/stacks
how to run both talker and listener codes at the same moment by one Enter or click.
how to use Twist with Duration()
How to get the data from Subscribers message with python
ROS - Turtlebot simulator problem: the turtlebot model does not appear on Gazebo.
I'm using Ubuntu 16.04.02 LTS Xenial
And what have you tried yourself that didn't work?
I tried to install the package from the indigo branch, before that I ran sudo apt-get install ros-kinetic-ardrone-autonomy
The catkin_make didn't work
But the
apt-get
did?Are you on an ARM platform by any chance?
The apt-get command works well ans i'm using Intel processor
So .. the package would then be installed, would it not?
After having
source
d/opt/ros/kinetic/setup.bash
, it should be available.What is the output of
rospack find ardrone_autonomy
?