Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| documentation:robots:heron [2022-03-23 14:18] – Simon Kristoffersson Lind | documentation:robots:heron [2024-10-28 16:56] (current) – [Starting the Robot] Marcus Klang | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== HERON ====== | ====== HERON ====== | ||
| - | ===== Accessing the MiR PC ===== | + | ===== Usage Guide ===== | 
| - | There are two ways for us to get into the MiR PC for maintenance: | + | Here follows some instructions on how to work with the Heron robot. Jacek has added something here. | 
| - | Maintenance user: mirex | + | ==== Starting the Robot ==== | 
| + | The first step is to power on the MiR by pressing the power button in one of the corners of the robot: \\ | ||
| + | {{: | ||
| + | There are two buttons, one yellow (to the left) and one blue (to the right). | ||
| + | The blue one is the power button. | ||
| + | After pressing the power button, the lights on the sides of MiR should start lighting up. | ||
| + | Wait for a few seconds and then power on the Robotmind2 PC inside the chassis:\\ | ||
| + | {{: | ||
| + | There will be no indication that the PC is starting, so you just have to trust the process. | ||
| + | |||
| + | Wait for another few seconds and then power on the UR5E arm by pressing the power button on the tablet: \\ | ||
| + | {{: | ||
| + | It will take a minute or two for the arm to start. | ||
| + | Once the arm is started, on the tablet you press "Load Program" | ||
| + | |||
| + | Now a program should be selected to finialize the startup you need to find the wireless emergency stop: \\ | ||
| + | {{: | ||
| + | Unplug the charger cable. Reset the stop, and you should be able to start the robot arm by finally doing: \\ | ||
| + | Press the round button in the lower left corner of the tablet (it should be red when the arm is just started). | ||
| + | Then power on, and enable the arm. | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==== Starting ROS ==== | ||
| + | A prerequisite for running ROS is that all components are connected to either "Heron Mobile Wifi 5G" or "Heron Wifi 5G". | ||
| + | These two networks are linked, so it doesn' | ||
| + | All the components on Heron should automatically connect to "Heron Mobile Wifi 5G". \\ | ||
| + | If MiR doesn' | ||
| + | |||
| + | Now, ssh into Robotmind2: | ||
| + | <code bash> | ||
| + | ssh < | ||
| + | robotmind2$ roscore & | ||
| + | robotmind2$ mon launch heron_robot real.launch | ||
| + | </ | ||
| + | |||
| + | Next, on the tablet for the UR5E arm, you need to press the play button and start the robotmind2 program. | ||
| + | |||
| + | Now everything should be ready for all your ROS activities. | ||
| + | |||
| + | |||
| + | ===== Accessing the MiR PC (for maintenance) ===== | ||
| + | There are two ways for us to get into the MiR PC for maintenance: | ||
| + | Maintenance user: mirex \\ | ||
| password: 12345 | password: 12345 | ||
| + | |||
| + | More information about the MiR PC and how to access is [[internal: | ||
| ==== SSH ==== | ==== SSH ==== | ||
| Line 22: | Line 68: | ||
| ==== Manually ==== | ==== Manually ==== | ||
| - | You can manually connect to the MiR PC using a monitor and keyboard as follows. | + | You can manually connect to the MiR PC using a monitor and keyboard as follows.  | 
| - | + | First, simply pull off the port cover right below the power button (grab the plastic cover and pull straight out). \\ | |
| - | First, simply pull off the port cover right below the power button (grab the plastic cover and pull straight out). | + | |
| {{: | {{: | ||
| - | Second, plug in a monitor in the HDMI port: | + | Second, plug in a monitor in the HDMI port: \\ | 
| {{: | {{: | ||
| - | Third, plug in a keyboard in the USB port inside Heron' | + | Third, plug in a keyboard in the USB port inside Heron' | 
| {{: | {{: | ||
| Now you should see a prompt on the monitor asking you to log in. | Now you should see a prompt on the monitor asking you to log in. | ||
| - | If you don't see anything, make sure the monitor is set to the correct input (HDMI 1/2). | + | If you don't see anything, make sure the monitor is set to the correct input (HDMI 1/2). \\ | 
| Simply type the username (mirex). | Simply type the username (mirex). | ||
| You will then be asked to type in the password (12345). | You will then be asked to type in the password (12345). | ||