simulator

What's a good Robotics Simulator?

So I'm currently doing some robotics research, and we have a custom built arm in the lab that we would like to simulate. I've done a little googling and wikipedia searching, and there seems to be a fair amount of open source and proprietary applications for doing just what I need, such as Gazebo, LpzRobots, Webots, RoboLogix, and others...

debugging problem in xcode

I'm having a problem similar to [this question][1] http://stackoverflow.com/questions/1449072/debugging-problem-in-x-code-iphone-development I have created an application, but when i try to debug it, the breakpoints are created i yellow.The only difference from the above link is that, a message is shown in xcode status bar that GDB:Wa...

How to install Ipod Touch Simulator to develop application for it?

I want to develop app for Ipod Touch Simulator, but currently, I don't have Ipod Touch Simulator. I'm try to Google but can't get expect result. Please help me! ...

Emulate a slow iPhone

Hi all, I have an iPhone app (Objective C++). My beta testers - some of them, not all of them - are complaining of slow startup, 7 to 10 seconds. On my device (it's a 3GS), it loads in about 2 sec. On the device simulator - even faster. As things stand now, I cannot even isolate the bottleneck. Can I somehow slow down the simulator or ...

Touch events with Magic Mouse and iPhone Simulator

I observe that with the iMac magic mouse, while using the iPhone simulator, if: a) the active view has an object in the center of the iPhone screen which is capable of generating touch events, and b) the iMac operator accidentally or otherwise drags their finger(s) across the magic mouse surface in a way which would normally be used for...

Network simulator doubt..

Hi all.. I run a wireless simulation on NS2 with DSDV protocol.It works well for this.But when i use DSR protocol instead od DSDV it shows Segmentation fault as error. Can anyone help me in this... ...

Why doesn't my Blackberry app update when I change the code?

I'm having trouble getting my application to change once it's on the blackberry simulator. I run my program once, it works fine, then I change a few lines of code, rerun the app and nothing has changed. It seems like once the app gets installed on the simulator that I can't change it. I'm using Eclipse to develop my app. I'm just click...

State Space and circuit simulator.

As far as I know there is no state-space based general purpose circuit simulator around. Though there are certain algorithm to figure out how to find state-spaces (unique?) in a circuit (represented by graphs). Has anyone tried writing a program to simulate some basic circuit elements? [ref] 1. Sheshu and Reed, Electrical networks and ...

iPhone Memory Error - when using Build & Debug, How to debug?

I'm a newbie and need some help with an iPhone App running on the Simulator. The app works fine running with Build & Run or Build & Run - breakpoints off, but blows when running with Build & Debug - Breakpoints on. Any help or thoughts would be greatly appreciated. Lon Specifics: No breakpoints set, never gets to any visible simulator ...

Update text from UITextView to Plist

I have a TestData.plist stored in the resource folder and when the content is displayed in the textview i want it to be editable in a sense that user can edit and save the text on textview to the same TestData.plist file. what is the best way to do it?I am a total noob in iphone dev. Need help please.. ...

Opengl ES Application works in simulator, but not on phone

Hello, I have created a simlpe Opengl ES application, a sphere bouncing back and forth in a room. When running on simulator it works fine. I have configured the simulator to be HW 3.0, from xCode I chose Simulator - 3.0|Debug. Since I only have a 3G, not 3Gs, I assume this should give the same result? What can the reason be and how th...

Debuggin iPhone app on the phone

I've gotten stung by a bug that I just can't figure out how to debug. Basically I run my code on the simulator and everything is just fine. When I go to the actual device however, I get a EXC_BAD_ACCESS error. Unfortunately, when running on the phone under the debugger the damned thing works just fine, so I have no way to judge where th...

/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 error

I am getting the error Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 every time I try to run the program on the iPhone device and the Simulator. I am also seeing this: ld: duplicate symbol .objc_class_name_MainView in /Volumes/Mark's Flash Drive/iFtB/build/iFtB.build/Debug-i...

iPhone Simulator leaks vs iPhone Device Leaks??

Is it possible that there will still be leaks when running my app on an iPhone even if the simulator has absolutely none?? ...

Error from debugger:failed to launch simulated application: unknown error

Hy all i tried to run my application on simulator_3.0,but in debugging its gonna hang iphone simulator & its not gonna show something even i did not get any error details. So help me ........Aamir Shaaz ...

How to run parallel codes using QT ?

I am developing a simulator. I have chosen QT for the GUI. My project involves a lot of manipulation of data and I use QT just to plot my results. My code structure is such that my main function contains a global object of my data, an object of the QT GUI and other objects for manipulating this data. I need to modify this data at every...

network simulator

I need to build a device emulator which can communicate over real IP address I need to create as many instances I can for the device. With one IP and MAC address for each emulator instance Can can any one guide me how this can be achieved? ...

SIP test platform

Hello, I am searching for a tool that tests SIP calls. A platform that makes a call from SIP device A to SIP device B and reports results... Any idea? A simulation platform would be ideal. thnx, cateof ...

NSTimer crashes iphone simulator on second run

Beginner programmer. Working on a timer app. The following applicationWillTerminate saves the state of started, stopped, startTime and stopTime and invalidates the timer. The intent is to be able to terminate application then restore state and restart timer on app restart. //Save status to file on applicationWillTerminate. - (void)ap...

Blackberry net_rim_plazmic_flint(159) exception

I had created blackberry application which has an alternate application entrypoint, it also has folder and view listener. Whenever I am debugging the application it get debug properly. But if i am not running the application (i.e simulator remains idle), it gives Application net_rim_plazmic_flint(159) exception. Please advice ...