Skip to content
Snippets Groups Projects
Commit 72a98e09 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added the tf_prefix in the simulation configuration file.

parent 53632332
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<cameraName>${properties['camera_name']}</cameraName>
<imageTopicName>${properties['image_topic']}</imageTopicName>
<cameraInfoTopicName>${properties['camera_info_topic']}</cameraInfoTopicName>
<frameName>${name}_camera_optical</frameName>
<frameName>${properties['tf_prefix']}/${name}_camera_optical</frameName>
<hackBaseline>${properties['hack_baseline']}</hackBaseline>
<distortionK1>${properties['distortion_K1']}</distortionK1>
<distortionK2>${properties['distortion_K2']}</distortionK2>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment