Skip to content

Commit 0c15518

Browse files
committed
add list of pip3 installs to make it work
1 parent 3da3a72 commit 0c15518

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

bag_tools/scripts/change_camera_info.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,15 @@ def replacement(replace_string):
7979

8080
if __name__ == "__main__":
8181

82-
"CALL : python3 change_camera_info.py --inbag in.bag --outbag out.bag --replacement /stereo_down/left/camera_info=left.yaml"
82+
'''
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
8389
90+
'''
8491
rospy.init_node('change_camera_info')
8592
parser = argparse.ArgumentParser(description='Change camera info messages in a bagfile.')
8693
parser.add_argument('--inbag', help='input bagfile')

0 commit comments

Comments
 (0)