ROS2 Humble "topic echo --once --flow-style" in Galactic?

asked 2022-11-11 18:58:30 -0500

RobotDreams gravatar image

I've been using ROS2 Humble for a few weeks and have really become attached to the new "ros2 topic echo --once --flow-style /<topic>" functionality.

I'm setting up a Galactic environment to work with the new TurtleBot 4 Lite, and am going to miss these topic echo options immensely.

Is there a way to "back port" these functionalities to my Galactic workspace?

edit retag flag offensive close merge delete

Comments

1

You could always try building the humble branch of ros2/ros2cli from source in your workspace.

No guarantees it'll work though, as those features -- or others -- could depend on functionality in other packages which is only available in Humble.

gvdhoorn gravatar image gvdhoorn  ( 2022-11-14 02:34:17 -0500 )edit

@gvdhoorn - True - beyond abilities/focus right now, and I don't want the runtime exceptions that came with running my works-fine-in-Galactic nodes in Humble. (They added a need to catch ExternalShutdownException and sometimes even that didn't prevent exceptions when shutting down multiple nodes in the same package.)

RobotDreams gravatar image RobotDreams  ( 2022-11-14 07:10:00 -0500 )edit