robotpy / robotpy-websim

OBSOLETE: Experimental robot simulation html interface
6 stars 1 forks source link

Physics implementation #5

Closed amorygalili closed 9 years ago

amorygalili commented 9 years ago

Has robot physics been implemented on the server? I need to get things like robot position and heading in order to make an animation in the html interface.

virtuald commented 9 years ago

I would focus on animating the following simple motions instead:

Then... we figure out the best way for the user to configure this stuff?

amorygalili commented 9 years ago

Are these general animations that can be used for many things, or are they more specific, like animation specific to an encoder that happens to use a circular motion?

virtuald commented 9 years ago

I was hoping to have some kind of simple thing that you could setup a config to say "setup a circular motion and attach it to jaguar 1", without having to know how to animate things yourself.

amorygalili commented 9 years ago

Is this actually an animation, or could it be something that's periodically sending position/rotation information to observers?

virtuald commented 9 years ago

I don't really see a difference between the two.

amorygalili commented 9 years ago

Well I wasn't sure if by animation you meant that it would actually display the motion itself or if it would send data to some listener which would take care of the actual visual effect.

virtuald commented 9 years ago

That sounds like an implementation detail.