Skip to content

Commit

Permalink
Align all_packages folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
martinaxgloria committed Nov 28, 2024
1 parent 13e9797 commit 49e2b96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ source install/setup.bash

### Install as a single CMake project

If you want to build this repository as a single CMake project, you can use the `CMakeLists.txt` provided in `xcub_all_packages`:
If you want to build this repository as a single CMake project, you can use the `CMakeLists.txt` provided in `xcub_moveit_all_packages`:

~~~shell
git clone https://github.com/icub-tech-iit/xcub-moveit2/
cd xcub-moveit2/xcub_all_packages
cd xcub-moveit2/xcub_moveit_all_packages
cmake -Bbuild -S. -DCMAKE_INSTALL_PREFIX=<install_prefix>
cmake --build build
cmake --install build
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 49e2b96

Please sign in to comment.