<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml"><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
 </head><body style=""><div>Hello,</div>
<div>&#160;</div>
<div>I have a task that is supposed to provide the robots position in a global map via a transform &#34;map&#34; -&#62; &#34;robot&#34;.</div>
<div>&#160;</div>
<div>Within the orogen-file, the transform is specified as:</div>
<div>&#160;&#160;&#160; output_port &#34;map2robot&#34;, &#34;base/samples/RigidBodyState&#34;</div>
<div>&#160;</div>
<div>The transform is created with the given frame names in the task:</div>
<div>&#160; base::samples::RigidBodyState rbs;<br>&#160; rbs.setTransform(mMapper-&#62;getCurrentPose());<br>&#160; rbs.invalidateCovariances();<br>&#160; rbs.sourceFrame = &#34;map&#34;;<br>&#160; rbs.targetFrame = &#34;robot&#34;;<br>&#160; _map2robot.write(rbs);</div>
<div>&#160;</div>
<div>In transforms.rb, this transform is definied to provide the &#34;map&#34; and robot &#34;frame&#34;</div>
<div>&#160; dynamic_transform &#34;mapper.map2robot&#34;, &#34;map&#34; =&#62; &#34;robot&#34;<br>&#160;</div>
<div>But when I try to visualize sensor data in the &#34;robot&#34; frame, only the default &#34;world_osg&#34; frame is available. A transform_broadcaster is not started, even after adding a dummy static_transform in transforms.rb.</div>
<div>&#160;</div>
<div>What else is missing to make the transform available in the visualization?</div>
<div>&#160;</div>
<div>Best regards,</div>
<div>Sebastian</div></body></html>