Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
girvenavery2022 authored Feb 1, 2022
1 parent 3385167 commit 3843d30
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ WayPoint Follower.

## Topics

### Publishes
## Publishers

1. nav2_msgs::action::FollowWaypoints
2. nav2_msgs::action::FollowWaypoints::Goal();
- nav2_msgs::action::FollowWaypoints
- nav2_msgs::action::FollowWaypoints::Goal();


### Subscribes
## Subscribers

1. /initialpose
- /initialpose

## Params

- this package can taken in one param which is a csv file of points you want the robot to follow in order

# Launch
## Launch

by default follow waypoints is set to false. so I exposed a launch arguement called follow_waypoints that you would tack onto the end of your launch command.
for example to launch mammoth in waypoint mode you would type `ros2 launch mammoth_snowplow mammoth.launch.py follow_waypoints:=true`
Expand Down

0 comments on commit 3843d30

Please sign in to comment.