Default value for joint_state_publisher_node [closed]
Accroding to wiki page ros.org/wiki/joint_state_publisher
default value of joint_state_publisher_node is zero, or if zero is not a permissible value, (max+min)/2.
I'm working pr2 robot and for many joint 0 is not permissible, while joint state publisher is just publishing zero for all the joints, How can I make joint_state_publisher_node to publish (max+min)/2 for all the joints?