navigation2_tutorials icon indicating copy to clipboard operation
navigation2_tutorials copied to clipboard

bt_navigator error on tutorial file

Open andrejpadilha2 opened this issue 2 years ago • 2 comments

There was probably an update on nav2 that wasn't updated in the basic setup here: https://navigation.ros.org/setup_guides/footprint/setup_footprint.html

The configuration file nav2_params.yaml needs one line to work, under the bt_navigator, approx. line 50: just add default_bt_xml_filename: "navigate_w_replanning_and_recovery.xml" after groot_zmq_server_port: 1667 and before plugin_lib_names:.

I compared with the original file that was installed with the nav2 package.

andrejpadilha2 avatar Jul 01 '22 14:07 andrejpadilha2

Can you submit a PR? Actually the ZMQ ports are no longer relevant, that feature was deprecated.

SteveMacenski avatar Jul 01 '22 18:07 SteveMacenski

Sure, just submitted it. Hope it helps!

andrejpadilha2 avatar Jul 01 '22 20:07 andrejpadilha2

@SteveMacenski Is real-time BT graph visualization still possible with ZMQ ports depreciated?

Edit: Found my answer. The whole future of live graph visualisation is depreciated: https://github.com/ros-planning/navigation2/issues/3770

antoszy avatar Apr 12 '24 09:04 antoszy