jeljaik / extended-kalman-filter

Matlab and C++ code for implementation of the Extended Kalman Filter for estimating dynamic quantities for a single rigid body with distributed force/torque measurements and distributed gyroscopes and accelerometers measurements.It also include estimation of the orientation under the quaternion representation.
MIT License
38 stars 39 forks source link

CSS Not Rendering Online #1

Closed jeljaik closed 10 years ago

jeljaik commented 10 years ago

The CSS was not being rendered online due the wrong value for url in _config.yml which should be set to url: /extended-kalman-filter prior to the commit of your website. If on the other hand it is being deployed on localhost:4000 the previous line should be commented or set to "".

Remember also that to deploy your site locally you must run: bundle exec jekyll serve --watch --baseurl ''

jeljaik commented 10 years ago

Fixed in 49f1a066376ade0ba1cee9a0ef75871b6cabf0b2