This repository holds packages for hardware launch files and configuration, as well as the simulation model for starting up the basic layer for operating Robotino
3
stars
14
forks
source link
Update squirrel_robotino to use the new control #199
This pull request update the robotino_bringup to use by default the new squirrel_control driver, I need a voluntary to test this @mzillich @lokalmatador @federico-b
And also harmonize the simulation to use the same configuration files and base controller as the real arm driver, just a comment I can't use the rqt to move the arm and the base with the joint_trajectory tool, rqt says:
dur.append(max(abs(cmd - pos) / max_vel, self._min_traj_dur))
ZeroDivisionError: float division by zero
@mzillich did you had the same problem with the real driver? could you move the chain using rqt?
This pull request update the robotino_bringup to use by default the new squirrel_control driver, I need a voluntary to test this @mzillich @lokalmatador @federico-b
And also harmonize the simulation to use the same configuration files and base controller as the real arm driver, just a comment I can't use the rqt to move the arm and the base with the joint_trajectory tool, rqt says:
@mzillich did you had the same problem with the real driver? could you move the chain using rqt?