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

Fix fake amcl topic (QoS Durability) #52

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

finani
Copy link
Contributor

@finani finani commented Aug 19, 2024

QoS Durability of amcl_pose topic should be TRANSIENT_LOCAL for nav2 compatibility.

So I changed the durability from volatile to transient_local.

ros2 topic info /amcl_pose -v

  • before
Node name: mvsim
Node namespace: /
Topic type: geometry_msgs/msg/PoseWithCovarianceStamped
Endpoint type: PUBLISHER
GID: 01.0f.00.01.ea.10.be.36.00.00.00.00.00.00.1d.03.00.00.00.00.00.00.00.00
QoS profile:
  Reliability: RELIABLE
  History (Depth): UNKNOWN
  Durability: VOLATILE
  Lifespan: Infinite
  Deadline: Infinite
  Liveliness: AUTOMATIC
  Liveliness lease duration: Infinite
  • after
Node name: mvsim
Node namespace: /
Topic type: geometry_msgs/msg/PoseWithCovarianceStamped
Endpoint type: PUBLISHER
GID: 01.0f.00.01.b7.1a.6c.9f.00.00.00.00.00.00.1d.03.00.00.00.00.00.00.00.00
QoS profile:
  Reliability: RELIABLE
  History (Depth): UNKNOWN
  Durability: TRANSIENT_LOCAL
  Lifespan: Infinite
  Deadline: Infinite
  Liveliness: AUTOMATIC
  Liveliness lease duration: Infinite

@jlblancoc jlblancoc merged commit 554a4d8 into MRPT:develop Aug 19, 2024
5 checks passed
@finani finani deleted the fix-fake-amcl branch August 19, 2024 03:23
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 this pull request may close these issues.

2 participants