Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to resolve symbol #70

Open
alexMarFar opened this issue Nov 2, 2023 · 1 comment · May be fixed by #71
Open

Failed to resolve symbol #70

alexMarFar opened this issue Nov 2, 2023 · 1 comment · May be fixed by #71

Comments

@alexMarFar
Copy link

Hi! After reproducing step by step, I am getting some error while running the example with rmw_ecal_proto_cpp. I believe this issue is similar to Issue 56 and that it was closed, but it keeps happening for me.

I am using Ubuntu 22.04.3 LTS, and ROS2 Humble:

export RMW_IMPLEMENTATION=rmw_ecal_proto_cpp
ros2 run demo_nodes_cpp talker

>>> [rcutils|error_handling.c:108] rcutils_set_error_state()
This error state is being overwritten:

  'failed to resolve symbol 'rmw_feature_supported' in shared library '/home/amf/ecal_ws/install/lib/librmw_ecal_proto_cpp.so', at ./src/functions.cpp:152'

with this new error message:

  'Expected lexeme type (19) not found, search ended at index 41, at ./src/rcl/lexer_lookahead.c:239'

rcutils_reset_error() should be called after error handling to avoid this.
<<<
terminate called after throwing an instance of 'std::runtime_error'
  what():  Unsupported type support.
[ros2run]: Aborted

Thank you in advance!

@FlorianReimold
Copy link
Member

Hm, maybe @jasperdekeuk can assist here?

@felixf4xu felixf4xu linked a pull request Aug 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants