Skip to content

Commit 03b32cd

Browse files
committed
updated Sophus ROS package wrapper to use old Sophus revision
1 parent a31ea60 commit 03b32cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sophus/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ GIT_URL=git://github.com/strasdat/Sophus.git
1010
include $(shell rospack find mk)/git_checkout.mk
1111

1212
sophus: download
13+
cd sophus_src && git checkout a621ff && cd .. && \
1314
mkdir -p build && cd build && \
1415
cmake -DCMAKE_INSTALL_PREFIX=`pwd`/.. ../$(GIT_DIR) && \
1516
make install

0 commit comments

Comments
 (0)