ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
3

Updating ROS package

asked 2016-01-28 04:29:41 -0500

mayank_m gravatar image

How to update the costmap_2d package in ROS ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
8

answered 2016-01-28 05:21:45 -0500

Akif gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-01-28 04:29:41 -0500

Seen: 9,000 times

Last updated: Jan 28 '16