-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREADME
25 lines (16 loc) · 967 Bytes
/
README
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
This package contains the required nodes and launchfiles to fire up the KURT3D robot with a 3D Laserscan capabilities.
It provides functionality to control the five servo motors via the pololu micro usb controller card
and make us of it to take and assemble laser scans with a sick lms200 laser scan unit.
servos can be controlled via
servo_node service calls
servo_control topic
a laserscan can be requested via the
laserscanner_node service call
the point clouds will be published on topic
/uos_3dscans
- ps3joy_kurt3d
This node allows to control the robot via ps3 bluetooth controller. Use L1 / R1 with the right joystick to control the camera servos.
Use triangle button to initiate a laserscan.
You will probably want to have several other packages around for integrated usage:
- uos_slam
This package allows you to dump the taken laserscans to the hard drive (do not forget to remap the point2_in topic to uos_3dscans)