-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First catkin build doesn't finish #1
Comments
Suspicious points:
|
@pazeshun Tried a few different cases in my PC (without all the building/cleaning stuff) and did not experience any stalling. The most straightforward one would be: mkdir tmp_ws/src -p
cd tmp_ws/src/
# clone euslisp
wstool init
wget https://raw.githubusercontent.com/jsk-ros-pkg/jsk_roseus/master/setup_upstream.sh -O /tmp/setup_upstream.sh
bash /tmp/setup_upstream.sh -w ..
# clone roseus
wstool set jsk-ros-pkg/jsk_roseus --git https://github.com/jsk-ros-pkg/jsk_roseus.git -v master -u -y
cd euslisp/Euslisp/
# checkout euslisp/eus-handler
git remote add Affonso-Gui https://github.com/Affonso-Gui/EusLisp.git
git fetch Affonso-Gui
git checkout eus-handler
# checkout roseus/eus-handler
cd ../../jsk-ros-pkg/jsk_roseus/
git remote add Affonso-Gui https://github.com/Affonso-Gui/jsk_roseus.git
git fetch Affonso-Gui
git checkout eus-handler
cd ../../
# clone roseus_resume
git clone https://github.com/Affonso-Gui/roseus_resume.git
cd ../
# build
catkin build Am going to look a bit further on it later. If you have time please check if the above works in your environment (with the catkin workspace sourced). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my environment, the title phenomenon occurs in the following procedure on one terminal:
The text was updated successfully, but these errors were encountered: