SUSF-Robotics-and-Software / webots_phobos_rover

A Webots simulation of the Phobos Rover
2 stars 2 forks source link

Integrate with `phobos_sw` #5

Open duncanrhamill opened 3 years ago

duncanrhamill commented 3 years ago

The simulation should be linked into SUSF-Robotics-and-Software/phobos_sw so that the real control software can run inside the simulated world, the counterpart to this is SUSF-Robotics-and-Software/phobos_sw#10.

The A number of things need to be done before we can do this though:

This new controller should be able to:

Things that could also be done:

duncanrhamill commented 3 years ago

Drawing on the sim world is possible using supervisors and Indexed*Set objects, which gives us a lot of possibilities for visualising things

duncanrhamill commented 3 years ago

The controller should probably be async so we can respond to items immediately, one of the issues we're getting rov_exec side is lots of resource temporarily unavailable warnings, which I think has to do with the control loops and the zmq send/recv timeouts not being correct

Thamizh34 commented 1 year ago

how to import into webots plss help me