Skip to content

ROS wrapper of StructureCore based on SDK .7 and FW 0.94.

Notifications You must be signed in to change notification settings

Nissime/Structure_Core

Repository files navigation

BASED ON : chadrockey/structure_core_ros

Tested on SDK version 0.7.2 (FW: 0.9.7)

To run and build:

  1. From your Structure Core SDK download:

sudo DriverAndFirmware/Linux/Install-CoreDriver-Udev-Linux.sh

Scripts/build.sh

mkdir build

cd build

cmake -G'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release ..

make Samples

Check the samples are working (CorePlayground)

  1. copy libStructure.so to /usr/local/lib/ (x86_64 or arm, depends on the platform):

sudo cp Libraries/Structure/Linux/x86_64/libStructure.so /usr/local/lib/

or

sudo cp Libraries/Structure/Linux/arm64/libStructure.so /usr/local/lib/

then

sudo ln /usr/local/lib/libStructure.so

  1. catkin_make

  2. source devel/setup.bash

  3. Run

roslaunch structure_core structure_driver.launch

  1. Configs can be changed with: structure_prameters.yaml

About

ROS wrapper of StructureCore based on SDK .7 and FW 0.94.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published