Nidec Motor Driver interface for ROS2
- ROS 2
- Ubuntu22 : Humble Hawksbill
Add user to dialout group.
sudo adduser $USER dialout
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 [email protected]:HarvestX/SU065-D4380-ROS2.git
source /opt/ros/galactic/setup.bash
cd ~/<Your Workspace>
rosdep update
rosdep install -r -y -i --from-paths ./src/SU065-D4380-ROS2 --rosdistro $ROS_DISTRO
cd ~/<Your Workspace>
colcon build