Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ then
echo "Ok - Gelpia exists"
else
echo "Installing Gelpia..."
git clone https://github.com/soarlab/gelpia.git ./tmp/gelpia
git clone https://github.com/rospoly/gelpia.git ./tmp/gelpia
cd ./tmp/gelpia
make requirements
make
Expand All @@ -65,7 +65,7 @@ then
echo "Ok - Gelpia Constraints exists"
else
echo "Installing Gelpia Constraints..."
git clone https://github.com/soarlab/gelpia.git ./tmp/gelpia_constraints
git clone https://github.com/rospoly/gelpia.git ./tmp/gelpia_constraints
cd ./tmp/gelpia_constraints
git checkout constraints
git pull
Expand Down