Search the web
Sign In
New User? Sign Up
dancedev · DANCE software development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Successful VC9 build, but crash on Tutorial 6   Message List  
Reply | Forward Message #110 of 251 |
Re: Successful VC9 build, but crash on Tutorial 6

The crash can be fixed by changing the code in Sensor/Sensor.cpp at
line 87 from:

danceInterp::OutputMessage("Sensor '%s' has been enabled.");

to

danceInterp::OutputMessage("Sensor '%s' has been enabled.",
this->getName());

The controller won't do anything impressive (like actually balance),
but is there as an example of how one would build controllers by
setting PD values at each joint. The ::applyPDParams() method has such
documentation.

Regards,

Ari Shapiro


--- In dancedev@yahoogroups.com, "xavierllrod" <xavierllrod@...> wrote:
>
> Hi All,
>
> I've downloaded DANCE visual studio 2005 source code and it have
> compiled ok, but I've got the same problem as Andrea in tutorial 6.
>
> Any idea?
>
> Thanks a lot for your work,
>
> Xavier
>





Thu Apr 10, 2008 6:21 pm

shapiroari
Online Now Online Now
Send Email Send Email

Forward
Message #110 of 251 |
Expand Messages Author Sort by Date

I've successfully compiled DANCE in VC9 (Visual C++ 2008). Hereafter the troubles I had, and how I solved them. But: last trouble is not solved yet :-( 1....
ciapistess
Offline Send Email
Feb 24, 2008
1:02 am

Hi All, I've downloaded DANCE visual studio 2005 source code and it have compiled ok, but I've got the same problem as Andrea in tutorial 6. Any idea? Thanks a...
xavierllrod
Offline Send Email
Apr 9, 2008
2:06 pm

The crash can be fixed by changing the code in Sensor/Sensor.cpp at line 87 from: danceInterp::OutputMessage("Sensor '%s' has been enabled."); to ...
shapiroari
Online Now Send Email
Apr 10, 2008
6:21 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help