-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
59 lines (44 loc) · 2.17 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<package>
<name>multirobot_joystick_controller</name>
<version>1.0.0</version>
<description>
This code is not really configurable. You may have to change the
"Config Values" in head of the Python File and maybe even more in the
code.
usage
---------
1. Select a Robot with the **X**, **Y**, **A**, **B** buttons.
2. Press and hold the dead-men key (left shoulder button).
3. Drive the robot, left analog stick linear velocity, right analog
stick for rotation
config values
-------------
- **REFRESH_RATE** - refresh rate of the service, can by low, does not effect message receiving
- **ROBOT_MAX_VELOCITY** - the maximum velocity
- **ROBOT_ROTATION_SCALE** - the robot rotation scale factor, 1.0 => max robot rotation 2*pi rad/s
- **DEADMAN_BUTTON** - button id of the dead-man button
- **TWISTMSG_TOPIC** - topic name for the Twist velocity messages
- **JOYSTICK_TOPIC** - topic name of the ROS joystick node
- **ROBOTS_LIST** - list with robots (namespace names)
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">Lars Kistner</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>BSD</license>
<!-- Url tags are optional, but mutiple are allowed, one per tag -->
<!-- Optional attribute type can be: website, bugtracker, or repository -->
<!-- <url type="website">http://wiki.ros.org/multirobot_joystick_controller</url> -->
<url type="website">http://github.com/Sr4l/multirobot_joystick_controller</url>
<!-- Author tags are optional, mutiple are allowed, one per tag -->
<!-- Authors do not have to be maintianers, but could be -->
<!-- Example: -->
<author email="[email protected]">Lars Kistner</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<run_depend>rospy</run_depend>
</package>