Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: switch to shorter names for MotoROS2 binaries #109

Merged
merged 2 commits into from
Aug 3, 2023

Commits on Aug 3, 2023

  1. vs: use shorter names for MotoROS2 binaries

    This will help loading these binaries on older controllers, such as the DX200, while still being reasonably clear as to what controller series and ROS 2 version are supported by each file.
    
    Naming convention: mr2_<controller>_<ros2_codename>.
    
    Where 'mr2' is the abbreviated application name ('MotoROS2').
    
    And where <controller> is the abbreviated name of the controller series: 'fs' (FS100), 'dx2' (DX200), 'yrc1' (YRC1000) and 'yrc1m' (YRC1000micro).
    
    And where <ros2_codename> is the first letter of the ROS 2 codename: 'f' (Foxy), 'g' (Galactic), 'h' (Humble), etc.
    gavanderhoorn committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    220e0a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85b9f62 View commit details
    Browse the repository at this point in the history