Skip to content

Commit

Permalink
Merge pull request #26 from rosflight/rosplane_typo
Browse files Browse the repository at this point in the history
Changed "std_msgs" to "std_srvs" in "Clearing waypoints" command.
  • Loading branch information
JMoore5353 authored Jan 13, 2025
2 parents 56cdb95 + 5ac1f79 commit 9545f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/rosplane-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Adding waypoints can be done at any time, even after loading from a file.

Clearing waypoints can be done using
```bash
ros2 service call /clear_waypoints std_msgs/srv/Trigger
ros2 service call /clear_waypoints std_srvs/srv/Trigger
```

### Publishing Waypoints
Expand Down

0 comments on commit 9545f07

Please sign in to comment.