ROS 2 drvierΒΆ

For ROS 2 users, examples provided from ADLINK are available at the following link: https://github.com/Adlink-ROS/neuron_library_example.git

Note

These examples are only tested under ROS 2 foxy.

  1. Install ROS.

  2. Create a workspace and git clone the following package from github.

# You can name your workspace.
mkdir -p neuronlib_example_ws/src
cd neuronlib_example_ws/src
git clone https://github.com/Adlink-ROS/neuron_library_example.git
cd ..
  1. Build the ROS 2 package.

colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
  1. Source the package.

#Source the package everytime you open a new terminal
source install/local_setup.bash
  1. Tutorials of the examples are provided at the links below.