Problem reserving CacheChange in reader

asked 2022-06-12 15:19:55 -0500

fergs gravatar image

updated 2022-06-12 15:20:16 -0500

In ROS2 Humble, I'm trying to port a test (from ROS1) that publishes a small map to a Costmap2DROS instance. However, I'm getting the following error on the costmap side:

2022-06-12 16:14:23.136 [RTPS_MSG_IN Error] (ID:281473718843552) Problem reserving CacheChange in reader: 01.0f.cb.02.62.2e.b0.3a.01.00.00.00|0.0.41.4 -> Function processDataMsg

And the data never gets through. I can't seem to find any information on what this sort of error even means - or how to go about debugging it.

Full code of what I'm trying to do is here: https://github.com/mikeferguson/grace...

edit retag flag offensive close merge delete

Comments

1

You probably already found it, just for context: this error comes from the FastDDS layer, specifically here.

Might be worth an issue on their tracker?

gvdhoorn gravatar image gvdhoorn  ( 2022-06-13 02:41:00 -0500 )edit

I am seeing this also from Python code. Was there any resolution of this or any idea what can cause it?

tompe17 gravatar image tompe17  ( 2023-01-10 13:22:31 -0500 )edit