sm_simple_action_client

The sm_simple_action_client package

README

Build Instructions

First, source your ros2 installation.

source /opt/ros/humble/setup.bash

Before you build, make sure you’ve installed all the dependencies…

rosdep install --ignore-src --from-paths src -y -r

Then build with colcon build…

colcon build

Operating Instructions

After you build, remember to source the proper workspace...
source ~/workspace/humble_ws/install/setup.sh

And then run the launch file…

ros2 launch simple_action_client_example simple_action_client_example.launch

Viewer Instructions

If you have the SMACC2 Runtime Analyzer installed then type...
ros2 run smacc2_rta smacc2_rta

If you don’t have the SMACC2 Runtime Analyzer click here