robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.9.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-06-18 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Russell Toris
- Niharika Arora
- Carl Saldanha
- Eric Relson
- Fetch Robotics Open Source Team
- Michael Ferguson
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.9.3 (2022-08-21)
- Fix tf node spam (#80) Stop the tf listener from creating its own node by passing a reference to the parent node. The parallelism is untouched as tf uses a callback group for the tf topics that is spon its own executor instance. This lowers the overhead from too many nodes and reduces spam in visualizations such as the rqt node graph.
- Contributors: Florian Vahl
0.9.2 (2022-06-21)
- fix a bug in the older constructor (#78)
- Contributors: Michael Ferguson
0.9.1 (2022-06-20)
- move transform listener to manager (#77) each transform listener incurs an extra DDS node, which can have a significant effect in a large system. this change allows our robot driverrs to have a single shared transform listener across all controllers (and even the whole node, since the buffer can be passed in with the new constructor)
- Contributors: Michael Ferguson
0.9.0 (2022-06-08)
- update logging messages for galactic and later (#75) https://docs.ros.org/en/humble/Releases/Release-Galactic-Geochelone.html#change-in-rclcpp-s-logging-macros also add a few build cleanups, fails on humble otherwise
- Contributors: Michael Ferguson
0.8.1 (2020-12-02)
0.8.0 (2020-11-25)
- Add initial support for ROS2
- implement getJointNames/getControllerNames (#51) this was discussed in #39
- Merge pull request #47 from mikeferguson/ros2
- improve logging
- switch to service interface
- gravity compensation controller working in ros2
- Various bug and API fixes
- Added gyro interface to robot controllers (#43)
- Updates maintainers
- Contributors: Alex Moriarty, Carl Saldanha, Michael Ferguson, Russell Toris
0.6.0 (2018-07-11)
- updates ownership
- Contributors: Russell Toris
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_cpplint | |
pluginlib | |
robot_controllers_msgs | |
rclcpp | |
rclcpp_action | |
tf2_ros |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged robot_controllers_interface at Robotics Stack Exchange
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.7.1 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | ros1 |
Last Updated | 2024-05-21 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Eric Relson
- Jeff Wilson
- Fetch Robotics Open Source Team
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.7.1 (2024-05-21)
- Update maintainers
- Contributors: Eric Relson
0.7.0 (2021-02-22)
- Added gyro interface to robot controllers (#43)
- [GCC][Warnings] SYSTEM includes and catch ref (#36)
- Updates maintainers
- Contributors: Alex Moriarty, Carl Saldanha, Russell Toris
0.6.0 (2018-07-11)
- updates ownership
- Contributors: Russell Toris
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
actionlib | |
pluginlib | |
robot_controllers_msgs | |
roscpp | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
fetch_drivers | |
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged robot_controllers_interface at Robotics Stack Exchange
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.9.3 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2024-06-18 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Russell Toris
- Niharika Arora
- Carl Saldanha
- Eric Relson
- Fetch Robotics Open Source Team
- Michael Ferguson
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.9.3 (2022-08-21)
- Fix tf node spam (#80) Stop the tf listener from creating its own node by passing a reference to the parent node. The parallelism is untouched as tf uses a callback group for the tf topics that is spon its own executor instance. This lowers the overhead from too many nodes and reduces spam in visualizations such as the rqt node graph.
- Contributors: Florian Vahl
0.9.2 (2022-06-21)
- fix a bug in the older constructor (#78)
- Contributors: Michael Ferguson
0.9.1 (2022-06-20)
- move transform listener to manager (#77) each transform listener incurs an extra DDS node, which can have a significant effect in a large system. this change allows our robot driverrs to have a single shared transform listener across all controllers (and even the whole node, since the buffer can be passed in with the new constructor)
- Contributors: Michael Ferguson
0.9.0 (2022-06-08)
- update logging messages for galactic and later (#75) https://docs.ros.org/en/humble/Releases/Release-Galactic-Geochelone.html#change-in-rclcpp-s-logging-macros also add a few build cleanups, fails on humble otherwise
- Contributors: Michael Ferguson
0.8.1 (2020-12-02)
0.8.0 (2020-11-25)
- Add initial support for ROS2
- implement getJointNames/getControllerNames (#51) this was discussed in #39
- Merge pull request #47 from mikeferguson/ros2
- improve logging
- switch to service interface
- gravity compensation controller working in ros2
- Various bug and API fixes
- Added gyro interface to robot controllers (#43)
- Updates maintainers
- Contributors: Alex Moriarty, Carl Saldanha, Michael Ferguson, Russell Toris
0.6.0 (2018-07-11)
- updates ownership
- Contributors: Russell Toris
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_cpplint | |
pluginlib | |
robot_controllers_msgs | |
rclcpp | |
rclcpp_action | |
tf2_ros |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged robot_controllers_interface at Robotics Stack Exchange
No version for distro lunar. Known supported distros are highlighted in the buttons above.
robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.5.4 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-09-27 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Michael Ferguson
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.5.4 (2018-07-11)
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
actionlib | |
pluginlib | |
robot_controllers_msgs | |
roscpp | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
fetch_gazebo | |
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged robot_controllers_interface at Robotics Stack Exchange
robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.5.4 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-09-27 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Michael Ferguson
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.5.4 (2018-07-11)
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
actionlib | |
pluginlib | |
robot_controllers_msgs | |
roscpp | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
fetch_gazebo | |
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged robot_controllers_interface at Robotics Stack Exchange
No version for distro hydro. Known supported distros are highlighted in the buttons above.
robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.5.4 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | indigo-devel |
Last Updated | 2020-09-27 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Michael Ferguson
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.5.4 (2018-07-11)
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
actionlib | |
pluginlib | |
robot_controllers_msgs | |
roscpp | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
fetch_gazebo | |
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged robot_controllers_interface at Robotics Stack Exchange
robot_controllers_interface package from robot_controllers reporobot_controllers robot_controllers_interface robot_controllers_msgs |
|
Package Summary
Tags | No category tags. |
Version | 0.6.0 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fetchrobotics/robot_controllers.git |
VCS Type | git |
VCS Version | melodic-devel |
Last Updated | 2024-05-22 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Generic framework for robot controls.
Additional Links
No additional links.
Maintainers
- Russell Toris
- Niharika Arora
- Carl Saldanha
- Eric Relson
- Fetch Robotics Open Source Team
Authors
- Michael Ferguson
README
No README found.
See repository README.
CHANGELOG
Changelog for package robot_controllers_interface
0.6.0 (2018-07-11)
- updates ownership
- Contributors: Russell Toris
0.5.3 (2017-06-11)
- add error message when pluginlib fails
- fix cmake warnings on kinetic (#28)
- Contributors: Michael Ferguson
0.5.2 (2016-07-18)
0.5.1 (2016-07-18)
- Dynamically load controllers
(#23)
- When requested controller not in default list, check parameter server for controller
- Controller loader catches pluginlib exception when trying to load bad controller
- Return controller states even if update fails
- Contributors: Michael Ferguson, Sarah Elliott
0.5.0 (2016-02-21)
0.4.3 (2015-12-05)
- add mainpage to doxygen
- Contributors: Michael Ferguson
0.4.2 (2015-10-22)
- add -Wall to interface package
- Contributors: Michael Ferguson
0.4.1 (2015-06-12)
0.4.0 (2015-05-23)
0.3.4 (2015-05-22)
- add ability to reset controllers
- Contributors: Michael Ferguson
0.3.3 (2015-05-03)
0.3.2 (2015-04-09)
- install scripts
- Contributors: Michael Ferguson
0.3.1 (2015-03-28)
0.3.0 (2015-03-23)
- improve windup support
- fix potential build issue
- Contributors: Michael Ferguson
0.1.4 (2015-03-13)
- add action server for get/set of controller state
- make autostart actually work
- Contributors: Michael Ferguson
0.1.3 (2015-01-28)
- additional logging when requestStart() fails
- Contributors: Michael Ferguson
0.1.2 (2015-01-06)
- install robot_controllers_interface
- Contributors: Michael Ferguson
0.1.1 (2015-01-05)
- initial release
- Contributors: Michael Ferguson
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
actionlib | |
pluginlib | |
robot_controllers_msgs | |
roscpp | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
fetch_gazebo | |
fetch_drivers | |
robot_controllers |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.