File: TODO

package info (click to toggle)
linuxcnc 1%3A2.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 285,604 kB
  • sloc: python: 202,568; ansic: 109,036; cpp: 99,239; tcl: 16,054; xml: 10,631; sh: 10,303; makefile: 1,255; javascript: 138; sql: 72; asm: 15
file content (18 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TODO for the joints_axes branch

* clean up joints/axes throughout the whole code (lots of parts already done)
* define a unified jogging way (both for joints and axes)
* implement joint-limits for cartesian moves (requires simulating the speed in userspace)
* update configs
(and many other probably..)

TODO     sort out axis/joints issues: 
	    * limits need to be imposed on joints (tricky with kins)
	    * ini changes 
	    * clean out code (on all different levels, when joints are involved, call them joints..)
    -- this work is taking place on the joints_axes3 branch

TODO     Convert all hardware drivers to use canonical homing, 

Fixes in HAL modules:
TODO     canonical interfaces and naming conventions