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

Add Actions Tutorials #166

Closed
jacobperron opened this issue Apr 15, 2019 · 0 comments · Fixed by #169
Closed

Add Actions Tutorials #166

jacobperron opened this issue Apr 15, 2019 · 0 comments · Fixed by #169
Assignees
Labels
enhancement New feature or request in progress

Comments

@jacobperron
Copy link
Member

Follow up from ros2/ros2#583.

With Actions now available in rclcpp and rclpy and the upcoming CLI tool (ros2/ros2cli#202), we can write some user-friendly tutorials. Looking at the acitonlib tutorials from ROS 1 for inspiration, here is a list of proposed tutorials:

  • Creating a new Action
    • Walk through specifying and building a new action type.
  • Writing an Action Server (C++)
    • Walk through an example of writing a Fibonacci action server as a composable class.
  • Writing an Action Client (C++)
    • Walk through an example of writing a Fibonacci action client as a composable class.
  • Writing an Action Server (Python)
  • Writing an Action Client (Python)
  • Action CLI tool
    • Sending a goal to an action server with the CLI tool.
    • How to introspect actions in a ROS system with the CLI tool.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant