1 changed files with 10 additions and 2 deletions
@ -1,5 +1,13 @@ |
|||
# Nœud *pcl_displayer* # |
|||
## Description ## |
|||
- topic souscrit : **/displayer/input** (pcl::PointCloud<PointXYZRGB> sous forme de sensor_msgs::PointCloud2) |
|||
- topic souscrit : **/input** (pcl::PointCloud<PointXYZRGB> sous forme de sensor_msgs::PointCloud2) |
|||
|
|||
Affiche sous forme de log ROS et dans la console ROS (avec ROS_INFO) les PointClouds publiés sur **/displayer/input**. |
|||
Affiche sous forme de log ROS et dans la console ROS (avec ROS_INFO) les PointClouds publiés sur **/displayer/input**. |
|||
|
|||
## Exemple ## |
|||
|
|||
``` |
|||
#!sh |
|||
|
|||
rosrun hand_control pcl_displayer input:=/filtre/output |
|||
``` |
|||
|
|||
Loading…
Reference in new issue