Skip to content

Commit 9413adb

Browse files
committed
Merge pull request #231 from athackst/bugfix/perception-module
Fixed perception module not linking.
2 parents 1a1a086 + 7d421a6 commit 9413adb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
'prpy.base',
99
'prpy.planning',
1010
'prpy.simulation',
11+
'prpy.perception',
1112
'prpy.tsr',
1213
],
1314
package_dir={'': 'src'},

src/prpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2929
# POSSIBILITY OF SUCH DAMAGE.
3030

31-
import base, dependency_manager, logger, ik_ranking, planning, simulation, tsr, viz
31+
import base, dependency_manager, logger, ik_ranking, planning, perception, simulation, tsr, viz
3232
from named_config import ConfigurationLibrary
3333
from clone import Clone, Cloned
3434
from bind import bind_subclass

0 commit comments

Comments
 (0)