Skip to content

Commit

Permalink
ogma-cli: Replace ROS2 with ROS 2 in the CLI help. Refs #83.
Browse files Browse the repository at this point in the history
The Open Source Robotics Foundation, Inc. (OSRF) has published specific
guidance on how the ROS 2 should be referred to, and they have indicated that
they would want it to be called ROS 2 instead of ROS2.

This commit replaces ROS2 with ROS 2 in the command-line help.
  • Loading branch information
ivanperez-keera committed Mar 24, 2023
1 parent a0465bf commit ced6364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogma-cli/src/CLI/CommandROSApp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ command c =

-- | ROS command description
commandDesc :: String
commandDesc = "Generate a ROS2 monitoring package"
commandDesc = "Generate a ROS 2 monitoring package"

-- | Subparser for the @ros@ command, used to generate a Robot Operating System
-- application connected to Copilot monitors.
Expand Down

0 comments on commit ced6364

Please sign in to comment.