ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Where are the source code of effort_controllers ?

asked 2018-09-29 19:33:01 -0500

itfanr gravatar image

updated 2018-09-29 19:35:09 -0500

I just found some code:

void forward_command_controller::ForwardCommandController<T>::starting(const ros::Time& time) { // Start controller with 0.0 effort command_buffer_.writeFromNonRT(0.0); } PLUGINLIB_EXPORT_CLASS(effort_controllers::JointEffortController,controller_interface::ControllerBase)

But I want to read the source code and see what action server is started.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-09-30 02:27:46 -0500

Hamid Didari gravatar image

you can see source code in git

edit flag offensive delete link more

Comments

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

Where is the implement of JointEffortController?

itfanr gravatar image itfanr  ( 2018-10-01 02:55:10 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-09-29 19:33:01 -0500

Seen: 102 times

Last updated: Sep 30 '18