Skip to content

Commit

Permalink
Updating install process.
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-nelson committed May 2, 2016
1 parent 64bd09d commit 61e0484
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ roslaunch blam_example test_offline.launch

An example .rviz configuration file is provided under
`blam_example/rviz/lidar_slam.rviz`.

## Dependencies

***BLAM!*** relies on system installations of the following packages:

* [ROS](http://wiki.ros.org/ROS/Installation)
* [GTSAM](https://collab.cc.gatech.edu/borg/gtsam)
4 changes: 0 additions & 4 deletions external/blam-external.rosinstall
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
- git:
local-name: gtsam_ros
uri: https://github.com/erik-nelson/gtsam_ros.git
version: master
6 changes: 4 additions & 2 deletions update
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ fi
wstool merge -t src blam-external.rosinstall
wstool up -t src
catkin_make_isolated --install --cmake-args -DCMAKE_BUILD_TYPE=Release
touch ${TOP_DIR}/external/install_isolated/.catkin
source ${TOP_DIR}/external/install_isolated/setup.bash
if [ ! -d "./install_isolated" ]; then
touch ./install_isolated/.catkin
source ./install_isolated/setup.bash
fi

# Compile BLAM packages.
cd ${TOP_DIR}/internal
Expand Down

0 comments on commit 61e0484

Please sign in to comment.