Coder Social home page Coder Social logo

Comments (6)

francocipollone avatar francocipollone commented on July 21, 2024

Thanks for filling up the issue @elector102 : Check #118

from andino.

francocipollone avatar francocipollone commented on July 21, 2024

CI fail

What is the issue?

Now I am realizing that it is ok that andino_control is not a dependency to andino_gazebo. I think that the dependency that is missing is controller_manager

from andino.

francocipollone avatar francocipollone commented on July 21, 2024

CI fail

What is the issue?

Now I am realizing that it is ok that andino_control is not a dependency to andino_gazebo. I think that the dependency that is missing is controller_manager

Oh yeat it is being used when finding the controller's parameters

<parameters>$(find andino_control)/config/andino_controllers.yaml</parameters>

from andino.

agalbachicar avatar agalbachicar commented on July 21, 2024

There is another occurency:

https://github.com/Ekumen-OS/andino/blob/humble/andino_description/urdf/andino.urdf.xacro#L84-L87

That imports files from andino_control and if andino_description includes andino_control as a dependency, then you have a circle one.

#118 deals with the issue, but the urdf files need to be ordered to solve this problem.

from andino.

francocipollone avatar francocipollone commented on July 21, 2024

There is another occurency:

https://github.com/Ekumen-OS/andino/blob/humble/andino_description/urdf/andino.urdf.xacro#L84-L87

That imports files from andino_control and if andino_description includes andino_control as a dependency, then you have a circle one.

#118 deals with the issue, but the urdf files need to be ordered to solve this problem.

<xacro:include filename="$(find ${package_name})/urdf/include/andino_control.urdf.xacro" />

Here package_name unpacks to andino_description so it isn't looking for stuff in andino_control package.
So I don't see the cycling dependency.

It is true though that if we are strict we could move the andino_control.xacro.urdf to andino_control package in order to extend the base description to ros control if needed.

However, based on taking a look at other robots descriptions, in general they add the ros control stuff within the base urdf description and it is quite accepted.

from andino.

francocipollone avatar francocipollone commented on July 21, 2024

Pinging @agalbachicar to define the bug if any. I will close this otherwise

from andino.

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.