Skip to content

Commit

Permalink
TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Oct 1, 2024
1 parent 80b9788 commit ccc7fd4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# System Interface (WebService) support

- [x] Remove "abb" hard-coded selection in compas_rrc
- [x] Add option to print/see raw result of get/set variable instructions (ie. see the "list of list" output before converting to complex types)
- [x] Decide if we keep or remove raw_data from client-level (replacement of Debug())
- [x] Rename `parse_feedback` to `on_after_receive` across the board
- [ ] Add support for more system instructions:
- [x] Motor ON/OFF
- [x] Get Joints
- [ ] Get Frame/Robtarget/etc
- [ ] Test Alberto's use case from Grasshopper: PP To Main, Start, Stop, Send process code (eg. moving the robot) and in parallel we change some variables (num, speeddata, wobj) using the system interface.

- [ ] Add support for most RAPID types:
- [ ] [PF] Add decoder/encoders to compas_rrc.compas_types
- [ ] Add __str__ pretty prints for LoadData and other types with additional info
- [ ] Update documentation
- [ ] Releaseeeeee! 🚀
- [ ] Create new docker image (compsa-rrc)
- [ ] Create new docker image for moveit/dfab noetic
- [ ] Fix tests for RAPID lex parser (move to compas_rrc_ros)

0 comments on commit ccc7fd4

Please sign in to comment.