Skip to content

jorgeclaro/roboteq-ros-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RoboteQ ROS Driver

ROS driver for serial Roboteq motor controllers. This driver is suitable for use with Roboteq's Advanced Digital Motor Controllers, and it was implememted to be compatible with ROS Indigo Igloo distribution.

Compatible Devices

  • ax500
  • ax1500
  • ax2500
  • ax2850
  • ax3500

Usage

The node subscribes to the folloing topics:

Topic: roboteq_cmd_vel
Type: geometry_msgs::Twist
Contents:
	linear.x;
	linear.y;
	angular.z;
Topic: io_steer_angle
Type: geometry_msgs::Twist
Contents:
	angular.z;

The node publishes to the following topics:

Topic: roboteq_raw_vel
Type: geometry_msgs::Twist
Contents:
	linear.x
	linear.y
	angular.z
Topic: roboteq_estimated_pos
Type: geometry_msgs::Twist
Contents:
	linear.x
	linear.y
	angular.z

The ROSlaunch script includes all the configurable parameters.

Credits

The code was ported from the Player - Stage Drivers from here and here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published