Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add JointGroupVelocityController #400

Merged
merged 1 commit into from
May 22, 2021

Conversation

Smilels
Copy link
Contributor

@Smilels Smilels commented Dec 6, 2020

  1. XmlRpc method read yaml file
  2. use std::vector<control_toolbox::Pid>
  3. use realtime_tools::RealtimeBuffer<std::vector>
  4. add JointControllerStateArray.msg
    Meanwhile, and the pr2_joint_group_velocity_controllers.yaml in pr2_robot and send a pull request to pr2_robot (add pr2_joint_group_velocity_controllers.yaml pr2_robot#264)

1. XmlRpc method read yaml file
2. use std::vector<control_toolbox::Pid>
3. use realtime_tools::RealtimeBuffer<std::vector<double>>
Smilels pushed a commit to Smilels/pr2_robot that referenced this pull request Dec 6, 2020
add JointGroupVelocityController in pr2_controllers (see PR2/pr2_controllers#400)
@k-okada
Copy link
Contributor

k-okada commented May 8, 2021

waiting for ros-controls/control_msgs#50

Copy link
Member

@v4hn v4hn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@k-okada why would we wait for that? The commit you referenced is the attempt to synchronize the new message with ros_control, but the PR here adds the message on its own because the PR2 does not support ros_control (it uses the pr2_controller_manager code that was the basis for ros_control instead).
I believe migrating to ros_control is out of scope here, but the patch still makes sense.

@k-okada k-okada merged commit edf4cab into PR2:melodic-devel May 22, 2021
v4hn pushed a commit to k-okada/pr2_robot that referenced this pull request May 25, 2021
add JointGroupVelocityController in pr2_controllers (see PR2/pr2_controllers#400)
v4hn pushed a commit to PR2/pr2_robot that referenced this pull request May 25, 2021
add JointGroupVelocityController in pr2_controllers (see PR2/pr2_controllers#400)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants