You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,11 +115,15 @@ To use `rtabmap_ros` on Jetson, you can follow the instructions above if you don
115
115
4. Do step 1.6 from http://wiki.ros.org/kinetic/Installation/Ubuntu
116
116
5. [Create your catkin workspace](http://wiki.ros.org/ROS/Tutorials/InstallingandConfiguringROSEnvironment#Create_a_ROS_Workspace)
117
117
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):
119
119
```
120
120
$ cd /usr/lib/aarch64-linux-gnu/
121
+
# Jetpack 3:
121
122
$ sudo ln -sf tegra/libGL.so libGL.so
123
+
# Jetpack 4:
124
+
sudo ln -sf libGL.so.1.0.0 libGL.so
122
125
```
126
+
123
127
8. To avoid [libvtkproj4 errors](https://github.com/PointCloudLibrary/pcl/issues/1594#issuecomment-283873617) (**this step may not be required on Jetpack 4**):
0 commit comments