Updating ROS package
How to update the costmap_2d package in ROS ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How to update the costmap_2d package in ROS ?
If you mean version update to a new debian package, you can just simply use apt
, like; sudo apt-get install ros-indigo-costmap-2d
. This will install the package if it is not installed, or upgrade it if it is installed and an upgrade is available. Of course before this operations it will be better to update repositories with sudo apt-get update
.
For only upgrade (no install if it is not installed), you can use sudo apt-get --only-upgrade install ros-indigo-costmap-2d
.
If you installed it from source, you should update your files according to the version control system used. For example if it is a git
repository, and you installed it with git clone
, you can just use git pull
, or git fetch
and merge
.
Hope I got your point.
Asked: 2016-01-28 04:29:41 -0500
Seen: 9,184 times
Last updated: Jan 28 '16
How much space is required for a complete install of cturtle-base?
How to install ROS on BeagleBoard Ubuntu 10.10?
Best way to download and build a package dependency?
ROS Repository apt-get tab completion
Ogre_tools installation issues on Snow Leopard (with ROS diamondback)