ros_ethercat
ros_ethercat copied to clipboard
Replace pr2_ethercat main loop with one based on ros_control
## Proposed changes Please explain the changes you made. Add pictures or videos to explain them better if appropriate. ## Checklist Before posting a PR ensure that from each of...
## Proposed changes Add command effort type. It allows controllers to indicate type of effort commands for actuators. ## Checklist If the task is applicable to this pull request (see...
## Proposed changes Using a SwitchControllerRequest object instead of python argument mapping to a request object. This permits to be more "forward" compatible in case of future API changes that...
Thanks for your work! I am new to servo motor under ROS. Could you please specify a detailed description about supported servo motors? Does it support any servo motor with...
can you release this into kinetic? we're planning to release pr2 package into kinetic and some of our package depends on `ros_ethercat_emi` Thanks.
If the function exits here: https://github.com/shadow-robot/ros_ethercat/blob/indigo-devel/ros_ethercat_eml/src/ethercat_AL.cxx#L116 then m_slave_handler pointed object is not instantiated here: https://github.com/shadow-robot/ros_ethercat/blob/indigo-devel/ros_ethercat_eml/src/ethercat_AL.cxx#L121 And generates a segfault with `malloc.c: No such file or directory` when the destructor tries...
Read up on this component and the relevant ROS libraries. Specify required steps to use for the RoNeX and hand
There is a function void EthercatHardware::update(bool reset, bool halt) that does both read and write in Ethercat. The real-time loop should be: while(true) { read from sensors update controllers write...