Skip to content

Commit

Permalink
prepare for collision, #82
Browse files Browse the repository at this point in the history
  • Loading branch information
jgvictores committed Mar 15, 2018
1 parent 0b74ff6 commit 18ea4ff
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
env.SetViewer('qtcoin')
env.Load('/usr/local/share/teo-openrave-models/contexts/openrave/teo/teo.robot.xml')

#OpenraveYarpPluginLoader = RaveCreateModule(env,'OpenraveYarpPluginLoader')
#print OpenraveYarpPluginLoader.SendCommand('open --device controlboardwrapper2 --subdevice YarpOpenraveControlboard --robotIndex 0 --allManipulators')

OpenraveCollisionStop = RaveCreateModule(env,'OpenraveCollisionStop')
print OpenraveCollisionStop.SendCommand('open --robotIndex 0')
OpenraveYarpPluginLoader = RaveCreateModule(env,'OpenraveYarpPluginLoader')
print OpenraveYarpPluginLoader.SendCommand('open --device controlboardwrapper2 --subdevice YarpOpenraveControlboard --robotIndex 0 --manipulatorIndex 0 --collision')

# Convex Decomposition
teo_robot = env.GetRobots()[0]
Expand Down

0 comments on commit 18ea4ff

Please sign in to comment.