Show HN: Ros2_utils_tool, a powerful GUI toolset for ROS2-based utilities Hi Hackernews, over the past few weeks, I've been tirelessly working on a GUI toolset for all sorts of ROS2-based utilites to simplify my tasks with ROS at work. Now I want to present to you the ros2_utils_tool. This tool can do many ROS2-based utilites, for example editing a ROS bag file to remove, rename or crop topics, extracting a video or image sequence out of a ROS bag, creating dummy bag files or just publishing a video as a ROS topic. While being developed to be as simple and lightweight as possible, the toolset supports many advanced options, for example different video and image formats, custom fps values, switching colorspaces and more. I've also heavily optimized the tool to support multithreading or in some cases even hardware-acceleration to run as fast as possible. The tool offers full graphical user interface support for all features, while I've also added additional command line interface support for most of them. As of now, the ros2_utils_tool supports ROS2 humble and jazzy. The application is still in an alpha phase, which means I want to add many more features in the future, for example GUI-based ROS bag merging or republishing of topics under different names, or some more advanced options such as selecting messages for video or image generation. The ros2_utils_tool requires an installed ROS2 distribution, as well as Qt6 or Qt5 for the user interface, the cv_bridge for transforming images to ROS and vice versa, and finally catch2_ROS for unit testing. You can install all dependencies (except for the ROS2 distribution itself) with the following command: sudo apt install libopencv-dev ros-humble-cv-bridge qt6-base-dev ros-humble-catch-ros2 For ROS2 Jazzy: sudo apt install libopencv-dev ros-jazzy-cv-bridge qt6-base-dev ros-jazzy-catch- Install the UI with the following steps: cd path/to/your/workspace/src git clone https://ift.tt/td9jiuU cd path/to/your/workspace/ colcon build Then run it with the following commands: source install/setup.bash ros2 run ros2_utils_tool tool_ui The ros2_utils_tool uses the EUPLv1.2 as license. More information, for example regarding the command line interface tools are shown under [0]. [0] https://ift.tt/jcnMqWP https://ift.tt/jcnMqWP January 31, 2025 at 09:13PM
Show HN: Ros2_utils_tool, a powerful GUI toolset for ROS2-based utilities https://ift.tt/wlZ5RIB
Related Articles
Show HN: I wrote a partial re-implementation of DirectMusic https://ift.tt/xe09kf3Show HN: I wrote a partial re-implementation of DirectMusic DirectMusi… Read More
Show HN: PS2 Filter AI https://ift.tt/ZVhWUBuShow HN: PS2 Filter AI https://ift.tt/hUw3vSK June 8, 2024 at 05:40AM … Read More
Show HN: An AI Agent That Defines Its Own Terminal and Instrumental Goals https://ift.tt/T4RwgbFShow HN: An AI Agent That Defines Its Own Terminal and Instrumental Go… Read More
Show HN: Scipress.io – a Markdown writing platform like Notion Medium MkDocs https://ift.tt/fJ1xZgAShow HN: Scipress.io – a Markdown writing platform like Notion Medium … Read More
Show HN: I built job search platform for Architects https://ift.tt/se2i5wlShow HN: I built job search platform for Architects Hi HN, I started m… Read More
Show HN: A Hacker News clone for ranking RSS feeds https://ift.tt/x64SsVyShow HN: A Hacker News clone for ranking RSS feeds https://ift.tt/7Pfs… Read More
Show HN: Air Orbe: Exploring the Future of Smart Device Control [video] https://ift.tt/tJKgwpPShow HN: Air Orbe: Exploring the Future of Smart Device Control [video… Read More
Show HN: Clip2qr: displays whatever URL or file is in clipboard as a QR code https://ift.tt/deKVwbuShow HN: Clip2qr: displays whatever URL or file is in clipboard as a Q… Read More
0 Comments: