Updating link in README to noetic in order to compile#25
Updating link in README to noetic in order to compile#25wsnewman merged 3 commits intowsnewman:noetic_develfrom
Conversation
leegs
left a comment
There was a problem hiding this comment.
Thank you for these edits.
|
|
||
| This entire repository should be cloned to: ~/ros_ws/src (assuming your ros workspace is named "ros_ws" and resides within your home directory). To do so, navigate to ~/ros_ws/src from a terminal and enter: | ||
| `git clone https://github.com/wsnewman/learning_ros.git` | ||
| `git clone --recursive https://github.com/wsnewman/learning_ros.git` |
There was a problem hiding this comment.
This edit will be accepted.
| `git clone --recursive https://github.com/wsnewman/learning_ros.git` | ||
| and also clone the external packages used with: | ||
| `git clone https://github.com/wsnewman/learning_ros_external_packages.git` | ||
| `git clone --recursive https://github.com/wsnewman/learning_ros_external_pkgs_noetic` |
There was a problem hiding this comment.
This repository will not exist. The learning_ros_external_pkgs repository is working with both Melodic and Noetic at this time. (At least is should be.) If the updated version does not work for Noetic, please submit an issue on that repository.
This edit will not be accepted as it will not be necessary.
There was a problem hiding this comment.
Sorry my mistake. The repo link should end with .git. However the recursive flag is necessary I believe.
There was a problem hiding this comment.
@leegs I tried the original https://github.com/wsnewman/learning_ros_external_packages but failed on both noetic and melodic, mainly due to missing baxter related packages.
My only successful catkin_make is on noetic after running commands below.
mkdir -p ~/ros_ws/src/
cd ~/ros_ws/src/
git clone --recursive https://github.com/wsnewman/learning_ros.git
git clone --recursive https://github.com/wsnewman/learning_ros_external_pkgs_noetic.git
cd ~/ros_ws/
rosdep install --from-paths src --ignore-src -r -y
sudo apt install ros-noetic-moveit
catkin_make
leegs
left a comment
There was a problem hiding this comment.
Please remove the change for the "learning_ros_external_pkgs" line as it is being address separately.
Uh oh!
There was an error while loading. Please reload this page.