What is the difference between the Master branch of ROS2 and the dashing or eloquent branch? [closed]
From reading the Navigation2 tutorial, it is specified that in order to write a new plugin for Navigation2, the source build should be done using the master branch ros2.repos file, and that Navigation2 and its dependencies should also be built from the master branch.
navigation2 tutotial : writing new costmap2d plugin
navigation2 tutotial : writing new nav2planner plugin
Is it possible to make a plugin written in this environment work with ROS2 (or binary) and Navigation2 built from a branch of dashing?