Help with connecting to running sim via python API #598
Replies: 1 comment
-
|
Hi @aurora-lander, Sorry for not picking up on this. The script example you give indeed provides a simulation node (see the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am attempting to run a bluesky simulation via the gui and then connect to this simulation with a python script. I am currently running in a Ubuntu 24 container and just using the
pip install bluesky-simulator[full]package.Right now my process is:
bluesky --groupid 11Go into the gui's File -> Open and selecting scenario DEMO/demo-scenario.scn.
Once this is open and I see the platforms moving I then run this python script:
This hits the loop but I see no data which makes me think I am just creating a separate sim process. What is the proper way to connect to another bluesky instance that is running. Ideally I want to separate out the instances to one starts and run the scenario while another connects and logs data or interacts with the scenario in some way.
Beta Was this translation helpful? Give feedback.
All reactions