Skip to content

Commit

Permalink
fix gp install
Browse files Browse the repository at this point in the history
  • Loading branch information
marinagmoreira committed May 10, 2024
1 parent 9c1a98a commit 89d2a24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions astrobee/simulation/isaac_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
cmake_minimum_required(VERSION 3.5)
project(isaac_gazebo)

# Specify C++14 standard
add_definitions(-std=c++14)
# Specify C++17 standard
add_definitions(-std=c++17)

# Find packages
find_package(catkin REQUIRED COMPONENTS
Expand Down
2 changes: 1 addition & 1 deletion dense_map/volumetric_mapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# License for the specific language governing permissions and limitations
# under the License.

cmake_minimum_required(VERSION 2.8.3)
cmake_minimum_required(VERSION 3.5)
project(vol_mapper)

## Compile as C++14, supported in ROS Kinetic and newer
Expand Down
2 changes: 1 addition & 1 deletion scripts/setup/dependencies/build_install_gp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PACKAGE_NAME=gp
if [ -d $PACKAGE_NAME ]; then
rm -rf $PACKAGE_NAME
fi
git clone --quiet https://github.com/marinamrr/libgp.git $PACKAGE_NAME 2>&1 || exit 1
git clone --quiet https://github.com/marinagmoreira/libgp.git $PACKAGE_NAME 2>&1 || exit 1
cd $PACKAGE_NAME
mkdir build && cd build
cmake ..
Expand Down

0 comments on commit 89d2a24

Please sign in to comment.