Skip to content
Snippets Groups Projects
  1. Oct 28, 2014
  2. Oct 22, 2014
  3. Oct 10, 2014
  4. Oct 08, 2014
  5. Sep 21, 2014
    • gavanderhoorn's avatar
      driver: remove Beautifulsoup dependency. Fix #36. · 5e2d2648
      gavanderhoorn authored
      This change reimplements the load_joint_offsets(..) function using
      lxml. A simple XPath expression is used to access the calibration_offset
      elements.
      
      Run-time behaviour should be identical. Tested with ur-sim.
      
      Note: I opted to use lxml instead of urdfdom_py, as the latter has
      some issues parsing the UR5/10 urdfs and we only need access to a single
      custom element. Rosdep keys for python-lxml were recently added (for
      urdfdom) for all (Ubuntu) versions, so this should not be an issue.
      5e2d2648
    • gavanderhoorn's avatar
      kinematics: fixup build script and manifest (dependencies). Fix #113. · 9d92be5d
      gavanderhoorn authored
      Removes the boilerplate comments, unnecessary link_directories()
      and fixes up the dependency declaration (proper catkin and system
      dep listing) in CMakeLists.txt.
      
      Related changes are made to the manifest.
      
      Note: catkin_lint still complains about 'boost' being unconfigured,
            but this seems to be due to a difference in capitalisation
            between the CMake Findscript and the rosdep entry.
      9d92be5d
  6. Sep 16, 2014
  7. Sep 05, 2014
  8. Sep 03, 2014