How can I show the exception which happens in ros2 param list?

asked 2022-03-28 07:03:26 -0500

Hakaishin gravatar image

I am calling ros2 param list and get back: Exception while calling service of node '/node_name': None for all 3 nodes I have. How can I show these exceptions?

edit retag flag offensive close merge delete

Comments

1

While not an answer to my problem I found out that the different middlewares are incompatible. So setting export RMW_IMPLEMENTATION=rmw_fastrtps_cpp before using ros2 param list fixed my problem and I got the list of params.

Hakaishin gravatar image Hakaishin  ( 2022-03-28 08:58:18 -0500 )edit