Hi all,
I wonder how to create the collision information in tesseract_environment::Environment automatically from the pointcloud of a camera.
I saw in the example that I can manually convert the pointcloud to octomap and use tesseract_environment::AddLinkCommand to add the collision info to tesseract_monitoring::EnvironmentMonitor. But if the enviroment is changing, should I write a ros subscriber callback function to update the EnvironmentMonitor consistently?
Moveit use a sensor_plugin: occupancy_map_monitor/pointcloudoctomapupdater to update the octomap from pointcloud. Is it possible and how to use the plugin in tesseract?
Thanks!
Jiying