Rotation in static transform publisher
This is a basic question. I'm a little bit confused how should I assign one of my last three argument below in order to flip or rotate by 180 degree of the z-axis of the parent frame while the other axis remains unchanged. I mean, the z-axis of the frames are opposite in their directions. I wonder if, there is any possibility that I can simply negate the value of the z-axis. The problem I'm currently having is that, if I apply/set a rotation of 180 deg(in which 3.142) about y-axis, then, x-axis will be negated and the same goes to if a apply it about x-axis.
<node pkg="tf" type="static_transform_publisher" name="base_link_to_laser"
args="0.0 0.0 0.0 0.0 0.0 0.0 /base_link /laser 40" />
Thanks in advance.