Skip to content

Commit

Permalink
add pedestrian plugin description
Browse files Browse the repository at this point in the history
Signed-off-by: Daisuke Sato <[email protected]>
  • Loading branch information
daisukes committed Feb 5, 2024
1 parent 1c2db02 commit 8987b13
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pedestrian_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ __all__ = ['onUpdate']
- The `args` dict also includes the parameters you specified in the `<plugin>` description.
- `velocity=1.0`, `behavior=straight`, `max_dist=10`, and `loop=True` will be included in the `args` dict with the above example plugin description.

### Collision

- The plugin does not provide collision detection, but you can define your own logic (threshold, publish timing, etc) by using `ros.collision` API

### `ros` module API

`ros` module is provided by the plugin code (not from your ROS environment)
Expand All @@ -92,3 +96,4 @@ The plugin publishes pedestrian locations as `people_msgs::msg::People` message
## `/pedestrian_plugin_update` service

Once you insert this plugin, the actor can be updated via the service.

0 comments on commit 8987b13

Please sign in to comment.