Project

General

Profile

News

pr2-robot: pr2-salt 0.2 released

Added by Matthieu Herrb over 6 years ago

pr2-salt maintains the configuration of a PR2 robot using SaltStack (https://saltstack.com/). This release produces a working configuration using
the original PR2 .deb files from Willow Garage, adapted by Clearpath Robotics for Ubuntu Trusty / ROS Indigo with bug fixes from LAAS.

Saltstack was preferred over building a full set of Debian packages because it makes the development / debug of the configuration easier by allowing seamless incremental testing. It is also easier to use this as the base for local customization of the robot's configuration.

For more information see the README.md file in the repository.

dynamixel-genom3: dynamixel-genom3 2.0 released

Added by Anthony Mallet over 6 years ago

Changes

  • Update to dynamixel protocol 2.0 (and drop support for procotol 1.0)
  • Support the XM430-W350 motor id.
  • Add a 'configure' service that can setup a single device to the desired id and baud rate.
  • Detect devices that can talk protocol 2 and 1 (MX- series) and switch them automatically to protocol 2.
  • Implement position + torque control mode.
  • Add services setting and getting the motor position offset (zero).
  • Add services setting and getting the PID+FF position and PI velocity hardware parameters.
  • Add services setting and getting the velocity and acceleration motion profile in position control mode.
  • Handle motor power off/on while in 'connected' state.
  • Properly handle half-duplex communication by avoiding multiple writes when a read is expected (preventing spurious message loss).
  • Report message loss/corruption on stderr.

Download

dynamixel-genom3-2.0.tar.gz

genom3-ros: genom3-ros 1.17 released

Added by Anthony Mallet over 6 years ago

Changes

  • Fix client/c port reading for unpublished ports
  • Add a lock in client/c port reading callback, preventing race conditions in case of high frequency port reading (#127)
  • Unlimit actionlib client subscriptions lengths to avoid message loss
  • Set actionlib status_list_timeout to 0, avoiding degraded performance in case of high frequency requests

Download

genom3-ros-1.17.tar.gz

pocolibs: pocolibs 2.16 released

Added by Anthony Mallet over 6 years ago

Changes

  • Improve performance of remotePosterTake() with a POSTER_WRITE operation, by avoiding a useless remote read.
  • Fix undefined errno in case of RPC failure in remotePosterTake/Give()
  • Add -lm dependency to comLib (for atan(3) in h2MathLib)
  • Use thread-safe rpcgen (when available) in remotePosterLib. Disable remotePosterLib when rpcgen -M is not available
  • Fix configure script for gcc with -Werror
  • Replace sigprocmask(2) in wdLib by pthread_sigmask(3) (fixing some issues with MacOSX)

Download

pocolibs-2.16.tar.gz

(201-210/303)

Also available in: Atom