RoboteQ line sensor module controller for ROS2.
ROS2 Distro | Build status |
---|---|
humble |
- Linux OS
- ROS 2
- Humble
Add the user to the dialout group.
sudo adduser $USER dialout
The user will need to log out & log back in again for this to take effect.
mkdir -p ~/<Your Workspace>/src
cd ~/<Your Workspace>/src
git clone git@github.com:HarvestX/MGS1600GY-ROS2.git
source /opt/ros/$ROS_DISTRO/setup.bash
cd ~/<Your Workspace>/src/MGS1600GY-ROS2
setup.bash
cd ~/<Your Workspace>
colcon build
source ~/<Your Workspace>/install/setup.bash
ros2 launch mgs1600gy_bringup mgs1600gy.launch.py dev:=<Your Path to Device>
ros2 run mgs1600gy_tool gyro_calibrator --ros-args -p dev:=<Your Path to Device>