Skip to content
Open
Changes from 1 commit
Commits
Show all changes
109 commits
Select commit Hold shift + click to select a range
0fa1338
Fix dep on tf2_geometry_msgs
MatthijsBurgh Aug 7, 2023
69fcc6e
simplify getting args
MatthijsBurgh Aug 7, 2023
2bc0ebf
Make launch file standalone
MatthijsBurgh Aug 7, 2023
e04aac0
Import correct rclcpp header
MatthijsBurgh Aug 7, 2023
00402d6
Filter ros args from argv
MatthijsBurgh Aug 9, 2023
d9947c6
Cleanup of CMakeLists
MatthijsBurgh Aug 8, 2023
acfbddf
Bump c/c++ standards
MatthijsBurgh Aug 8, 2023
db9a447
Get rid of ros args parsing
MatthijsBurgh Aug 8, 2023
b3a2eec
Add space to fatal logging
MatthijsBurgh Aug 8, 2023
b0b58d6
change compile definitions
MatthijsBurgh Aug 8, 2023
bf0cc83
Extend compile definitions to error
MatthijsBurgh Aug 8, 2023
f56fe0d
Use const char* for print funcs
MatthijsBurgh Aug 8, 2023
f50e3f8
[actions] add Industrial CI
MatthijsBurgh Aug 8, 2023
ae20c02
(dependabot) update GH actions
MatthijsBurgh Aug 8, 2023
09882e9
(tm_driver) Correct fatal print
MatthijsBurgh Aug 9, 2023
a916807
(tm_driver) small cleanup
MatthijsBurgh Aug 9, 2023
57a1fed
(tm_driver) clean return value
MatthijsBurgh Aug 9, 2023
0c09f3c
(tm_driver) const char* print funcs in moveit comp
MatthijsBurgh Aug 9, 2023
9942481
(tm_driver) better arg handling for moveit comp
MatthijsBurgh Aug 9, 2023
43ec39e
(ui_debug_demo) remove robot_server_msgs dep
MatthijsBurgh Aug 8, 2023
689109b
(custom_package) fix compilation
MatthijsBurgh Aug 8, 2023
891a926
(demo) fix includes to silence IDE warnings
MatthijsBurgh Aug 8, 2023
222e2b9
(demo) fix return values
MatthijsBurgh Aug 8, 2023
c23491c
(demo) fix FutureReturnCode namespacing
MatthijsBurgh Aug 8, 2023
1ba823e
Rename techman_robot_get_status folder to tm_get_status
MatthijsBurgh Aug 8, 2023
5d61a35
(tm_get_status) add missing dep
MatthijsBurgh Aug 8, 2023
208197b
(tm_get_status) add missing python deps
MatthijsBurgh Aug 9, 2023
7cce200
(tm_get_status) cleanup internal of image_pub
MatthijsBurgh Aug 9, 2023
29bb9c9
(tm_get_status) wait for rosdistro PR
MatthijsBurgh Aug 9, 2023
8dfa555
(tm_driver) add additional deps to package.xml
MatthijsBurgh Aug 9, 2023
135d84a
(ui) add missing qt5 dep
MatthijsBurgh Aug 9, 2023
1e32ff5
(actions)[temp] continue-on-error: true
MatthijsBurgh Aug 10, 2023
c605fd0
(tm_driver) fix double rclcpp init
MatthijsBurgh Aug 10, 2023
9b8416c
(tm_driver) restore ip parsing
MatthijsBurgh Aug 10, 2023
b9b7584
(tm_get_status) small cleanup
MatthijsBurgh Aug 10, 2023
10f9fe5
(tm_get_status) python3-waitress added to rosdistro
MatthijsBurgh Aug 11, 2023
d2a2f2c
(tm_get_status) make explicit image is bgr8
MatthijsBurgh Aug 11, 2023
8943534
(demo) only one call to future.get() is allowed
MatthijsBurgh Aug 14, 2023
dc57123
(tm_mod_urdf) followLinks=True for os.walk
MatthijsBurgh Aug 15, 2023
8b9531b
(tm_mod_urdf) more pythonic str to float conversion
MatthijsBurgh Aug 15, 2023
47f8df2
(tm_mod_urdf) remove unused imports
MatthijsBurgh Aug 15, 2023
a0d0fcb
(tm_mod_urdf) save reading/writing of files
MatthijsBurgh Aug 15, 2023
45a45ce
(tm_mod_urdf) add xml declaration
MatthijsBurgh Aug 15, 2023
f75a68e
(tm_mod_urdf) no need to set vars before if/else
MatthijsBurgh Aug 15, 2023
15c39f2
No dashes allow in pkg names
MatthijsBurgh Aug 15, 2023
e91f772
(tm_get_status) remove exec perm
MatthijsBurgh Aug 28, 2023
6cb78ed
[tm_description] fix mtl paths in obj files
MatthijsBurgh Aug 30, 2023
96bc78d
(tm_driver) get rid of unused ROS2_BUILD def
MatthijsBurgh Sep 11, 2023
a25c274
(tm_driver) rename moveit detect var to TM_MOVEIT_AUTO_DETECT
MatthijsBurgh Sep 11, 2023
f918e05
(tm_moveit_cpp_demo) also refactor to use TM_MOVEIT_AUTO_DETECT
MatthijsBurgh Sep 11, 2023
72d3095
All cpp packages increase compiler error level and c/c++ standards
MatthijsBurgh Sep 11, 2023
4466a31
(tm_driver) cleanup iostream header includes
MatthijsBurgh Sep 11, 2023
320d235
(tm_moveit_cpp_demo)(cmake) fix indent
MatthijsBurgh Sep 11, 2023
7724437
(tm_driver) reserve 6 joint names
MatthijsBurgh Sep 12, 2023
73c7c5b
(tm_driver) don't use bitwise &
MatthijsBurgh Sep 12, 2023
3fdb9dc
(tm_driver) enable flange_pose in feedback_state msg
MatthijsBurgh Sep 14, 2023
a51da69
(tm_moveit_cpp_demo) get rid of deprecated moveit interfaces
MatthijsBurgh Sep 21, 2023
826ebf1
(tm_moveit_cpp_demo) compatible with humble and rolling
MatthijsBurgh Sep 21, 2023
cb8b135
(tm_moveit_cpp_demo) shorter construction of args
MatthijsBurgh Sep 21, 2023
06b929e
(tm_moveit_cpp_demo) correct checking of args size
MatthijsBurgh Sep 21, 2023
2585fd6
(tm_moveit_cpp_demo) move robot between home and ready1
MatthijsBurgh Sep 21, 2023
5b310d0
(tm_driver) small style changes
MatthijsBurgh Sep 26, 2023
c55ca27
(tm_driver) improve function def styling
MatthijsBurgh Sep 26, 2023
b52e910
(tm_driver) improve logging
MatthijsBurgh Sep 26, 2023
6850273
(tm_driver) better goal handling
MatthijsBurgh Sep 28, 2023
d6eae06
(tm_driver) add goal_time_tolerance to traj execution
MatthijsBurgh Sep 28, 2023
2d0f97c
(tm_driver)(TEMP) hardcoded goal_time_tolerance of 0.5 times total_time
MatthijsBurgh Sep 28, 2023
bde585e
(tm_driver) additional goal_time_tolerance of 19xtotal_time
MatthijsBurgh Oct 4, 2023
2f798dc
(tm_driver) scale allowed duration with project_speed
MatthijsBurgh Oct 9, 2023
4c02a8e
Remove exec rights of package.xml's
MatthijsBurgh Jan 5, 2024
bb5f03c
Remove exec rights of CMakeLists.txt's
MatthijsBurgh Jan 5, 2024
6c76732
(tm_mod_urdf) make it black
MatthijsBurgh Apr 12, 2024
9c10a9a
Bump actions/checkout from 3 to 4
dependabot[bot] Apr 23, 2024
57c9f30
Bump actions/cache from 3 to 4 (#3)
dependabot[bot] Apr 23, 2024
6884532
Fix styling
MatthijsBurgh Apr 22, 2024
409c75f
(driver) match goal scaling/margin with moveit
MatthijsBurgh May 13, 2024
e560de3
(driver) remove unused member variable
MatthijsBurgh May 13, 2024
670f072
(driver) SensorDataQoS with keeping only 1 last msg
MatthijsBurgh May 16, 2024
6ae37a9
Revert "(driver) SensorDataQoS with keeping only 1 last msg"
MatthijsBurgh May 27, 2024
1da8270
(description) fix normals of meshes
MatthijsBurgh May 28, 2024
b5a7e26
(description) update collision meshes
MatthijsBurgh Jun 3, 2024
c99326b
Disable clang_tidy
MatthijsBurgh Jun 12, 2024
6da8684
(actions) run on jazzy & rolling
MatthijsBurgh Jun 12, 2024
c80f5d7
Revert "(actions)[temp] continue-on-error: true"
MatthijsBurgh Jun 12, 2024
aa15517
Update clang_format config
MatthijsBurgh Jun 12, 2024
e8ec337
Many fixes (#2)
MatthijsBurgh Jun 12, 2024
cc98b9e
(README) small table fix (#5)
MatthijsBurgh Jun 12, 2024
7d9afd8
initialization of arrays
DorusVBTI Apr 18, 2025
fd8b123
skip first point in moveit PVT trajectory
DorusVBTI Apr 18, 2025
e2753af
Feature/jazzy fixes (#6)
MatthijsBurgh Apr 18, 2025
3dc6134
(description) add TM-s series
MatthijsBurgh Apr 25, 2025
5b444a9
(mod_urdf) drop urdf script, fix xacro script
MatthijsBurgh Apr 25, 2025
73d335a
(driver) add lock modification MC-001
MatthijsBurgh Apr 25, 2025
a09dea1
(driver) fix segfault
MatthijsBurgh Apr 30, 2025
b12e8a2
(mod_urdf) also considare the build folder to find the workspace
MatthijsBurgh May 1, 2025
38d6e59
(driver) default values for some variables in robot state
MatthijsBurgh May 8, 2025
287dbbe
(driver) remove RC_OK shortcut
MatthijsBurgh May 14, 2025
3e17ba7
ScriptExit() -> Exit()
MatthijsBurgh May 14, 2025
36ad897
(driver) publish feedback on 100Hz
MatthijsBurgh May 20, 2025
3dc532e
Fixes (#7)
MatthijsBurgh Jun 23, 2025
d56c250
[driver] add missing include
MatthijsBurgh Jul 16, 2025
353829f
[driver] add fake_joint_state argument
MatthijsBurgh Jul 16, 2025
361c80e
[driver] add fake_joint_state argument (#8)
MatthijsBurgh Jul 17, 2025
5e9a838
Update to more modern CMake
MatthijsBurgh Jul 17, 2025
1005610
Migrate from outdated headers
MatthijsBurgh Jul 17, 2025
3d74ae9
Fix CI (#9)
MatthijsBurgh Jul 17, 2025
bc175a8
[driver] cleanup
MatthijsBurgh Jul 17, 2025
4d8e2a6
[driver] cleanup (#10)
MatthijsBurgh Jul 17, 2025
5f5ffcb
Bump actions/checkout from 4 to 5 (#11)
dependabot[bot] Aug 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump actions/checkout from 4 to 5 (#11)
  • Loading branch information
dependabot[bot] authored Aug 23, 2025
commit 5f5ffcb6da77b2e968de97f4afbdbd8d815b5155
2 changes: 1 addition & 1 deletion .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ROS_REPO: [main]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/cache@v4
with:
path: ${{ env.CCACHE_DIR }}
Expand Down