CodeRef macro fails on a wiki page
In wiki page http://www.ros.org/wiki/navigation/Tu... , a macro to refer to code block doesn't properly shows the result and we see on page:
Error: No code_block
wiki code looks:
{{{#!cplusplus block=broadcaster
:
}}}
:
<<CodeRef(broadcaster, 2, 2)>>
which looks correct. Server side issues?
Env: Mac OSX 10.6.8, Firefox 3.6.20
@tfoote@IsaacSaito same situation: http://wiki.ros.org/urdf/Tutorials/Using%20urdf%20with%20robot_state_publisherhttp://wiki.ros.org/tf/Tutorials/Writing%20a%20tf%20listener%20%28C%2B%2B%29 Env: Ubuntu 12.04, Firefox 25.0.1 / Google Chrome 31.0.1650.63
BTW How do I start a new line in comment?
@AzureViolin I took a glimpse at the pages you refer to and found no issues in codes; scope is write. block may be missing from the robot_state_publisher one though.