Commit ffa4b6f
authored
312 organize and clean up existing code (#329)
* Remove unused files
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Missing docs, but new working configuration management implementation of the launching of the platforms
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Update docstrings, still need to rename certain functions
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Add empty files in preparation for splitting up the robot.py file
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Split robot.py into separate files and extract global methods and variables from the Platform class and place them in different files
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Change name of file that describes its use better
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Make global methods in platform.py specific to the Platform class since they are only used there, and remove the old robot.py file
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Adjusted the code to pass the linting checks
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Move class-specific functions to the corresponding classes
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Generalise 'robot' to 'platform' where possible
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Fix naming in URDFs
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Rename package rcdt_messages to rcdt_interfaces to follow the classic ros2 naming standards more closely
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Minor updates for the code after Jelmer's review
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Move configuration context to EnvironmentConfig since that's accessible from everywhere, and change robots.launch.py to bringup.launch.py to follow ros2 naming standards more closely
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Rename '.platform' to '.platform_type' to make the code easier to read
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Update linting
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Remove unused images from repo
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Rename 'utils_conf' to 'utils_config'
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Improve naming
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Rename configuration files and add predefined configuration class
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Update rcdt_test file structure
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
* Move 'SKIP' to launch_utils and work through all remaining TODOs
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>
---------
Signed-off-by: Rosalie <rosalie.van.ark@alliander.com>1 parent c88352c commit ffa4b6f
138 files changed
Lines changed: 2158 additions & 4106 deletions
File tree
- dockerfiles/install_scripts
- docs
- content
- conventions
- img/realsense
- ros2_ws/src
- rcdt_actions
- rcdt_actions
- actions
- definitions
- detection
- gripper
- moveit
- src_py
- rcdt_detection
- launch
- rcdt_detection
- src_py
- rcdt_franka
- include
- launch
- rcdt_gazebo
- launch
- rcdt_interfaces
- action
- srv
- rcdt_joystick/src_py
- rcdt_launch
- launch
- rcdt_launch
- platforms
- rcdt_moveit
- include
- launch
- rcdt_panther
- launch
- src_py
- rcdt_sensors
- launch
- urdf
- rcdt_test/rcdt_test
- combined/end_to_end
- franka
- end_to_end
- integration
- panther
- end_to_end
- integration
- sensors/integration
- rcdt_utilities
- include
- rcdt_utilities
- tests
- rcdt_utilities
- src_py
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments