-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot install bag_tools by sudo apt-get install ros-kinetic-bag-tools #18
Comments
I have this issue too. I can install tf_tools, pointcloud_tools, plot_tools, and launch_tools, but bag_tools gives the error above and srv_tools won't install because bag_tools won't install. |
Problem persists! What's going on? |
Having the same problem. For those searching for a workaround, you can install it from source. Create a catkin workspace:
Now clone this repo:
Make sure dependecies are installed:
Install:
Dont forget to overlay over your current ros environment:
|
Thanks for the build/install instructions @mhubii they are helpful. I suggest two modifications to your procedure:
|
I updated the ROS wiki page for srv_tools and bag_tools with installation instructions |
Hi, my ros version is kinetic,when I try to install bag_tools package by "sudo apt-get install ros-kinetic-bag-tools" but I got the error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ros-kinetic-bag-tools 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-kinetic-bag-tools' has no installation candidate
How to slove this problem? Is that mean bag_tools package does not support kinetic any more? Thanks a lot!
The text was updated successfully, but these errors were encountered: