Skip to content

Commit 5ea9446

Browse files
committed
better documentation for setting GENTL variable
1 parent 30c8e0c commit 5ea9446

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

spinnaker_camera_driver/doc/index.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ your machine.
384384

385385
.. code::
386386
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
389388
390389
2) Add the “flirimaging” group and make yourself a member of it
391390

spinnaker_camera_driver/scripts/linux_setup_flir

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ echo ""
44
echo -e "\e[32mStarting spinnaker_camera_driver setup script\e[0m"
55
echo ""
66

7+
78
while true; do
89
read -p "Add the flirimaging group? (y/n)? " yn
910
case $yn in
@@ -66,4 +67,8 @@ done
6667
echo ""
6768
echo -e "\e[32mDone: spinnaker_camera_driver setup script\e[0m"
6869
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"

0 commit comments

Comments
 (0)