Skip to content

ROS1 Driver for communicating with Rover Robotics products. Requires librover.

License

Notifications You must be signed in to change notification settings

RoverRobotics/roverrobotics_ros1

Repository files navigation

Roverrobotics_ros1

About:

  • This is a ROS wrapper to interface with roverrobotics' robots
  • Librover is required in order to use this wrapper

Installation instructions

  1. Cloning this repository into your workspace
cd workspace/src/
git clone https://github.com/RoverRobotics/roverrobotics_ros1
  1. Install Udev rules for robot
cd workspace/src/roverrobotics_driver/udev
sudo cp 55-roverrobotics.rules /etc/udev/rules.d/55-roverrobotics.rules && sudo udevadm control --reload-rules && udevadm trigger
  1. Install shared library
cd ~/
mkdir library/
cd library/
git clone https://github.com/RoverRobotics/librover
cd librover/
cmake .
make
sudo make install 
  1. Rebuild your workspace
cd workspace/
catkin_make
  1. Update auto complete
source devels/setup.bash
  1. Launch Robot (replace with your robot config.)
roslaunch roverrobotics_driver pro.launch