sort by:
Revision Author Date Message Commit Date
76425a0 Fix resource check for multi-dof transmisisons. 16 April 2014, 11:52:14 UTC
d147606 Efficiency fix. - cppcheck flagged a [passedByValue] warning. Using const references instead. 16 April 2014, 11:52:14 UTC
5f970e0 Fix compiler warning. 16 April 2014, 11:52:14 UTC
7bf0d3e Fix license header in some files. 16 April 2014, 11:52:13 UTC
ec650d7 Test transmission handle duplication. 16 April 2014, 11:52:13 UTC
d4a59c0 Use less pointers in transmission loader data. - Only RobotHW and RobotTransmission instances are pointers as they are owned by the robot hardware abstraction. The rest are plain members whose lifetime is bound to the loader struct. 16 April 2014, 11:52:13 UTC
5d33d61 Trivial test addition. 16 April 2014, 11:52:13 UTC
ee287ea Remove unnecessary header dependencies. 16 April 2014, 11:52:13 UTC
80a5ab0 Catkin fixes. 16 April 2014, 11:52:13 UTC
18e4844 Fix bug when adding multiple transmissions. - std::vectors were being used to store raw joint data, and when new transmissions were added, push_back()s would (potentially) reallocate the vectors and invalidate already stored pointers in hardware_interfaces. We now use std::map. - Move plugin implementations to a separate library. - Export link libraries to the outside. - More complete tests. 16 April 2014, 11:47:09 UTC
bb80ed7 Log message change. 16 April 2014, 11:45:26 UTC
0ff2595 Test greceful error-out with unsupported features. 16 April 2014, 11:45:26 UTC
0f75ef2 Add four-bar-linkage transmission parser. 16 April 2014, 11:45:26 UTC
7716085 Add differential drive transmission parser. 16 April 2014, 11:37:29 UTC
da8a412 Move common XML parsing code to TransmissionLoader Mechanical reductions, offsets and roles are used by many transmission types. The TransmissionLoader base class exposes convenience methods for parsing these elements. 16 April 2014, 11:32:41 UTC
2e130e7 Remove dead code. 16 April 2014, 11:32:41 UTC
2bbbf71 Update loader test, better log statements. 16 April 2014, 11:32:41 UTC
b7a253d First draft of transmission loading. - Only simple transmission type currently supported. - Can load forward map for act->jnt state and jnt->act pos,vel.eff commands. - Partial testing. 16 April 2014, 11:32:40 UTC
60dca86 Add class for holding transmission interfaces. - Mirrors hardware_interface::RobotHW, but for transmissions. 16 April 2014, 11:21:40 UTC
b44f226 Fix doc typo. 16 April 2014, 11:21:40 UTC
893302e Allow multiple hw interfaces, Fix #112, and test. - Allow to specify multiple hardware interfaces for joints and actuators. - Fix invalid xml_element tag. Contents are now stored as a string. - Unit test parser. 16 April 2014, 11:21:40 UTC
becbe36 Remove rosbuild artifacts. Fix #154. 16 April 2014, 09:12:07 UTC
34cdaab Create README.md 03 April 2014, 07:46:55 UTC
2332e88 0.7.2 01 April 2014, 09:19:59 UTC
6704a15 Prepare 0.7.2 01 April 2014, 09:18:43 UTC
f057d8b Merge pull request #150 from ros-controls/rqt-cm-install-resources Add plugin resources to installation target. 01 April 2014, 09:06:12 UTC
82bc05d Add plugin resources to installation target. 01 April 2014, 09:03:16 UTC
6c467fe 0.7.1 31 March 2014, 09:38:46 UTC
86ec335 Prepare 0.7.1 31 March 2014, 09:38:02 UTC
6e0120d Merge pull request #149 from ros-controls/fix-devel-job Fix joint limits interface package dependencies. 31 March 2014, 09:31:05 UTC
1fd2d3a Fix package dependencies. 31 March 2014, 09:25:55 UTC
11ab13b 0.7.0 28 March 2014, 15:29:03 UTC
d40460f Prepare 0.7 28 March 2014, 15:27:49 UTC
581d099 Merge pull request #147 from Igorec/hardware_interface Add ResourceHandle typedef 07 March 2014, 08:22:42 UTC
c35b239 Add ResourceHandle typedef 06 March 2014, 17:48:52 UTC
287b321 Merge pull request #145 from pal-robotics/fix-spawner controller_manager: fix controller spawner 03 March 2014, 15:53:37 UTC
21d68f8 controller_manager: remove global variable in spawner This minor change was mostly made to re-trigger the travis CI job 03 March 2014, 11:25:54 UTC
e4f67ad Merge branch 'hydro-devel' of github.com:ros-controls/ros_control into hydro-devel 03 March 2014, 01:38:11 UTC
94f92ab Fixed branch name of control_msgs 03 March 2014, 01:36:34 UTC
ac95a2d controller_manager: fix controller spawner rosrun adds remapping arguments that conflict with argparse. This fixes the problem. 28 February 2014, 17:48:31 UTC
e834f36 Merge pull request #143 from pal-robotics/spawner-timeout Add a parameter to configure controller spawner timeout 20 February 2014, 09:39:46 UTC
a5954ef Add --timeout option to controller spawner 19 February 2014, 17:44:54 UTC
f6632ae Use argparse instead of getopt It is a much nicer interface 19 February 2014, 17:40:46 UTC
0ab0b36 Merge pull request #142 from pal-robotics/fix-cppcheck Add name to anonymous objects to avoid cppcheck error 10 February 2014, 04:44:07 UTC
3867ab6 add name to anonymous objects to avoid cppcheck error 07 February 2014, 20:09:00 UTC
cea945e Reverted rosinstall file to non-ssh version 06 February 2014, 01:47:10 UTC
36f8c44 0.6.0 04 February 2014, 23:42:38 UTC
df01ea1 Cleanedup changelog 04 February 2014, 23:42:25 UTC
ef2db56 Updated changelogs 04 February 2014, 23:39:57 UTC
31a9125 Updated changelogs 04 February 2014, 23:36:50 UTC
795ff48 Created rosinstall file for all ros_control projects 04 February 2014, 23:24:54 UTC
e9ad4f5 Update controller_manager.cpp Postfix to prefix increment operator. 15 January 2014, 11:06:53 UTC
50af1dd Update interface_manager.h Trivial doc fix 09 January 2014, 14:56:34 UTC
18df3d3 Merge pull request #132 from kphawkins/hydro-devel-rqt-plugin Initial release for a rqt controller manager plugin 19 December 2013, 13:36:06 UTC
c8f9a61 Added controller namespace detection and switching, loadable controller parameter detection and buttons for loading or starting the controller directly from the parameter server. 14 December 2013, 02:51:03 UTC
443c654 Merge pull request #136 from pal-robotics/transmission-accessor-additions Add accessors to get transmission configuration. 10 December 2013, 17:23:21 UTC
7776630 Merge pull request #135 from pal-robotics/actuator-interface-additions Add raw data accessors to actuators interface. 10 December 2013, 17:22:17 UTC
c59a9de Merge pull request #134 from pal-robotics/interface-manager Interface manager 10 December 2013, 16:39:59 UTC
83f6a1f Add accessors to get transmission configuration. 05 December 2013, 12:51:38 UTC
5b84983 Add raw data accessors to actuators interface. Write access to the raw actuator data will be needed for automatic transmission loading. 05 December 2013, 10:59:04 UTC
75d24bf Fix doc typo. 05 December 2013, 10:41:37 UTC
9753aa7 Migrate RobotHW class to use InterfaceManager. 05 December 2013, 10:27:31 UTC
6a1753d Factor out interface management parts of RobotHW. - Interface management is needed in the transmission_interface package as well. - Add new InterfaceManager internal class, with tests. - RobotHW remains untouched. 05 December 2013, 10:07:59 UTC
b6a6aa8 Resources -> Claimed Resources column title 04 December 2013, 17:01:03 UTC
121fffd Initial commit for rqt controller manager plugin. Plugin seems functional from first tests. Allows users to unload/load/start/stop/view available controllers. No functionality yet exists for loading a controller from scratch. 04 December 2013, 02:19:02 UTC
4b7b73e Fix branch name for rosinstall 30 October 2013, 00:19:17 UTC
33f5fe2 Update .travis.yml Add recipient email. 29 October 2013, 08:27:09 UTC
8bc9f51 Update .travis.yml https://travis-ci.org/ros-controls/ros_control 29 October 2013, 01:13:15 UTC
827dad3 Merge pull request #126 from ros-controls/travis_continuous_integration Created Travis continious integration setup 25 October 2013, 23:03:39 UTC
e8a7356 Created Travis continious integration setup 25 October 2013, 23:02:21 UTC
11ad434 Merge pull request #124 from jim-rothrock/hydro-devel Added the PositionJointSaturationInterface and VelocityJointSoftLimitsInterface classes. 25 October 2013, 22:52:49 UTC
5754456 Updated the interface list. 20 October 2013, 19:37:43 UTC
2304c45 Added the PositionJointSaturationInterface and VelocitySoftLimitsInterface classes. There are now saturation and soft limit classes for effort-controlled, position-controlled, and velocity-controlled joints. 20 October 2013, 03:49:27 UTC
822ff24 "0.5.8" 11 October 2013, 22:48:05 UTC
8d8a3d4 Updated changelogs 11 October 2013, 22:43:26 UTC
0ced0d1 Merge pull request #118 from ros-controls/no_manifest_xml Renamed manifest.xml to prevent conflicts with rosdep 03 October 2013, 03:28:51 UTC
aa6ca76 Merge pull request #120 from ros-controls/extended_wait_time Extended wait time to 30 seconds for slower computers 03 October 2013, 03:28:12 UTC
7d1759e Fixed additional timeout that was just added 03 October 2013, 03:27:59 UTC
88c0d6d Merge branch 'hydro-devel' into extended_wait_time 03 October 2013, 03:27:21 UTC
e872c32 Merge pull request #121 from pal-robotics/hydro-devel Fixes for next minor release 01 October 2013, 07:44:22 UTC
b9cfce7 Extended wait time to 30 seconds for slower computers 30 September 2013, 21:44:25 UTC
81ef0da Renamed manifest.xml to prevent conflicts with rosdep 27 September 2013, 18:58:04 UTC
ed0ce79 Fix broken unspawner script. 25 September 2013, 17:38:56 UTC
b78d837 Merge pull request #114 from vmayoral/hydro-devel CMakeLists fix to fit with OpenEmbedded/Yocto meta-ros layer. 25 September 2013, 13:03:51 UTC
f424d3f Merge pull request #116 from jim-rothrock/hydro-devel Added support for joints without soft limits. 20 September 2013, 08:42:04 UTC
746aed8 Added the EffortJointSaturationHandle and EffortJointSaturationInterface classes. They are used with joints that do not have soft limits specified in their URDF files. 20 September 2013, 04:41:45 UTC
d5082ca Check controller_manager API early. Fast shutdown. - Check for all services required by spawner at the beginning, so it can know early on that it has all its requisites. - Remove service waiting from shutdown to ensure a fast teardown. Usecase: A spawner that dies after the controller manager should not wait for services to appear as they will never appear, the controllers are already stopped. This happens for example when killing a Gazebo session. 19 September 2013, 16:22:18 UTC
97f4f59 Minor documentation precision. 19 September 2013, 13:36:30 UTC
42f3b10 Restore controller stop+unload on node kill. - Fixes #111. 19 September 2013, 07:47:09 UTC
2a66843 Make position joint limits handle opn loop. - Lowers the entry barrier for simple robots without velocity measurements, poor control tracking or with a slow update rate. 17 September 2013, 16:27:50 UTC
35a57bc Move from postfix to prefix increment in loops. Detected by cppcheck 'postfixOperator' warning. 13 September 2013, 09:47:21 UTC
2d9bf40 Update README.md 12 September 2013, 08:09:20 UTC
845acdd Create README.md 12 September 2013, 08:04:57 UTC
ff56dc8 CMakeLists fix to fit with OpenEmbedded/Yocto meta-ros layer. Increase the compatibility of the ros_control code with meta-ros, an OpenEmbedded/Yocto layer that provides recipes for ROS packages disabling catking checking the variable CATKIN_ENABLE_TESTING. 11 September 2013, 18:01:17 UTC
e72215f Fix license header in some files. 10 September 2013, 09:47:08 UTC
a08da8c Fix cppcheck uninit'd variable warnings in tests. 07 August 2013, 09:05:12 UTC
c2cb3aa Add .gitignore file. 07 August 2013, 07:44:16 UTC
318806a Merge pull request #108 from ros-controls/ignore_joint_limits_manifest Ignore joint_limits_interfest manifest.xml 31 July 2013, 08:01:53 UTC
8d7434d 0.5.7 30 July 2013, 17:07:14 UTC
c54ac54 Updated changelogs 30 July 2013, 17:07:06 UTC
back to top