Questions tagged [motionmodel]

MotionModel is a DSL for model data types, its relations, and validation. It also provides quite a bit more.

The Project Home Page: https://github.com/sxross/MotionModel

4 questions
1
vote
1 answer

Most efficient way to sort MotionModel records into date-based sections for insertion to ProMotion TableScreen?

I'm using RubyMotion, ProMotion, and MotionModel for an iOS app. We'll be storing multiple date/time sensitive entries per day and listing them in a large TableView. Right now the entries appear in one large list: What I'd like to do is have…
Denny
  • 319
  • 2
  • 8
0
votes
2 answers

Now getting from RubyMotion uninitialized constant MotionModel::SQLite3Adapter after setting detect_dependencies = false

I have been adding the sqlite3 as the persistent storage and it seems t work property, however I get: WARNING: Automatic dependency detection does not work with motion-support. Turn it off in your Rakefile: app.detect_dependencies = false I do this…
Donald French
  • 1,731
  • 1
  • 17
  • 30
0
votes
1 answer

Deserializing MotionModel into TableView on app start

I've been experimenting with RubyMotion and MotionModel. Been through the entire MotionModel tutorial (https://github.com/sxross/MotionModel/wiki/Tutorial) but it doesn't cover serialization and persistent storage of model data. I was able to get…
Denny
  • 319
  • 2
  • 8
-1
votes
1 answer

Motion correction step for kalman filter

One way to predict the next state and covariance of a series of measurements is by using the Kalman filter. In the context of tracking the position( the x and y coordinates) of a car in time, there is an issue which I did not find discussed…
Mircea Paul Muresan
  • 628
  • 1
  • 9
  • 23