-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project renamed, legs extraction leftovers ignored
- Loading branch information
Showing
6 changed files
with
8 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
src/actor_legs_extraction_node.cpp | ||
src/LegsExtraction.* | ||
launch/actor_legs_extraction.launch | ||
config/legs.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# actor_legs_extraction | ||
ROS package that searches for `actor` model (Gazebo plugin) and associates its pose with detected obstacles | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<launch> | ||
<rosparam file="$(find actor_legs_extraction)/config/people.yaml" command="load" ns="people_extraction" /> | ||
<node name="people_extraction" pkg="actor_legs_extraction" type="people_extraction_node" output="screen" ns="people_extraction"/> | ||
<rosparam file="$(find people_extraction)/config/people.yaml" command="load" ns="people_extraction" /> | ||
<node name="people_extraction" pkg="people_extraction" type="people_extraction_node" output="screen" ns="people_extraction"/> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<package format="2"> | ||
<name>actor_legs_extraction</name> | ||
<name>people_extraction</name> | ||
<version>1.0.0</version> | ||
<description>actor_legs_extraction package</description> | ||
<description>people_extraction package</description> | ||
|
||
<maintainer email="[email protected]">Jaroslaw Karwowski</maintainer> | ||
|
||
|
@@ -10,7 +10,6 @@ | |
<buildtool_depend>catkin</buildtool_depend> | ||
<depend>roscpp</depend> | ||
<depend>gazebo_ros</depend> | ||
<depend>obstacle_detector</depend> | ||
<depend>people_msgs</depend> | ||
|
||
</package> |
This file was deleted.
Oops, something went wrong.