Skip to content

Instantly share code, notes, and snippets.

@justagist
Last active June 3, 2021 12:44
Show Gist options
  • Save justagist/36311df22a5dd1010e141e2ff27c02dc to your computer and use it in GitHub Desktop.
Save justagist/36311df22a5dd1010e141e2ff27c02dc to your computer and use it in GitHub Desktop.
Planned updates to public packages
  • Change all sudo pip to pip --user
  • Python 2 + 3 compatibility. Current issue: shebangs for node scripts.
  • Disable switching to default controller if current controller is position controller. (maybe?)
  • GrippperInterface->close() method bug: if gripper is already closed, the method causes the gripper to open instead.
  • Rename set_joint_positions_velocities to set_joint_positions_impedance_ctrl or something more meaningful. Leave old method for backward compatibility.
backburner
  • Give correct values for controller state publisher in torque controller..? (would mean including robot_model (now already included for coriolis torques retrieval) and robot_state instances in controller)
  • Cartesian controllers..?
  • work on support for franka_ros 0.7.0 unreleased version
  • Mention gazebo panda and add link
  • Issues with new description files when reading joint velocities and efforts
  • Mention that it uses custom controller interfaces.
  • Weird behaviour when switching controllers using API.
  • Clean code for PandaRobotHWSim (unused code, etc.)
  • panda_sim_hw
backburner
  • Fix gripper control and dynamics model
  • Improve code quality; add quality badge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment