-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I was playing with merging environments and so on, and wanted to visualize the resulting environment in Rviz. As far as I understand, I need to instantiate a Monitor in my code, and ask the Rviz plugin to connect to it by switching from "URDF" mode to "Monitor".
Unfortunately, the monitor seems to also expose functionality the modifies the environment, but that's a fairly undesirable side-effect for me, as I don't want to accidentally modify the environment via ROS. Thus, I wanted to initialize a monitor using a tesseract_environment::Environment::ConstPtr but this doesn't seem to be possible at the moment.
Is there any way to achieve this currently?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request