-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
27 lines (17 loc) · 779 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
26
27
Installation:
==> Download and add the package in your ROS_PACKAGE_PATH
==> open a terminal and enter the following command:
==> rosmake youbot_hokuyo_application
To run the node:
==> Use following commandds in the terminal
#Start the youbot_oodl driver
==> roslaunch youbot_oodl youbot_oodl_driver.launch
#Execute the launch file to start other relevant nodes
==> roslaunch youbot_hokuyo_application youbot_hokuyo_application.launch
#Start the point cloud assembling node
==> rosrun youbot_hokuyo_application youbot_hokuyo_node
To visualize the formation of the pointclouds:
# Start the ros visualization tool
==> rosrun rviz rviz
==> Use fixed-frame as "base_link"
==> add a pointcloud visualizer subscribed to the topic, "youbot_hokuyo_assembled_cloud"