Skip to content
Snippets Groups Projects
Commit 911c29ab authored by Axel von Arnim's avatar Axel von Arnim
Browse files

[NRRPLT-5052] Add mpi4py and netifaces to requirements. Remove a pylint issue.

Change-Id: Ib61b9b12602c1e614112df65212057a18c4c3ecf
parent dce3d0c4
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ class MUSICMPILauncher(object):
return
# request the ip of the Gazebo node, result will be -1 if not found
# pylint:disable=unpacking-non-sequence
res, _, ip = rosnode.get_api_uri(rospy.get_master(), '/gazebo', True)
if res == -1:
return
......
# third party requirements
mpi4py==2.0.0
netifaces==0.8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment