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

Remove command line parsing from C++ demos #401

Merged
merged 2 commits into from
Oct 18, 2019
Merged

Conversation

jacobperron
Copy link
Member

The only options being parsed were for setting the topic or service name, but the more ROS-way
to do this is via a remap. For example:

ros2 run demo_nodes_cpp add_two_ints_server --ros-args -r add_two_ints:=new_service_name

Connects to #390

The only options being parsed were for setting the topic or service name, but the more ROS-way
to do this is via a remap. For example:

    ros2 run demo_nodes_cpp add_two_ints_server --ros-args -r add_two_ints:=new_service_name

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron added the in review Waiting for review (Kanban column) label Oct 17, 2019
@jacobperron
Copy link
Member Author

jacobperron commented Oct 17, 2019

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

Edit: re-trigger with 5f4f6eb

Remove unnecessary includes and add missing <chrono> includes.
Use chrono_literals throughout for consistency.

Signed-off-by: Jacob Perron <jacob@openrobotics.org>
@jacobperron jacobperron mentioned this pull request Oct 17, 2019
@jacobperron jacobperron merged commit 5d31e65 into master Oct 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the jacob/remove_cli_args branch October 18, 2019 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in review Waiting for review (Kanban column)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants