Giter Site home page Giter Site logo

Comments (3)

maspe36 avatar maspe36 commented on September 25, 2024

with ros2_rust installed per instructions

I think this may be your issue actually. The instructions in the readme have you clone the foxy repos

vcs import src < src/ros2_rust/ros2_rust_foxy.repos
. /opt/ros/foxy/setup.sh

You're likely hitting this line. This attribute is not present in foxy, seems to have been added in galactic.

I was able to reproduce with the following

  1. Follow the instructions as they are in the README and clone the foxy repos in the ros2_rust workspace.
  2. Source'd my system humble installation
  3. Source'd the ros2_rust workspace
  4. Ran the py_pubsub listener example
sam@orange:~/rust_ws_humble$ ros2 run py_pubsub listener 
Traceback (most recent call last):

...

AttributeError: 'ParameterDescriptor' object has no attribute 'dynamic_typing'
[ros2run]: Process exited with failure 1

So to resolve this, make sure you clone the humble repos

vcs import src < src/ros2_rust/ros2_rust_humble.repos

Clean your workspace build and install folders, rebuild, source, and you should be good.

from ros2_rust.

Guelakais avatar Guelakais commented on September 25, 2024

In my setup, which is based on one of my Docker environments, I couldn't replicate your problem either. Would you like to tell us about your environment?

  • What is your hardware architecture?
  • Which Podman container do you use? Would you link it?
  • What were the nodes for that caused the crash?

from ros2_rust.

JustSomeRandomUsername avatar JustSomeRandomUsername commented on September 25, 2024

Thanks for looking at this.
Ill be honest, I have not worked on the project I had this project in, for quite a while
and I don't have the container anymore. I would be absolutly fine closing this, It seems to be a Problem only I had, so it might have been my fault.
Sorry for forgetting about is issue.
If you want to look into this deeper I would be happy trying to repoduce my old setup.

from ros2_rust.

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.