PlotJuggler / plotjuggler-ros-plugins

Many PlotJuggler plugins for ROS and ROS2.
GNU Affero General Public License v3.0
106 stars 44 forks source link

Fix detection of ROS 2 Humble #82

Closed wentasah closed 7 months ago

wentasah commented 7 months ago

Detecting the ROS distribution based on the content of AMENT_PREFIX_PATH does not always work. For example, when using the Nix package manager, paths in AMENT_PREFIX_PATH could never match the currently used pattern. It's better to use ROS_DISTRO variable for this purpose. This should (I think) work everywhere.