Lab Workflow

Time for experiments!

../_images/lab_work1.jpg

Checklist

  1. Do not ever start the simulation/gazebo while you are connected to our network. Otherwise we will have some unpleasant topic collision between the simulated vehicle and the real BlueROV in our lab.

  2. It’s best if one of you brings a fully prepared software setup on your own laptop. The real experiment will take less computing power since you are not running the simulation environment. If you cannot do this, let us know in time and we will prepare a laptop for you to use.

  3. The setup can include a prepared settings file for plot_juggler.

At the Lab

  1. The first time you’re at the lab, we will give you an overview of the robot and its sensors. We will take care of connecting the battery and starting all ROS nodes and software running on the vehicle. Additionally, we will provide you with push buttons to enable/disable the BlueROV’s thrusters. It can be quite handy to be able to quickly switch off the thrusters.

  2. Before lifting the BlueROV into the water, we will do a vaccuum test together. After the test, do not forget to close the vents!

    ../_images/vaccuum_test.gif ../_images/vent_plugs.jpg

    Vaccuum test and vent caps saying “OK”.

  3. We check if your network setup is working properly.

  4. We have a big TV screen at the lab. You can (and should!) use it (we have HDMI and DisplayPort) for plotting data etc. so that everyone can see.

  5. If you record data via ros2 bag record, do not include camera images (or, if you really need camera data, include just one topic). Camera images can overload the network. You can exclude topics matching regular expressions with -x.

    For example

    $ ros2 bag record -a -x '(.*)camera(.*)' -o my_bag_file
    

    should exclude all topics containing camera and write the data to a file called my_bag_file. You can find more information in our section Record a Bag File.

  6. And after all, if nothing is working, a few debugging tips:

    • check the node graph to see if everything is connected (in the correct way)

    • check the topic monitor (Is the data plausible?)

    • check the debug messages published (of course you have prepared some :) )

    • ask us to check our setup (we make mistakes, too)

Note

Feel free to ask questions at any time! Let us know if you need any equipment (measuring tape, scale, weights, stick, …). If you’re looking for something we might not have at hand immediately, please ask beforehand.

../_images/lab_work2.jpg