Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 929 Bytes

File metadata and controls

41 lines (27 loc) · 929 Bytes

XPLORER Arm Angle Estimator

Package containing code to obtain data from 4 IMUs via the i2C connection in the Raspberry Pi and publish the arm angles.

Dependecies

You need to have the following packages installed in your system:

SQUEEZE Custom Messages

Package Build

Clone the repository in your colcon workspace and build it

cd ~/colcon_ws/src
git clone https://github.com/ASU-RISE-Lab/bno055_raspi_squeeze.git
cd ~/colcon_ws
colcon build --packages-select bno055_raspi_squeeze

IMU Mounting Reference

Circuit Diagram

To be Added Soon

Launching the node

Serial Port Opening

In order to open the i2c port, please run the following command:

sudo chmod a+rw /dev/i2c-*

Run the node by using following command

ros2 run bno055_raspi_squeeze imu_node