You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Follow up from ros2/ros2#583.
With Actions now available in
rclcpp
andrclpy
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:The text was updated successfully, but these errors were encountered: