Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rayvburn committed Aug 18, 2024
1 parent bbc5680 commit 8a7f0fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# people_extraction
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.
ROS package that searches for certain model names at [`/gazebo/model_states`](http://docs.ros.org/en/melodic/api/gazebo_msgs/html/msg/ModelStates.html) and certain link names at [`/gazebo/link_states`](http://docs.ros.org/en/melodic/api/gazebo_msgs/html/msg/LinkStates.html) topics 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 given names.

Tested under Ubuntu 18.04 and ROS Melodic.

0 comments on commit 8a7f0fc

Please sign in to comment.