Skip to content

Commit c73ddc0

Browse files
authored
Update README.md
1 parent 29a7e2b commit c73ddc0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,15 @@ To use `rtabmap_ros` on Jetson, you can follow the instructions above if you don
115115
4. Do step 1.6 from http://wiki.ros.org/kinetic/Installation/Ubuntu
116116
5. [Create your catkin workspace](http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment#Create_a_ROS_Workspace)
117117
6. *Optional:* Install g2o and/or GTSAM dependencies as above (increase visual odometry and graph optimization accuracy).
118-
7. To avoid [libGL undefined errors](https://devtalk.nvidia.com/default/topic/1007290/jetson-tx2/building-opencv-with-opengl-support-/post/5141945/#5141945) (**this step may not be required on Jetpack 4**):
118+
7. To avoid [libGL undefined errors](https://devtalk.nvidia.com/default/topic/1007290/jetson-tx2/building-opencv-with-opengl-support-/post/5141945/#5141945):
119119
```
120120
$ cd /usr/lib/aarch64-linux-gnu/
121+
# Jetpack 3:
121122
$ sudo ln -sf tegra/libGL.so libGL.so
123+
# Jetpack 4:
124+
sudo ln -sf libGL.so.1.0.0 libGL.so
122125
```
126+
123127
8. To avoid [libvtkproj4 errors](https://github.com/PointCloudLibrary/pcl/issues/1594#issuecomment-283873617) (**this step may not be required on Jetpack 4**):
124128
```
125129
$ sudo ln -s /usr/lib/aarch64-linux-gnu/libvtkCommonCore-6.2.so /usr/lib/libvtkproj4.so

0 commit comments

Comments
 (0)