- Create a new workspace (or you can the one you already have)
mkdir -p ~/dev_ws/src
- Clone the two packages to the src file in your workspace
- Build the workspace and source it as usual
colcon build
- Run server node
ros2 run biconnected_components server
- Run client node
ros2 run biconnected_components client "A-B A-C B-E E-C E-D E-H D-F D-G G-H"