Ajout accès objet depuis launch file (plannar seg)
This commit is contained in:
parent
9dddc9ba23
commit
1c72d90e9a
4 changed files with 19 additions and 2 deletions
|
@ -134,7 +134,7 @@ int main (int argc, char** argv)
|
|||
// Create a ROS publisher for the output point cloud
|
||||
pub = nh.advertise<sensor_msgs::PointCloud2> ("/plane_output", 1);
|
||||
// pubc = nh.advertise<geometry_msgs::PointStamped> ("/object_center", 1);
|
||||
pubc = nh.advertise<rviz_interface::NamedPoint> ("/object_center", 1);
|
||||
pubc = nh.advertise<rviz_interface::NamedPoint> ("/RvizInterface/object_center", 1);
|
||||
|
||||
// printinfo();
|
||||
// Spin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue