-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catkin #87
Comments
the same problem |
1 similar comment
the same problem |
the same problem.how to solve it? |
I have spent my whole day to fix that, but nothing happened, still the same problem |
the same problem.Have you solved it? |
Installationocs2mkdir -p ~/ocs2_ws/src && cd ~/ocs2_ws/src
# Clone ocs2
git clone [email protected]:leggedrobotics/ocs2.git
# Clone pinocchio
git clone --recurse-submodules https://github.com/leggedrobotics/pinocchio.git
# Clone hpp-fcl
git clone --recurse-submodules https://github.com/leggedrobotics/hpp-fcl.git
# install dependencies
sudo apt install liburdfdom-dev liboctomap-dev libassimp-dev
elevation mapping cupysudo apt install libeigen3-dev
# Change ros-version accordingly
sudo apt install -y ros-noetic-pybind11-catkin ros-noetic-grid-map-core ros-noetic-grid-map-msgs libopencv-dev libeigen3-dev libgmp-dev libmpfr-dev libboost-all-dev
git clone https://github.com/leggedrobotics/elevation_mapping_cupy.git grid mapgit clone https://github.com/ANYbotics/grid_map.git Buildcd ~/ocs2_ws
rosdep install --from-path src --ignore-src -ry
catkin build -DCMAKE_BUILD_TYPE=Release Try running the above install and build instructions and see if it's working |
Thank you so much for helping me, after running the code above.
It is intersting that these packages are very common, I will keep trying to solve that |
Errors << ocs2_anymal_mpc:make /home/k1314/ocs2_ws/logs/ocs2_anymal_mpc/build.make.019.log ............................................................................... |
convex_plane_decompositionConfig.cmake this error can be solved by build |
I have solved this problem, you can try to install version 10.0 |
when i catkin build OCS2,the bug is
"CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"convex_plane_decomposition" with any of the following names:
Add the installation prefix of "convex_plane_decomposition" to
CMAKE_PREFIX_PATH or set "convex_plane_decomposition_DIR" to a directory
containing one of the above files. If "convex_plane_decomposition"
provides a separate development package or SDK, be sure it has been
installed."
CMake Error at /opt/ros/noetic/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
Could not find a package configuration file provided by
"grid_map_filters_rsl" with any of the following names:
Add the installation prefix of "grid_map_filters_rsl" to CMAKE_PREFIX_PATH
or set "grid_map_filters_rsl_DIR" to a directory containing one of the
above files. If "grid_map_filters_rsl" provides a separate development
package or SDK, be sure it has been installed.
The text was updated successfully, but these errors were encountered: