how are you suppose to use the param tag
im using rtabmap and i think im using the params wrong. where do i need to place them do they need to go inside the node tag like:
<node pkg="rtabmap_ros" type="rgbd_odometry" name="rgbd_odometry">
<param name="Odom/ResetCountdown" value="1" />
</node>
or does it need to be outside the node tag like:
<param name="Odom/ResetCountdown" value="1" />
<node pkg="rtabmap_ros" type="rgbd_odometry" name="rgbd_odometry">
</node>
or do both methods work and if they do whats the different between the 2.