You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Basilisk Forum
Hi BSK people!
In the papers mentioned on the main page of Basilisk site, I saw that there is a possibility of using BSK for hardware-in-the-loop testing. This is exactly that my team wants to achieve. But as I am new to both BSK and such testing, I have troubles with it. Is there any tutorials/examples/algorithms for this? Would be much appreciated.
Thanks,
Daria
Hanspeter Schaub
unread,
May 13, 2022, 11:08:39 AM5/13/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Basilisk Forum
To do hardware in the loop testing you need to develop your hardware specific BSK module to talk with the hardware and share information. This is not a general capability that is built-in out of the box as hardware in the loop is hardware specific :-)
Tom B.
unread,
May 27, 2022, 10:06:51 AM5/27/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Basilisk Forum
We use Custom Python Modules in BSK to interact with our HIL setup:
In the python modules we implement the communication between the simulation messages and the hardware using UDP while running the simulation in realtime