https://github.com/ros-controls/ros_control

sort by:
Revision Author Date Message Commit Date
a2eda0f Move ros_controllers to DOWNSTREAM_WORKSPACE (noetic CI) (#478) * Remove ros_controllers from UPSTREAM_WORKSPACE * Isolate source-based test + move ros_controllers to DOWNSTREAM_WORKSPACE * Fix ros_controllers downstream config + move UPSTREAM_WORKSPACE back to global * Add missing ROS_DISTRO definition on job 3 22 September 2020, 07:39:15 UTC
f6cec43 re-enable controllers in source-based CI 15 September 2020, 09:03:30 UTC
fc5a5d7 Remove ParseStatus enum (#470) Co-authored-by: Jordan Lack <jlack@houstonmechatronics.com> 28 August 2020, 07:01:04 UTC
5ac941f Update Noetic CI (#474) 26 August 2020, 16:25:41 UTC
c7eee92 Remove irrelevant test case (resolve #460) (#472) 21 August 2020, 05:35:52 UTC
c22ab47 0.19.2 17 August 2020, 07:40:28 UTC
48993bd Update changelogs 17 August 2020, 07:40:04 UTC
19ee0e0 Use an explicit relative import path instead of implicit. (#471) On python3 system the implicit relative import will not work. The explicit notation, however, should work on python >= 2.5 17 August 2020, 07:37:19 UTC
ab33807 Fixes part 2 of issue#448 [Noetic] Rework and re-enable spawning and switching CLI tests (#462) * [tests] Split controller_manager_scripts.txt in two parts. The second part is now called controller_manager_interface_test. This fixes part 2 of issue #448 * [test] Modification of the validation test. When commenting the first test (cm_msg_utils_test.py) the output is correct, while uncommented an inversion of the output happens. As this test is a pure python with no interaction with the controller_manager, it is very likely a race condition due either to Python or to the operating system. As the output is not fundamentally wrong, and as the tests are heavily relying on timing and subprocesses which are making the reproducibility difficult, this PR accepts both solution: [my_controller1, my_controller3] order or [my_controller3, my_controller1] order 17 June 2020, 15:02:11 UTC
a437ffe 0.19.1 10 May 2020, 08:25:32 UTC
845870b Update changelogs 10 May 2020, 08:25:07 UTC
83bbd02 Function specifiers noetic (#453) * Add override specifiers & default constructors * Delete ControllerBase copy & move ctors * Remove unnecessary default constructors * Modernize additional constructors * Revert ImuSensorHandle::Data::Data() = default * Remove unnecessary default overridden constructors * Remove semicolon after function body Co-authored-by: Matt Reynolds <mtreynolds@uwaterloo.ca> 10 May 2020, 08:23:41 UTC
3d2d6ac [hardware_interface::RobotHW] doc: update read and write, fix: group names (#444) (#454) 10 May 2020, 06:33:06 UTC
82c926c Use setuptools instead of distutils (#429) 09 May 2020, 16:19:17 UTC
955c5e7 Fix rqt displaying and handling of 'initialized' controllers (#450) This changes two minor behaviors: - Now shows 'initialized' controllers as red again - Now shows context menus for initialized controllers Fixes ros-controls/ros_control#445 09 May 2020, 12:28:59 UTC
fb08df8 0.19.0 23 April 2020, 08:39:06 UTC
a72b3e7 Update changelogs 23 April 2020, 08:38:47 UTC
b4b0a16 Disable flaky CLI spawn test (#446) 23 April 2020, 07:17:28 UTC
f6f1e02 Update CI status in readme 22 April 2020, 18:54:09 UTC
e6050f0 Remove deprecated ForceTorqueHandle ctor (#437) 22 April 2020, 18:31:41 UTC
642395f Replace enums with enum classes (#412) 22 April 2020, 18:12:37 UTC
4770f15 Use CamelCase for ResourceManagerType typedef (#438) 22 April 2020, 17:47:49 UTC
42fc925 Update travis config and rosinstall for noetic (#439) 22 April 2020, 17:29:23 UTC
8cb4c92 0.18.0 16 April 2020, 10:56:32 UTC
97bee26 Update changelogs 16 April 2020, 10:56:09 UTC
608d610 Migrate to new industrial_ci (#440) * Migrate to new industrial_ci See https://github.com/ros-industrial/industrial_ci/blob/master/doc/migration_guide.md * Remove deprecated option ROS_PARALLEL_TEST_JOBS * Update UPSTREAM_WORKSPACE 15 April 2020, 15:07:00 UTC
79ab2f2 Add xmlns for URDF, remove xmlns:xacro (#436) 09 April 2020, 07:34:24 UTC
253dbef Fixed compile tests (#434) Signed-off-by: ahcorde <ahcorde@gmail.com> Co-Authored-By: Matt Reynolds <mtreynolds@uwaterloo.ca> 05 April 2020, 11:01:53 UTC
b78bccb Replace internal::is_permutation with std (#419) 15 March 2020, 09:01:17 UTC
b2d8c41 enable spawner to wait indefinitely if requested (#428) `rospy.wait_for_service` does not allow for `0` to wait indefinitely. Instead, `None` has to be passed explicitly. By personal request of three maintainers extended to include documentation and the alternative argument --no-timeout. 14 March 2020, 11:12:33 UTC
f211ee3 Bump CMake version to avoid CMP0048 (#427) Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> 12 March 2020, 07:43:54 UTC
cd39acf 0.17.0 24 February 2020, 12:23:11 UTC
cccf88d Update changelogs 24 February 2020, 12:22:22 UTC
32c74f6 * added missing controller state: 'initialised' Co-authored-by: Bence Magyar <bence.magyar.robotics@gmail.com> 24 February 2020, 12:05:23 UTC
98d30f5 Merge pull request #417 from suab321321/melodic-devel Use auto keyword 14 February 2020, 08:21:37 UTC
1af4ff8 Merge pull request #421 from matthew-reynolds/equal-initializer Use default member initializers 14 February 2020, 08:19:53 UTC
98e6c68 auto key update Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> 14 February 2020, 03:47:54 UTC
1ae77f8 Use braces for member initializers 11 February 2020, 05:48:44 UTC
706d157 Merge pull request #422 from shadow-robot/control-filter-fix-melodic-devel Improve controller and resource filtering for CombinedRobotHW 09 February 2020, 08:39:50 UTC
684f9f8 Merge pull request #423 from matthew-reynolds/remove-boost Replace boost with std 09 February 2020, 07:49:28 UTC
c07ee7c Replace boost ptrs with std ptrs in documentation 05 February 2020, 17:53:32 UTC
0268fc1 Replace boost mutexes & locks with std 05 February 2020, 17:52:54 UTC
f74f392 Replace boost::bind with std::bind 05 February 2020, 17:49:04 UTC
63b6afd Replace boost::lexical_cast<double> with std::stod 05 February 2020, 17:16:53 UTC
4de0b2e Replace boost::ptr_vector<T> with std::vector<T*> 05 February 2020, 17:10:25 UTC
39e9136 controller_manager.cpp fixed line 298 Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> 28 January 2020, 17:03:21 UTC
accb23f Improve controller and resource filtering for CombinedRobotHW 28 January 2020, 16:32:01 UTC
669bcd8 Prefer default member initializers 28 January 2020, 04:23:29 UTC
4127f29 0.16.0 27 January 2020, 14:25:58 UTC
e16323e Update changelogs 27 January 2020, 14:25:30 UTC
fb171d0 Update controller_manager.cpp 27 January 2020, 09:22:41 UTC
66f05b4 Update controller_manager.cpp 27 January 2020, 08:50:22 UTC
c9c84c1 Merge branch 'melodic-devel' of https://github.com/suab321321/ros_control into melodic-devel Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> 25 January 2020, 04:39:40 UTC
34553f1 Fixed controller_manager file Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> 25 January 2020, 04:37:24 UTC
2337059 Merge remote-tracking branch 'upstream/melodic-devel' into melodic-devel Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> 25 January 2020, 04:17:18 UTC
6cc5418 Modified with auto keyword Signed-off-by: AbhinavSingh <singhabhinav9051571833@gmail.com> 25 January 2020, 04:03:11 UTC
85b01dd Merge pull request #413 from matthew-reynolds/range-for Use range-based for loop 24 January 2020, 09:40:02 UTC
94e3092 Use more meaningful pair iterator names 23 January 2020, 02:55:22 UTC
60b2f95 Correct typo in interface_manager.h Co-Authored-By: Bence Magyar <bence.magyar.robotics@gmail.com> 14 January 2020, 13:34:08 UTC
59e65b8 Merge pull request #404 from matthew-reynolds/catkin-lint Update CMakeLists.txt and package.xml 14 January 2020, 07:57:30 UTC
bb151fd Use range-based for loops in transmission_interface 13 January 2020, 22:00:18 UTC
2f0984a Use range-based for loops in joint_limits_interface 13 January 2020, 22:00:18 UTC
51b4041 Use range-based for loops in hardware_interface 13 January 2020, 22:00:18 UTC
c3d5275 Use range-based for loops in controller_manager_tests 13 January 2020, 22:00:18 UTC
52f531a Use range-based for loops in controller_manager 13 January 2020, 22:00:18 UTC
2e523bf Use range-based for loops in combined_robot_hw_tests 13 January 2020, 22:00:18 UTC
eced72f Use range-based for loops in combined_robot_hw 13 January 2020, 22:00:18 UTC
def3541 Resolve Boost dependency issues 13 January 2020, 21:25:17 UTC
78c1957 Update dependencies - Dependencies needed to compile are <build_depend> - Dependencies used in public headers are <build_export_depend> - Dependencies needed to link or run are <exec_depend> 13 January 2020, 21:25:12 UTC
42b741d Merge branch 'melodic-devel' into catkin-lint 12 January 2020, 18:39:49 UTC
2de0090 Merge pull request #411 from matthew-reynolds/update-metapackage Remove _tests packages from metapackage 12 January 2020, 10:49:13 UTC
fb64fbb Remove _tests packages from metapackage 12 January 2020, 01:50:23 UTC
fa93166 Add ${catkin_EXPORTED_TARGETS} dependencies 11 January 2020, 22:25:59 UTC
2db99f3 Re-install test plugin libraries 11 January 2020, 20:18:02 UTC
b3654b3 Update package dependencies 10 January 2020, 19:11:21 UTC
2864284 Re-install test plugins 10 January 2020, 01:01:18 UTC
7ca25ab Remove liburdfdom-dev 10 January 2020, 00:04:43 UTC
79b504c Add missing roscpp & rospy dependencies 09 January 2020, 19:07:03 UTC
37d1288 Remove rosunit test_depend from package.xml 09 January 2020, 18:48:41 UTC
41f6cff Correct test dependencies 09 January 2020, 18:47:38 UTC
6f4648d Remove installs from _tests packages 09 January 2020, 18:41:13 UTC
b974acb Merge pull request #405 from matthew-reynolds/use-nullptr Use nullptr 05 January 2020, 08:52:09 UTC
b514561 Prefer 0.0 for floating point literals 03 January 2020, 09:38:39 UTC
8618f17 Use nullptr in tests 03 January 2020, 09:38:39 UTC
14e64ea Prefer nullptr for null pointers 03 January 2020, 09:37:59 UTC
34a9a4d Merge pull request #406 from matthew-reynolds/pragma-once Use #pragma once 03 January 2020, 09:27:40 UTC
b444bcd Add missing header guard to loader_utils.h 03 January 2020, 00:35:35 UTC
14f926d Replace header guard with #pragma once 03 January 2020, 00:35:22 UTC
f57bf3f Merge pull request #395 from pal-robotics-forks/extend-interfaces-melodic Extend interfaces 03 January 2020, 00:17:35 UTC
49512bf Extend joint mode interface 02 January 2020, 18:51:34 UTC
9592ad6 Add torque sensor and absolute encoder support to transmissions and adjust tests Add pointer accessors for torque sensor and absoute position encoders 02 January 2020, 18:51:34 UTC
133d768 Modified structures to have absolute encoder and torque sensor parameters 31 December 2019, 01:17:00 UTC
551b2d5 Fix argument types to use enum 30 December 2019, 01:24:20 UTC
63c6ff8 hardware_interface: fix initialization order 30 December 2019, 01:24:20 UTC
c1a69bc Created new hardware interface for switching between controller modes 30 December 2019, 01:24:20 UTC
402bb94 joint_limits: use an open-loop policy for velocity staturation The feedback from the controller is way too slow to be used on an actual robot. A robot that had 15 rad.s^-2 on each wheel as an acceleration limit could not even reach 2 rad.s^-2 This is in line with ros_controllers#23 30 December 2019, 01:24:20 UTC
ba1fc16 Update package.xml descriptions 29 December 2019, 18:44:47 UTC
2befbc6 Remove unnecessary rosunit/rostest dependencies 29 December 2019, 18:25:18 UTC
00e4c8b Add missing Boost dependency 29 December 2019, 18:24:33 UTC
11200b9 Remove unused Boost dependencies 29 December 2019, 18:24:18 UTC
back to top