Updated doc to remove abseil-cpp from ROS (#1211)
I have added a few lines to the doc to alert users to remove ros abseil-cpp and also to change the rosinstall file if they wish to checkout a different version of cartographer. As discussed in #1208master
parent
5fb4314c8b
commit
2d9b751d51
|
@ -63,6 +63,13 @@ The command 'sudo rosdep init' will print an error if you have already executed
|
|||
rosdep update
|
||||
rosdep install --from-paths src --ignore-src --rosdistro=${ROS_DISTRO} -y
|
||||
|
||||
If you build cartographer from master. Change/remove the version in the cartographer_ros.rosinstall.
|
||||
|
||||
Additionally, uninstall the ros abseil-cpp using
|
||||
|
||||
.. code-block:: bash
|
||||
sudo apt-get remove ros-${ROS_DISTRO}-abseil-cpp
|
||||
|
||||
Build and install.
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Reference in New Issue