Using ROS and Grasshopper to Control a Pixhawk Drone

sophia lee

Member
Share with you a good passage.
FWWZNCAIRXTTQBT.MEDIUM.jpg

Modern flying robots, aka drones are amazing machines. Their application potential is huge and still growing. No wonder that numerous researchers, makers and entrepreneurs are turning their attention to this technology and coming up with new exciting usage scenarios. These challenging use cases push the development of the technology forward.

In this Instructable I’d like to share a workflow and basic concepts for setting up a computer controlled drone. The Robot Operating System (ROS) provides an endless source of possibilities for creating novel drone applications: aerial delivery, smart surveying, automated area patrolling, ai driven behaviour and countless others.

I will show how to implement a simplest workflow for a ROS enabled Pixhawk drone and also create a fun user friendly control interface using Grasshopper.

Step 1: Item List






http://www.hardkernel.com/main/products/prdt_info....

Having an onboard computer is necessary if you need to do some time critical computation onboard, such as computer vision and obstacle avoidance. Although we’re not going to use CV in this setup, it can easily be extended to do so. In this setup, we’re going to use onboard computer as a WiFi communication hub with autopilot.I’ve chosen to share the Odroid based setup, because it has a full support for Ubuntu, unlike Raspberry Pi. It’s much much faster as well. And Ubuntu is a system that is fully supported by ROS. As my experience shows, trying to use RPi with ROS is a big pain in the a$$ really, to put it simple. Also, other Odroid models (C2) or other single board computers that support Ubuntu will work in this setup. Take a look at this page to know more about ROS: http://www.ros.org/about-ros/

There is an extensive user manual for XU4:

http://magazine.odroid.com/wp-content/uploads/odroid-xu4-user-manua...

Periphery:

- 3.3v capable usb to serial adapter for connecting autopilot to onboard computer

- 6-pin serial cable for Pixhawk

- 5A 5V DC/DC converter for powering Odroid

- DC Plug Cable Assembly 5.5mm

http://www.hardkernel.com/main/products/prdt_info....

- Wifi adapter

http://www.hardkernel.com/main/products/prdt_info... preferable to use an officially supported adapter, although any other will also probably work. If you’re planning to have a long distance wifi connection (>10 meters), or if the environment is full with other wifi network signals, it’s better to use an adapter with an external antenna.



Step 2: Setup PX4 Autopilot


1. Install QGC on your computer:

https://donlakeflyer.gitbooks.io/qgroundcontrol-us...

QGroundControl is a ground control station program for communicating with autopilot to configure, read data, send commands among other things in a user friendly fashion.

2. Using QGC, flash Pixhawk with PX4 firmware, configure airframe, calibrate sensors and remote as shown in the tutorial:http://dev.px4.io/starting-initial-config.html

3. Set parameters:

SYS_COMPANION to 921600 - for communication with companion computer.

SYS_MC_EST_GROUP to local_position_estimator - for using LPE estimator. Estimator is one of the autopilot internal programs, dealing with estimating the position of the vehicle in space using available onboard sensors as well as external estimation sources, such as MOCAP. LPE is the most developed and tested of the estimators available, therefore we’re going to be using it.

Configure a 3-position switch on your remote and set the corresponding flight modes to:

MANUAL -> POSITION CONTROL -> OFFBOARD

https://www.youtube.com/results?search_query=3+pos...

A good idea is to set a “Kill” switch which will allow to quickly stop the motors in case of emergency.And of course, a failsafe behaviour setup is always mandatory, which you can set in “Safety” tab.

4. Configure and mount PX4Flow sensor using the guide:http://dev.px4.io/flow_lidar_setup.html

5. Make sure you can get a stable position control, like shown in the video:

Step 3: Install Ubuntu


1. On http://odroid.com/dokuwiki/doku.php?id=en:xu3_rele... download Ubuntu 14.04.01 (20150212) image.

2. Use this guide to flash the memory card: http://odroid.com/dokuwiki/doku.php?id=en:eek:droid_...

3. Connect a mouse, keyboard, screen and wifi adapter and power up XU4.

4. Setup a WIFI network connection: http://odroid.com/dokuwiki/doku.php?id=en:eek:droid_...

5. Resize root partition using Odroid Utility as shown here on 1:30 :http://odroid.com/dokuwiki/doku.php?id=en:eek:droid_...

6. Install Putty http://odroid.com/dokuwiki/doku.php?id=en:eek:droid_... on your PC. Putty is what will allow to connect to a terminal of Ubuntu system.

7. Install Fing Network scanner for your smartphone.This tool will allow to conveniently check the ip address of the XU4 on the network.

8. In Putty, use SSH to remotely login to Ubuntu.Open Putty and use SSH and the address you discovered in Fing to log in.

login: odroid

password: odroid

Note that while typing the password, the line will remain blank, that’s ok.

9.Alternatively, you could setup a wifi hotspot on XU4 to avoid using a routerThis comes handy if you want to test your setup outdoors for example.http://odroid.com/dokuwiki/doku.php?id=en:eek:droid_...



Step 4: Install ROS
1. Now, we need to install ROS. XU4 is an ARM platform, therefore we’ll be using the tutorial for installing ROS on ARM:http://wiki.ros.org/indigo/Installation/UbuntuARM

2. Next, install Mavros plugin for ROS. http://dev.px4.io/ros-mavros-installation.html

Mavros is a communication plugin between autopilot and ROS. For communicating with external computers, autopilot uses Mavlink protocol. Mavlink is a number of common commands for aerial vehicle, that control many aspects of its operation. After we connect Pixhawk to the XU4 using serial interface, Mavros will be able to communicate with PX4 autopilot to send commands, read status of the vehicle and also forward the connection to other computers on the network.

3. Install rosbridge: http://dev.px4.io/ros-mavros-installation.htmlMav... by running

sudo apt-get install ros-indigo-rosbridge-server

Rosbridge is a package that allows external programs to communicate with ROS. we will later use it to set up a connection to Grasshopper.

4. Install screen:

sudo apt-get install screen



Step 5: Ground Computer Software Setup





1. Download and install Rhino 5 https://www.rhino3d.com/download/rhino/5/latest

2. Install Grasshopper http://www.grasshopper3d.com/page/download-1

3. Download Bengesht and ROS.GH by behrooz.tahanzadeh and GhPythonhttp://www.food4rhino.com/project/bengesht?etx

https://github.com/behrooz-tahanzadeh/ROS.GH

http://www.food4rhino.com/project/ghpython?etx

4. You need to “unblock” the .gha files and the zip-archive before you can use them, for that, right click the file -> properties -> unblock -> OK. Do that separately for both the files (bengesht.gha and ghpython.gha) and the archive. Unzip the archive.

5. Next, Open Rhino and in command linetype “grasshopper” and press Enter. The grasshopper window will open.

6. Go to File -> Special Folders -> Components Folder and copy the unblocked .gha files into this folder.

7. Back in Grasshopper again, go to File -> Special Folders -> User Object Folder and copy the unzipped ROS.GH-master folder here.

8. In rhino command line type “grasshopperunloadplugin”, that will unload grasshopper, then launch it again by using “grasshopper” command. You should now have all grasshopper plugins installed.

9. Open the gh-setpoint.gh definition:https://drive.google.com/file/d/0B2tng5FWxLIBWVFE... Simply download the .gh file and drag it onto the Grasshopper canvas.



Step 6: Connect Autopilot




http://ardupilot.org/dev/docs/odroid-via-mavlink.h...

It’s important that we use 3.3v capable serial adapter, as Pixhawk serial ports work with 3.3v, as described here:https://pixhawk.org/modules/pixhawk In my case, the adapter has a switch, for 3.3v or 5v logic.

After connecting USB adapter,the serial port will be accessible in Ubuntu system at /dev/ttyUSB0, if you don’t have other serial devices connected. Run

ls /dev/ttyUSB*

to list all of the usb serial ports in the system.

“ls” - is a command to list things in Linux. Also works alone, to browse the contents of the current folder for example.

“/” is the address of the main system folder, just like drive C:/ in windows.

“dev” The /dev directory contains the special device files for all the devices in the system.

“ttyUSB” is the port we’re looking for, and asterix,

“*” is the wildcard, which lists all available variants.

We can check if it is working by using the following command:

screen /dev/ttyUSB0 921600

If you see stuff printing in the terminal, that’s mavlink stream from the autopilot and means everything should work. You can exit from the “screen” program with ctrl-a-d, while holding ctrl, press a then d consecutively.

2. Launch Mavros. In the “Usage” section on mavros wiki page:http://wiki.ros.org/mavros , we can see the launch command:

roslaunch mavros px4.launch
roslaunch - is what is used in ROS to launch the packages with launchfiles. In this case we’re launching mavros package using a launchfile named px4.launch. A launchfile is a simple text file with launch parameters. We can quickly see the contents of the px4.launch launchfile at mavros github repository in the launch folder: https://github.com/mavlink/mavros/tree/master/mav... Here we are interested in two important parameters:

The fcu_url is the address in the Ubuntu system, where mavros can access data stream from the autopilot, in our case it’s a serial port at the address /dev/ttyUSB0. So the default px4.launch file will not work for us, we need to override the fcu_url parameter when launching mavros:

roslaunch mavros px4.launch fcu_url:=serial:///dev/ttyUSB0:921600

The second parameter that we’re interested in is gcs_url. This is the address of the ground control station that we can forward the mavlink data to. In this case, QGC is running on the other computer on the network, and we can access it over UDP connection. Again, to do that, we can override the parameter in the launchfile by specifying it in the launch command:

roslaunch mavros px4.launch fcu_url:=serial:///dev/ttyUSB0:921600 gcs_url:=udp://@192.168.2.19:14550

Replace the address with ip of computer on the network running QGC.If we run this command, mavros should launch and connect to autopilot as well as to QGC:

3. Using Screen. Exit mavros for now by pressing ctrl-c. Besides mavros we’ll need to launch rosbridge. To launch both programs without using two terminal windows, there is a handy tool called screen. Screen allows to create virtual terminal windows and switch between them easily.To create a screen session:screen -S sessionname“-S” is a parameter for creating a new session, and “sessionname” can be any name you like.

Now run mavros:

roslaunch mavros px4.launch fcu_url:=serial:///dev/ttyUSB0:921600 gcs_url:=udp://@192.168.2.19:14550

To create a second virtual terminal window, press ctrl-a-c (just like in step 2, holding ctrl, press a, then c) Now in this new terminal, launch rosbridge:

roslaunch rosbridge_server rosbridge_websocket.launch

Great! To switch between terminals, use ctrl-a-p (for previous) and ctrl-a-n (for next)The nice thing about screen is that even if the ssh session exits for some reason, you can still access it by logging in with ssh again and running a reconnect command:

screen -r

More info on screen: https://www.linode.com/docs/networking/ssh/using-...




Step 7: Sending Data to Mavros





1. Assuming screen, mavros and rosbridge are running, as described in step 4, connect Grasshopper to ROS using rosbridge: open the rosbridge terminal window, then in grasshopper, connect the address node to WS (web socket). Rosbridge should say a client is connected.

2. Make sure Mavros is getting data from GrasshopperRun rostopic list - to see the mavros topics available.

Rostopic is a command line tool to display information about ros topics, which are basically unidirectional streams of data. In this case the topics with names starting with /mavros are the streams containing various data from autopilot (published topics), as well as channels that we can write to thus sending commands to autopilot (subscribed topics). More on this:http://wiki.ros.org/rostopichttp://wiki.ros.org/Topics

Change the address in the yellow text node to the Odroid ip. Connect the address node to “WS” node and double click the timer. Create a new virtual terminal in screen and run:

rostopic echo /mavros/setpoint_position/local

Where “echo” is the command used to view the data in the topic “setpoint_position/local”, which we publish data to from Grasshopper. If you move the sliders in GH you should see see the same values changing in the terminal.

3. With QGC connected, open the Analyze window. Now if you switch autopilot to offboard mode (with vehicle disarmed) you should see POSITION_TARGET_LOCAL_NED appear in the list of available autopilot topics with the values that we set in Grasshopper.You will also likely notice that the graph is unstable, there are sudden jumps in the data.

We can also see the same effect by running:
rostopic hz /mavros/setpoint_position/local

Where “hz” is the rostopic parameter to show the publication rate of a topic. You should see that topic update rate is rather slow, which is unacceptable for the autopilot.This is the effect of a wifi connection, which cannot provide a continuous and uninterrupted stream of data.The autopilot will put the vehicle in a failsafe mode every time there is a gap in the data stream. So in the next step, we’re going to fix this. Instead of trying to feed the data continuously to Mavros directly from Grasshopper, we’re going to feed it though a simple ROS plugin, that will ensure that the stream is continuous.



Step 8: Custom ROS Plugin



So the ROS package that we’re going to use will ensure that our stream of commands to autopilot is continuous.

The package is basically a simple Python script. I’ve included comments in the code, feel free to take a look to get an idea of what’s going on.https://github.com/art-mx/gh-mavros/blob/master/s... This is a standard way of installing ROS packages from source from GitHub:

1. Make sure Odroid has internet connection, then run the following commands:

cd ~ - This will bring you to the “home” folder of Ubuntu

mkdir new_ws - We are creating a folder for our new ROS workspace, named new_ws

cd new_ws - Navigating into that folder

mkdir src - This folder will contain the source files of the packages in the workspace

cd src

catkin_init_workspace

git clone https://github.com/art-mx/gh-mavros.git - makes a local copy of a github repository

cd ~/new_ws

catkin_make - build the packages in the workspace using catkin tool

echo "source ~/new_ws/devel/setup.bash" >> ~/.bashrc

source ~/.bashrc

That’s it, our package should be installed and ready to be used.

More on workspaces and catkin: http://wiki.ros.org/catkin/Tutorials

2. Run the mavros and rosbridge, as we did in the step 4. Then in another terminal, run:

rosrun gh-mavros gh_commander.py

Here, we’re using a “rosrun” command, which allows you to run an executable, in our case - "gh_commander.py" “gh-mavros” is the name of our custom package“gh_commander.py” is the name of the executable python script in the package.If everything is ok, we should get a message that FCU (Flight Control Unit, or autopilot) is connected.

3. Now download the gh-targetpose.gh and open it.https://drive.google.com/file/d/0B2tng5FWxLIBek1K...

In this definition we’re doing a few more things:

- creating a new ROS topic and publishing data to - our custom plugin will receive updates from this topic and publish an uninterrupted stream to the Mavros topic(/mavros/setpoint_position/local) that we used to send data to directly in the previous step.

- replacing sliders with a point referenced from Rhino viewport - this will allow us to visualize and manipulate the target setpoint in the viewport

- subscribing to a Mavros topic containing information about the vehicle’s position in space to visualize it in the viewport - will allow to visualize the motion of the vehicle in the Rhino viewport

4. Connect to rosbridge in the same way we did it before in step 6. Press the button to create a new ROS topic, and reference a new point from the Rhino viewport. Also press the button to subscribe to Mavros topic, we’ll be getting data containing vehicle’s position in space from it and visualizing it in the viewport.

5. If we now move the point in the viewport, in the terminal where we launched gh-commander.py, we should see a message saying that a new target has been received.



Step 9: Fly With Offboard Control
http://dev.px4.io/offboard-control.html

Before continuing: Warning, Offboard control is dangerous. Always be ready to switch back to manual control, or engage the kill switch, in case something goes wrong! Safety first!

When setting a reference point in grasshopper, be sure to put it close to the takeoff location of the drone. Take off manually, put the vehicle in the position control mode first, make sure it can hold position well and then switch to OFFBOARD. At this point you should be able to move the reference point in the Rhino viewport and observe the vehicle fly to the destination.
 

Top