We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da3a72 commit 0c15518Copy full SHA for 0c15518
bag_tools/scripts/change_camera_info.py
@@ -79,8 +79,15 @@ def replacement(replace_string):
79
80
if __name__ == "__main__":
81
82
- "CALL : python3 change_camera_info.py --inbag in.bag --outbag out.bag --replacement /stereo_down/left/camera_info=left.yaml"
+ '''
83
+ CALL : python3 change_camera_info.py --inbag in.bag --outbag out.bag --replacement /stereo_down/left/camera_info=left.yaml
84
+
85
+ troubleshooting:
86
+ - pip3 install rospkg
87
+ - pip3 install pycryptodomex
88
+ - pip3 install gnupg
89
90
91
rospy.init_node('change_camera_info')
92
parser = argparse.ArgumentParser(description='Change camera info messages in a bagfile.')
93
parser.add_argument('--inbag', help='input bagfile')
0 commit comments