Skip to main content

Questions tagged [simulator]

A simulator is an automated model that captures the essential logic and behaviour of a particular object. A good simulator allows investigating the properties of the object, exploring "what-if" scenarios, or incorporating the object into a landscape interacting objects. Simulator design often involves running probability engines over know or estimated distributions, time slicing, and state machines. Implementations are frequently object oriented.

-1 votes
0 answers
12 views

Unable to boot simulator

I'm trying to run my React native project from Xcode. Where I am getting this error. After 3-4 tries the simulator is getting opened and the error is resolved automatically. I do wanna know the root ...
Harsh Kukarwadiya's user avatar
1 vote
0 answers
50 views

My DJI drone simulator can't switch into 'GUIDED' mode

I am running a simulator for my DJI drone so I can learn to use the drone before flying it in person. However, whenever I initialize the code the drone fails to enter GUIDED mode. This is my code: ...
kovi ressler's user avatar
0 votes
1 answer
14 views

Errors when adding an L3 cache in gem5 config script

I was just starting to learn gem5 and i was trying to add an L3 cache on top of the two-level cache in the official tutorial. These are the L2 cache and L3 cache i wrote according to the tutorial: ...
Overstacked's user avatar
-1 votes
0 answers
23 views

iOS App is running on simulator in KMP project

I am getting this error when I try to run a simple generated templated from KMP wizard The following build commands failed: Ld /Users/apple/Documents/kmp/KMPPlayGround/build/ios/Debug-iphonesimulator/...
Muaz's user avatar
  • 99
-1 votes
0 answers
50 views

lmc program division assembly languange

I'm trying to solve this challenge: create a simple LMC program to determine if a number evenly divides another one: Input 2 numbers If they do not evenly divide, then the program outputs 0 and asks ...
milf43 Dining's user avatar
0 votes
0 answers
11 views

How do I enable Ardupilot_gazebo to open iris_arducopter_runway.world?

The Iris_arducopter_runway.world exists and has been set to path but still when command -" gazebo --verbose ~/ardupilot_gazebo/worlds/iris_arducopter_runway.world" is given it opens an empty....
adiyanthy's user avatar
0 votes
0 answers
3 views

Can I run pymodbus simulator as a worker in digitalocean?

I use DigitalOcean's App Platform for many static sites and web services. Now I would like to run a pymodbus simulator using that App Platform. I'm not sure what I shouls start with? I think a worker ...
hoang21's user avatar
  • 133
-1 votes
0 answers
17 views

How can i make a stepper motor to full rotation in 36sec and have button control in assembly?

Trying to do a task in assembly, while using Microprocessor simulator V5.0. If i understand correctly it simulates 8051 microcontroller. For the task i have to make the motor to a full circle in 36sec ...
Xypros's user avatar
  • 1
0 votes
2 answers
90 views

What's the issue with my lottery simulator?

I want to simulate how often you'd have to play the lottery for a win: import random lotterylist = [random.randint(1, 49) for x in range(6)] winning_numbers = [6, 26, 31, 32, 33, 49] counter = 0 ...
ajodho's user avatar
  • 9
-1 votes
1 answer
51 views

Gravity calculation using pygame [duplicate]

import pygame from pygame import * import math class orb: def __init__(self, mass=1, s0=[0,0], v0=[0,0], a=[0,0], r=10, color=(255, 255, 255), fix = False, F=0, Fx=0, Fy=0): self....
연수루's user avatar
0 votes
0 answers
20 views

IoT devices simulator, power consumption

I need an IoT simulator or something similar in order to measure power consumption for different crypto algorithms. All I have to do is to succeed a basic simulation execution for a specific platform (...
iandrei's user avatar
0 votes
1 answer
83 views

Flutter url_launcher - token not working on iOS and Android simulator

When using url_launcher with following code, the token is not taken into account in iOS and Android simulators. It opens the url starting with login page, while with the 'Authorization' header and ...
F. F.'s user avatar
  • 47
0 votes
0 answers
8 views

How to identify cache level in Cache class in gem5?

How to identify which cache level is current Cache class of? I want to do a change specific to L2 cache so need to identify cache level inside of Cache class in gem5. Is there any field in Cache class ...
starhawk's user avatar
0 votes
0 answers
12 views

Fixing ModuleError after cloning repository

The code below is an example from a repository called "pyrk" it stands for Python Reactor Kinetics. I downloaded the repository and followed the setup instructions but I keep getting a ...
Theo21S's user avatar
-1 votes
1 answer
53 views

Where is the file downloaded by the `xcodebuild -downloadPlatform iOS`?

I executed xcodebuild -downloadPlatform iOS for download ios17.2 simulator. The download is complete, but the installation process failed due to lack of space and nearly 7 gigs of hard drive space was ...
or123456's user avatar
  • 2,179

15 30 50 per page
1
2 3 4 5
119