Skip to content

Commit

Permalink
add node io
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpei-Arima committed Feb 27, 2020
1 parent 18e3786 commit 4e7aabb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,9 @@ cd ..
catkin_make
```

## Nodes
### dwa_planner
- local planner node
#### Published topics
- /cmd_vel (geometry_msgs/Twist)
- ~/candidate_trajectoryies (visualization_msgs/MarkerArray)
- for visualization
- ~/selected_trajectory (visualization_msgs/Marker)
- for visualization

#### Subscribed topics
- /local_goal (geometry_msgs/PoseStamped)
- the local goal must be in the local map
- /local_map (nav_msgs/OccupancyGrid)
- robot-centered costmap
- /odom (nav_msgs/Odometry)
- robot odometry
## Node I/O

![dwa_planner I/O diagram](doc/images/dwa_planner_io.png)

#### Parameters
- HZ
Expand Down
Binary file added doc/images/dwa_planner_io.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4e7aabb

Please sign in to comment.