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: 8,609 times
Last updated: Jan 28 '16
Installation on Fedora25 x86_64 Failure on libopenblas.so Link
laser_driver stack missing in pr2-desktop install
Cannot set sources.list.d/ros-latest.list
How to clear older costmap just before updating the map?
Using rolling window without navigation stack
Installation path of groovy gscam according to wiki ? [closed]