Skip to content

tf2_ros::Buffer::canTransform sends many warnings if frame does not exist #501

@TuMePJlaH

Description

@TuMePJlaH

When I call the tf2_ros::Buffer::canTransform function with a non-zero duration, I can't disable the warning even though I set the errstr argument.

In this line, tf2::BufferCore::canTransform is called without the errstr argument, and the warning is not disabled:

!canTransform(target_frame, source_frame, time) &&

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions