Skip to content

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

License

Notifications You must be signed in to change notification settings

ASU-RISE-Lab/XPLORER_Arm_Angle_Estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages