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

symbolizing (str): StringLiteral #30

Open
tobiasduerschmid opened this issue Jul 7, 2022 · 1 comment
Open

symbolizing (str): StringLiteral #30

tobiasduerschmid opened this issue Jul 7, 2022 · 1 comment

Comments

@tobiasduerschmid
Copy link
Collaborator

symbolizing (str): CXXConstructExpr 0xc9afa10 'const std::string':'const class std::__cxx11::basic_string<char>' 'void (const char *, const class std::allocator<char> &)'
|-ImplicitCastExpr 0xc9af9d8 'const char *' <ArrayToPointerDecay>
| `-StringLiteral 0xc98b3d8 'const char [13]' lvalue "current_pose"
`-CXXDefaultArgExpr 0xc9af9f0 'const class std::allocator<char>':'const class std::allocator<char>' lvalue

calling constructor: std::__cxx11::basic_string
symbolizing (str): StringLiteral 0xc98b3d8 'const char [13]' lvalue "current_pose"
2022-07-06 17:10:05.460 | ERROR    | __main__:recover_node_from_sources:371 - failed to statically recover model for node [waypoint_velocity_visualizer] in package [waypoint_maker]
@tobiasduerschmid
Copy link
Collaborator Author

Also:

DEBUG: symbolizing node handle constructor [ros::NodeHandle::NodeHandle(const std::string &ns = std::string(), const M_string &remappings = M_string())]
DEBUG: symbolizing default constructor argument
DEBUG: found symbolic node handle: (node-handle "")
DEBUG: symbolizing API call based on kind...
DEBUG: symbolizing call to message_filters::Subscriber
DEBUG: fetching formatdecl for message_filters::Subscriber call
DEBUG: fetching format template argument for message_filters::Subscriber call
DEBUG [message_filters::Subscriber]: uses format: autoware_msgs/ObjLabel
symbolizing (str): CXXBindTemporaryExpr 0xdbf5488 'const std::string':'const class std::__cxx11::basic_string<char>' (CXXTemporary 0xdbf5488)
`-CXXConstructExpr 0xdbf5448 'const std::string':'const class std::__cxx11::basic_string<char>' 'void (const char *, const class std::allocator<char> &)'
  |-ImplicitCastExpr 0xdbf5410 'const char *' <ArrayToPointerDecay>
  | `-StringLiteral 0xdbd1928 'const char [10]' lvalue "obj_label"
  `-CXXDefaultArgExpr 0xdbf5428 'const class std::allocator<char>':'const class std::allocator<char>' lvalue

symbolizing (str): CXXConstructExpr 0xdbf5448 'const std::string':'const class std::__cxx11::basic_string<char>' 'void (const char *, const class std::allocator<char> &)'
|-ImplicitCastExpr 0xdbf5410 'const char *' <ArrayToPointerDecay>
| `-StringLiteral 0xdbd1928 'const char [10]' lvalue "obj_label"
`-CXXDefaultArgExpr 0xdbf5428 'const class std::allocator<char>':'const class std::allocator<char>' lvalue

calling constructor: std::__cxx11::basic_string
symbolizing (str): StringLiteral 0xdbd1928 'const char [10]' lvalue "obj_label"
2022-07-06 17:44:27.667 | ERROR    | __main__:recover_node_from_sources:371 - failed to statically recover model for node [obj_fusion] in package [obj_fusion]

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

No branches or pull requests

1 participant