PilzDE / pilz_teach

Jogging a manipulator and defining poses as you are used to in robotics controllers, but using native ROS functionality
GNU General Public License v3.0
3 stars 2 forks source link

[6D-teleop] Settings from parameter server #32

Closed DamKoVosh closed 4 years ago

DamKoVosh commented 4 years ago

The teleoperation settings are currently hard coded. To change the default or max speed it would require to fork our repo, we should load those settings from the parameter server. Either with an config file or by making them single arguments.

DamKoVosh commented 4 years ago

The joint names are currently hard coded as well, creating a direct dependency on the prbt, which is not in out intention as well, they need to be editable in some form as well