how do i update my current version of melodic
i am running vesion 1.14.3 of melodic
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
i am running vesion 1.14.3 of melodic
Asked: 2019-08-14 10:25:50 -0600
Seen: 774 times
Last updated: Aug 14 '19
There is no such thing as a single version for a ROS distro. Each distro consists of many packages that have completely different version numbers.
If you are refering to the latest sync and want to update this: Assuming you have followed the standard install instructions using debian packages, a simple
sudo apt update && sudo apt upgrade
will be sufficient.