Skip to content
This repository has been archived by the owner on Mar 17, 2019. It is now read-only.

Fix Ubuntu 18.04 installation issues. #190

Merged
merged 3 commits into from
Nov 29, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
Fix ubuntu 18.04 installation instructions.
  • Loading branch information
nzlz committed Nov 29, 2018
commit de93d4d8659f22bfe21cda1090018765af8fcf0d
10 changes: 3 additions & 7 deletions gym_gazebo/envs/installation/gazebo_ros_melodic.repos
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
repositories:
ar_track_alvar:
type: git
url: https://github.com/sniekum/ar_track_alvar
version: melodic-devel
ar_track_alvar_msgs:
type: git
url: https://github.com/sniekum/ar_track_alvar_msgs
version: melodic-devel
url: https://github.com/ros-perception/ar_track_alvar
version: melodic-devel`
catkin_simple:
type: git
url: https://github.com/catkin/catkin_simple.git
Expand Down Expand Up @@ -61,7 +57,7 @@ repositories:
version: indigo
kobuki_desktop:
type: git
url: https://github.com/erlerobot/kobuki_desktop
url: https://github.com/yujinrobot/kobuki_desktop
version: devel
kobuki_msgs:
type: git
Expand Down
2 changes: 1 addition & 1 deletion gym_gazebo/envs/installation/setup_melodic.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cd ../../catkin_ws/src/
vcs import < ../../gazebo_ros_melodic.repos

cd ..
touch src/ecl_navigation/ecl_mobile_robot/CATKIN_IGNORE
touch catkin_ws/src/ecl_navigation/ecl_mobile_robot/CATKIN_IGNORE
catkin_make -j 1
bash -c 'echo source `pwd`/devel/setup.bash >> ~/.bashrc'
echo "## ROS workspace compiled ##"
Expand Down