Skip to content

Commit

Permalink
Fix burguer mode parameter typo in help text (#406)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Ezequiel Marchi <brian.marchi65@gmail.com>
  • Loading branch information
BMarchi committed Oct 22, 2019
1 parent 4f3bca7 commit 6c43232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image_tools/src/cam2image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class Cam2Image : public rclcpp::Node
ss << std::endl;
ss << " frequency\tPublish frequency in Hz. Default value is 30";
ss << std::endl;
ss << " burger_node\tProduce images of burgers rather than connecting to a camera";
ss << " burger_mode\tProduce images of burgers rather than connecting to a camera";
ss << std::endl;
ss << " show_camera\tShow camera stream. Either 'true' or 'false' (default)";
ss << std::endl;
Expand Down

0 comments on commit 6c43232

Please sign in to comment.