There is nothing stopping you from starting a roscore in several pcs connected to the same network.
You have to define one of them to be the rosmaster and make sure everyone knows the IP if the master and it should go smoothly.
I would advise you to go check on the ros wiki how to define the environment variables related to that.
I would also advise that you check the performance of your WiFi link if you plan to transmit videos through it, and perhaps set the master on the drone so that ros is less likely to get lost and crash your drone if the connection is unreliable.
Thanks for your reply. Now, I want to get point cloud from the SLAM Dunk to the onboard computer (all on drone). Then, I also want to visualize the data in Rviz on a laptop (ground station). Assuming there is a wifi router which I can connect the laptop and the onboard computer to, what is the best way to route the data from the SLAM DUNK to both onboard computer and ground station laptop?
Thanks.