-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add eusgazebo package again #93
Conversation
you need to add more package at https://github.com/start-jsk/rtmros_gazebo/blob/master/.travis.yml#L31 ( I thought drcsim-hydro installs atlas_description ...) |
Yes, I thought so too. I just added eusgazebo package, which is not dependent on atlas_description. |
yes, this is strange, I restarted https://travis-ci.org/start-jsk/rtmros_gazebo/builds/29022623 to see what happens |
Now, I know what the problem is, but I don't know how to solve, so please help. I need to add eustf roseus_c_util [ERROR] [1404549652.990504301]: Could not find roseus messages under (/home/travis/.ros/roseus/hydro /home/travis/ros/ws_rtmros_gazebo/devel/share/roseus/ros /opt/ros/hydro/share/roseus/ros)
try rosrun roseus generate-all-msg-srv.sh gazebo_msgs I can not add Could not find a configuration file for package atlas_description.
Set atlas_description_DIR to the directory containing a CMake configuration
file for atlas_description. The file will have one of the following names:
atlas_descriptionConfig.cmake
atlas_description-config.cmake So, I'd like to know the way that One idea is that add |
how about add some file under /etc/apt/preferences.d/ and set hydro-gazebo-msg to be pinned, add something like following code around https://github.com/start-jsk/rtmros_gazebo/blob/master/.travis.yml#L27
|
travis regards the situation not finding apt package as error.
|
I removed mmurooka@ba172cb Not the best but one solution. |
When apt package is not found, apt-get regards it as error, and aptitude does not. murooka@murooka-ThinkPad-T430:~$ LANG=C sudo apt-get install ros-hydro-gazebo-msgs
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ros-hydro-gazebo-msgs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'ros-hydro-gazebo-msgs' has no installation candidate
murooka@murooka-ThinkPad-T430:~$ echo $?
100
murooka@murooka-ThinkPad-T430:~$ LANG=C sudo aptitude install ros-hydro-gazebo-msgs
No candidate version found for ros-hydro-gazebo-msgs
No candidate version found for ros-hydro-gazebo-msgs
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
murooka@murooka-ThinkPad-T430:~$ echo $?
0 |
did you check with |
After jsk-ros-pkg/jsk_travis#3 is merged and reflected to this repository, |
Passed!!! |
fix initial pose and use cfm
This is new PR same as old PR, #41.