Open msis opened 7 years ago
the NoGravity in morse.core.robot is totally ignored.
NoGravity
morse.core.robot
Minimal builder file to reproduce the issue:
from morse.builder import * robot = RMax() robot.properties(NoGravity=True) env = Environment('water-1/deep_water', fastmode=True)
the
NoGravity
inmorse.core.robot
is totally ignored.Minimal builder file to reproduce the issue: