Skip to content

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

Notifications You must be signed in to change notification settings

LarsJanssenTUe/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 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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.3%
  • C++ 34.8%
  • CMake 20.3%
  • Shell 0.6%