Chenghan Wang
Chenghan Wang
I followed the setup steps in the description, however, an error occured when running 'bash src/mader/install_and_compile.sh'. The error is : 'Could not find a package configuration file provided by "snapstack_msgs"...
I was trying to embed the ABIT* algorithm into my own motion planning project, and I used the demo 'OptimalPlanning.py' as template. I kept all other things unchanged and the...
**1、Following are my system setups:** OS: Ubuntu 18.04 bionic Python version: 3.8 Conda Environment: YES **2、Issue description:** I first used 'cmake -DCMAKE_INSTALL_PREFIX="$CONDA_PREFIX" -DBOOST_ROOT="$CONDA_PREFIX" ../..' to build the CMakelist file. Then...