Giter VIP home page Giter VIP logo

Comments (9)

Leslie-Fang avatar Leslie-Fang commented on July 22, 2024

same problem when catkin_make in jade! have you solved it?

from hector_quadrotor.

libing64 avatar libing64 commented on July 22, 2024

hector_pose_estimation package is in the following project,
https://github.com/tu-darmstadt-ros-pkg/hector_localization
compile hector_pose_estimation first and then compile hector_quadrotor

from hector_quadrotor.

Leslie-Fang avatar Leslie-Fang commented on July 22, 2024

Sorry,I still got the same problem. Here is what I have done

Firstly I have catkin_make the package of
https://github.com/tu-darmstadt-ros-pkg/hector_localization
in the master branch.

Then I catkin_make the package
https://github.com/Leslie-Fang/hector_quadrotor.git
in the jade-devel package~~~

Is there any tutorial about how to use hector related package?

from hector_quadrotor.

meyerj avatar meyerj commented on July 22, 2024

See http://wiki.ros.org/hector_quadrotor/Tutorials.

Firstly I have catkin_make the package of
https://github.com/tu-darmstadt-ros-pkg/hector_localization
in the master branch.

You need branch catkin of hector_localization (or install dependencies as binary packages).

There is a rosinstall file called hector_quadrotor.rosinstall in each of the hector_quadrotor branches with all the dependencies:

The variant tutorials.rosinstall mentioned in the ROS wiki additionally contains hector_slam and is only required to launch the demos in package hector_quadrotor_demo.

In general, for all catkin-based ROS source builds, rosdep is the tool of choice to make sure that all dependencies are installed:

rosdep install --from-paths src --ignore-src

This command would install the released binary packages of all dependencies if invoked in a workspace with only hector_quadrotor. Unfortunately this variant of the rosdep install command is not very well documented, although it is the most commonly used since catkin has been introduced, since rosdep install <package name> would only work after the workspace has been successfully built and the generated setup.sh has been sourced.

from hector_quadrotor.

binxxx avatar binxxx commented on July 22, 2024

Hi,

I've tried what you said, which is to use rosdep. While when I want to use this command, there is also an error. Could you help me find out what is wrong here?

Btw, I've also git clone all the package described in the rosinstall file.

image

from hector_quadrotor.

meyerj avatar meyerj commented on July 22, 2024

Which Ubuntu distro are you using? ROS kinetic is only available for Ubuntu Wily and Xenial. If you have an older Ubuntu version installed, you should use ROS indigo or jade.

Or you simply have to invoke sudo apt-get update once before calling rosdep. ros-kinetic-gazebo-ros-control should be available:
http://repositories.ros.org/status_page/ros_kinetic_default.html?q=gazebo_ros_control

from hector_quadrotor.

binxxx avatar binxxx commented on July 22, 2024

@meyerj Hi,

I am currently using Xenial.

I have tried your solution, it still came out the same result, that it cannot locate that package. Is there other way to install?

from hector_quadrotor.

nm46nm avatar nm46nm commented on July 22, 2024

thanks, @meyerj the command
rosdep install --from-paths src --ignore-src
is very useful to solve the dependencies problem.

from hector_quadrotor.

suraj2596 avatar suraj2596 commented on July 22, 2024

For lunar users : rosdep install --from-path src --ignore-src --rosdistro lunar -r

from hector_quadrotor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.