PX4 Teleop
px4_teleop

PX4 teleop package

Nodes

Launch

Config

Config files contain axes and buttons mapping

Running Nodes

px4_teleop_joy node reads a config file written in yaml. Run the following command to read specific config file.

1 roslaunch px4_teleop teleop_joy_sim.launch joy_config_path:=<path_to_config>

In addition to this, an RC mode is set 1 by default. Run the following command to change the RC mode.

1 roslaunch px4_teleop teleop_joy_sim.launch joy_rc_mode:=<rc_mode>

Document

You can build documents by running

1 doxygen Doxyfile

at the root of px4_teleop repository. And the documents will be build in docs directory.

The document is also available on https://uenota.github.io/px4_teleop/.