How to update a ROS2 package
Hi I was following the ros2 doctor tutorial (https://index.ros.org/doc/ros2/Tutori...) and it gave the following warning
/opt/ros/foxy/lib/python3.8/site-packages/ros2doctor/api/package.py: 112: UserWarning: message_filters has been updated to a new version. local: 3.2.4 < required: 3.2.5
My question is, how to I upgrade this package?
I'm a newbie on ROS 2 but probably just using rosdep or with synaptic should do the trick, isn't?