Skip to content
Snippets Groups Projects
Commit 8c53a522 authored by Fabian Paus's avatar Fabian Paus
Browse files

Do not propagate joint values inside of the RobotStateComponent

(You can still do the propagation on the client side on your local clone)
parent 74e47973
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ namespace armarx
if (this->_synchronized)
{
ARMARX_VERBOSE << "Loaded robot from file " << robotFile << ". Robot name: " << this->_synchronized->getName();
this->_synchronized->setPropagatingJointValuesEnabled(false);
}
else
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment