introvoyz041's picture
Migrated from GitHub
2d6bfa0 verified
raw
history blame contribute delete
775 Bytes
<?xml version="1.0"?>
<package>
<name>mir_workspace_alignment</name>
<version>0.1.0</version>
<description>
This component tries to detect a workspace in front of the robot and tries to
align the robot perpendicular to the workspace.
</description>
<maintainer email="[email protected]">Dharmin</maintainer>
<license>GPLv3</license>
<author email="[email protected]">Dharmin</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>tf</build_depend>
<run_depend>rospy</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>std_msgs</run_depend>
</package>