Skip to content

The SBPL and sbpl_lattice_planner algorithms works well in x86 processors but not on ARM based processors. To rectify this issue ,the build configs need to be modified.

Notifications You must be signed in to change notification settings

nsk-05/SBPL-for-ARM-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SBPL-for-ARM-processor

The SBPL and sbpl_lattice_planner algorithms works well in x86 processors but not on ARM based processors. To rectify this issue ,the build configs need to be modified.

SBPL INSTALLATION

git clone https://github.com/nsk-05/SBPL-for-ARM-processor.git
cd sbpl
mkdir build && cd build
cmake ..
make

Install the sbpl library in local system

sudo make install 

Mention the path of the locally installed sbpl lib in bashrc

echo PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH >> ~/.bashrc

In jetson nano, need to specify the processor archeitecture for proper source installation of sbpl_lattic_planner:

export OPENBLAS_CORETYPE=ARMV8

BUILD Sbpl_lattice_planner

Place the sbpl_lattice_planner in your ros workspace and make package
cd <Your ros workspace>/
catkin_make

About

The SBPL and sbpl_lattice_planner algorithms works well in x86 processors but not on ARM based processors. To rectify this issue ,the build configs need to be modified.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published