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 #149

Closed
jacobperron opened this issue Mar 13, 2019 · 1 comment
Closed

Add Actions Tutorials #149

jacobperron opened this issue Mar 13, 2019 · 1 comment

Comments

@jacobperron
Copy link

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.
@jacobperron jacobperron mentioned this issue Mar 13, 2019
24 tasks
@jacobperron
Copy link
Author

Wrong repository. ros2/ros2_documentation#166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant