Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rayvburn authored Dec 30, 2020
1 parent 0ecd72f commit 895dc1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# people_extraction
ROS package that searches for certain model names at `/gazebo/model_states` topic and republishes gathered data as [`people_msgs/People.msg`](http://docs.ros.org/en/api/people_msgs/html/msg/People.html) and [`people_msgs/PositionMeasurementArray.msg`](http://docs.ros.org/en/api/people_msgs/html/msg/PositionMeasurementArray.html) to ROS topics with a given names.
ROS package that searches for certain model names at [`/gazebo/model_states`](http://docs.ros.org/en/kinetic/api/gazebo_msgs/html/msg/ModelStates.html) topic and republishes gathered data as [`people_msgs/People.msg`](http://docs.ros.org/en/api/people_msgs/html/msg/People.html) and [`people_msgs/PositionMeasurementArray.msg`](http://docs.ros.org/en/api/people_msgs/html/msg/PositionMeasurementArray.html) to ROS topics with a given names.

Tested under Ubuntu 16.04 and ROS Kinetic.

0 comments on commit 895dc1f

Please sign in to comment.