Skip to content
Snippets Groups Projects
Commit 8dd1bdd0 authored by Tommy Persson's avatar Tommy Persson
Browse files

Work with depot

parent e4aba82d
Branches
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ usb-Logitech_Wireless_Gamepad_F710_2CAE9E79-joystick ...@@ -382,7 +382,7 @@ usb-Logitech_Wireless_Gamepad_F710_2CAE9E79-joystick
Start the ROS driver for a joystick: Start the ROS driver for a joystick:
```bash ```bash
rosrun joy joy_node _dev:=/dev/input/by-id/${JOY_EXTRA0} _deadzone:=0.05 _autorepeat_rate:=0 _coalesce_interval:=0.1 __ns:=/extra0 rosrun joy joy_node _dev:=/dev/input/by-id/${JOY_EXTRA0} _deadzone:=0.05 _autorepeat_rate:=50 _coalesce_interval:=0.1 __ns:=/extra0
``` ```
Setup the simulation: Setup the simulation:
...@@ -396,6 +396,7 @@ Start the joysick controller: ...@@ -396,6 +396,7 @@ Start the joysick controller:
wexec rosrun lrs_dji_sim joypose.py __ns:=/dji0 wexec rosrun lrs_dji_sim joypose.py __ns:=/dji0
``` ```
Rviz: Rviz:
```bash ```bash
wexec roslaunch lrs_launch rviz_outside.launch wexec roslaunch lrs_launch rviz_outside.launch
...@@ -403,4 +404,4 @@ wexec roslaunch lrs_launch rviz_outside.launch ...@@ -403,4 +404,4 @@ wexec roslaunch lrs_launch rviz_outside.launch
On the GamePad: On the GamePad:
- Green Button: Manual Mode, fly with gamepad - Green Button: Manual Mode, fly with gamepad
- Red Busstion: Auto - Red Button: Auto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment