File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -384,8 +384,7 @@ your machine.
384
384
385
385
.. code ::
386
386
387
- export
388
- SPINNAKER_GENTL64_CTI=/opt/ros/${ROS_DISTRO}/lib/spinnaker-gentl/Spinnaker_GenTL.cti
387
+ export SPINNAKER_GENTL64_CTI=/opt/ros/${ROS_DISTRO}/lib/spinnaker-gentl/Spinnaker_GenTL.cti
389
388
390
389
2) Add the “flirimaging” group and make yourself a member of it
391
390
Original file line number Diff line number Diff line change 4
4
echo -e " \e[32mStarting spinnaker_camera_driver setup script\e[0m"
5
5
echo " "
6
6
7
+
7
8
while true ; do
8
9
read -p " Add the flirimaging group? (y/n)? " yn
9
10
case $yn in
66
67
echo " "
67
68
echo -e " \e[32mDone: spinnaker_camera_driver setup script\e[0m"
68
69
echo " Please reboot the device to ensure changes have taken full effect"
69
- echo " "
70
+ echo " "
71
+
72
+ echo " Don't forget to add this line to your .bashrc: "
73
+ echo " "
74
+ echo " export SPINNAKER_GENTL64_CTI=/opt/ros/\$ {ROS_DISTRO}/lib/spinnaker-gentl/Spinnaker_GenTL.cti"
You can’t perform that action at this time.
0 commit comments