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

niralber/Structure_Core

 
 

Repository files navigation

BASED ON : chadrockey/structure_core_ros

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. if libStructure.so is missing do:

sudo cp StructureSDK-CrossPlatform-0.7/Libraries/Structure/Linux/x86_64/libStructure.so /usr/local/lib/

or

sudo cp StructureSDK-CrossPlatform-0.7/Libraries/Structure/Linux/arm64/libStructure.so /usr/local/lib/

into this repo (choose your platforms).

  1. catkin_make

  2. Run

roslaunch src/Structure_Core/launch/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

Languages

  • C++ 92.2%
  • CMake 5.8%
  • Objective-C 2.0%