Robert Haschke
3b2a436f0a
Revert "Update API: JumpThreshold -> CartesianPrecision ( #611 )"
...
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[IMAGE:jazzy-source]) (push) Has been cancelled
Format / pre-commit (push) Has been cancelled
This reverts commit 99ccc115e0
.
2025-06-02 20:45:42 +02:00
Julia Jia
2b13e0e522
Fix duplicate rviz node names ( #672 )
...
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[CLANG_TIDY:pedantic IMAGE:rolling-source]) (push) Waiting to run
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[DOCKER_RUN_OPTS:-e PRELOAD=libasan.so.8 -e LSAN_OPTIONS="suppressions=$PWD/.github/workflows/lsan.suppressio… (push) Waiting to run
CI / ${{ matrix.env.IMAGE }}${{ matrix.env.NAME && ' • ' || ''}}${{ matrix.env.NAME }}${{ matrix.env.CLANG_TIDY && ' • clang-tidy' || '' }} (map[IMAGE:rolling-source]) (push) Waiting to run
Format / pre-commit (push) Waiting to run
Remapping node names in ROS2 enforces this name for all (sub)nodes created in a process:
https://github.com/ros2/rclcpp/issues/843
2025-04-01 09:53:38 +02:00
Robert Haschke
fafa1c4369
Adapt to new location of generated parameter include files
2025-02-11 08:57:04 +01:00
Robert Haschke
cf1c452614
Merge branch 'master' into ros2
2025-01-19 17:52:32 +01:00
Robert Haschke
8318546992
Increase minimum required CMake version to 3.16
...
supported by Ubuntu 20.04
2025-01-19 15:55:58 +01:00
Robert Haschke
325c4012f5
Merge branch 'master' into ros2
2024-12-22 14:12:55 +01:00
Robert Haschke
8c0609a711
clang-tidy fixes: std::endl -> '\n'
2024-12-22 12:29:05 +01:00
Cihat Kurtuluş Altıparmak
3cd567e09b
Use .hpp headers ( #641 )
...
based on PR https://github.com/moveit/moveit2/pull/3113
2024-12-22 12:13:33 +01:00
Robert Haschke
dc8399f221
Merge branch 'master' into ros2
2024-10-15 20:06:22 +02:00
Robert Haschke
1acf72e0b4
examples: add orientation path constraint
...
constrained.py: constrain orientation of attached object
pickplace.py: keep object upright during transport
2024-10-15 17:07:17 +02:00
Robert Haschke
cc7f9f0585
Merge branch 'master' into ros2
2024-09-17 15:00:39 +02:00
Robert Haschke
99ccc115e0
Update API: JumpThreshold -> CartesianPrecision ( #611 )
...
Python: Access properties via writable references
This allows to modify properties in place, e.g. cartesian_solver.precision.translational = 0.01
2024-09-17 10:59:14 +02:00
Karthik Arumugham
cb867aeddf
Fix run.launch.py ( #607 )
...
Add path to panda_config.yaml file to have parameters available for pick_place_demo
Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de>
2024-08-27 11:00:04 +02:00
Robert Haschke
75988a4a1c
Install python demo scripts
2024-07-13 03:03:44 +02:00
Robert Haschke
430a69f4b7
Adapt python scripts to ROS2 API changes
2024-07-13 03:03:44 +02:00
Robert Haschke
29d12196da
Reenable python bindings
2024-07-13 02:08:30 +02:00
Robert Haschke
98000f37ff
Merge branch 'master' into ros2
2024-07-13 02:07:53 +02:00
Robert Haschke
0fed09d431
Unify Python demo scripts
2024-07-12 06:31:33 +02:00
Robert Haschke
93ef98ad67
Switch shebang to python3
2024-07-11 15:44:28 +02:00
Robert Haschke
bbc34d2b97
demo: replace individual launch files with common run.launch.py
...
Launch individual binaries with:
ros2 launch moveit_task_constructor_demo run.launch.py exe:=<binary>
2024-07-11 15:17:35 +02:00
Fabian Schuetze
702710dec5
Improve comments for pick-and-place task ( #238 )
2024-07-06 19:59:05 +02:00
VideoSystemsTech
227d475282
Expose MultiPlanner to Python ( #474 )
...
Co-authored-by: Robert Haschke <rhaschke@techfak.uni-bielefeld.de>
2024-05-27 19:17:45 +02:00
Robert Haschke
076903a738
Drop requirement on py_binding_tools
...
python bindings are not yet supported
2024-05-25 20:01:51 +02:00
Robert Haschke
5d2857be6b
Merge branches 'simplify-node-creation' and 'master' into ros2
2024-05-24 14:39:38 +02:00
Robert Haschke
8ede80d26d
Example of constrained orientation planning
2024-05-23 14:08:49 +02:00
Robert Haschke
405755595a
Switch to package py_binding_tools
2024-05-23 14:08:49 +02:00
Robert Haschke
e1b891ba5a
Fix mtc.rviz config
2024-03-13 11:18:25 +01:00
Robert Haschke
739375298a
Merge branch master into ros2
2024-03-09 13:34:36 +01:00
TipluJacob
9b4c76076b
Fix missing configs in demo launch files ( #509 )
2024-03-07 21:17:41 +01:00
Sebastian Jahr
0e02fcae77
Enable parallel planning with PipelinePlanner ( #450 )
...
* Refactor pipeline planner
Make code readable
Re-order plan functions
Make usable with parallel planning
Enable configuring multiple pipelines
Add callbacks
Cleanup and documentation
Add API to set parallel planning callbacks and deprecate functions
Pass pipeline map by reference
Small clang-tidy fix
Update core/src/solvers/pipeline_planner.cpp
Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com>
Update core/src/solvers/pipeline_planner.cpp
Format
Refactor to avoid calling .at(0) twice
Use no default stopping criteria
Update fallbacks_move demo
* Cleanup + address deprecation warnings
* Enabling optionally using a property defined pipeline planner map
* Address review
* Disable humble CI for ros2 branch
* Add pipeline planner unittests + some checks
* Add short comment
2024-03-06 15:59:09 +01:00
Michael Görner
ab4bb40dfd
Fix demos ( #493 )
...
* improve demo rviz config
- orbit view centered at workspace instead of 2d orbit
- REALTIME trajectory display
* FixedState: setter for ignore_collisions property
* Fix clearance_cost demo
- verify default state
- use model frame over virtual "world" which is not known in fresh PlanningScene
- ignore initial collisions with the IK seed
* improve documentation in Fallbacks demo
2023-10-11 14:30:54 +02:00
Robert Haschke
349e3c6c6c
Merge branch master into ros2
2023-05-26 16:38:15 +02:00
Robert Haschke
397fc070ea
Fix SolutionBase::fillMessage(): also write start_scene
...
This method was only doing half of the job, namely adding subsolutions
to the message fields. However, the start_scene was not yet written.
This was handled manually in some but not all callers.
To avoid this inconsistency, the new method toMsg() takes care of both
actions now, while the old fillMessage() method was renamed to appendTo().
2023-05-19 08:43:14 +02:00
Robert Haschke
4781ed5636
ros1-0.1.3
2023-03-06 16:37:54 +01:00
Robert Haschke
08dc34c5b3
Use const reference instead of reference for ros::NodeHandle ( #437 )
2023-03-06 16:26:41 +01:00
Robert Haschke
d07aece163
ros1-0.1.2
2023-02-24 00:02:47 +01:00
Robert Haschke
db6d90ab69
CartesianPath: Deprecate redundant property setters
2023-02-17 22:37:49 +01:00
Robert Haschke
eae0bdc27f
ros1-0.1.1
2023-02-15 23:20:32 +01:00
Robert Haschke
7926f69e97
Provide ComputeIK.ik_frame as full PoseStamped
...
Released MoveIt doesn't (yet) provide a conversion from string to PoseStamped.
2023-02-15 17:05:25 +01:00
Robert Haschke
885ac49ffb
Use MoveIt's roscpp_initialize
2023-02-15 17:05:25 +01:00
Robert Haschke
d95a2fc787
Use MoveIt's libmoveit_python_tools.so
...
Drop our own version of that lib and thus resolve a deploy conflict.
2023-02-15 14:30:14 +01:00
Robert Haschke
ca5716a5c3
CI: Add prerelease workflow
...
Add missing test dependency
2023-02-13 15:49:39 +01:00
Robert Haschke
3b05949be9
pick_place_task: monitor last state before Connect
...
... to prune solutions as much as possible
2023-02-13 15:08:30 +01:00
Robert Haschke
4b5de15e1b
Remove unused eigen_conversions includes
2023-02-11 13:47:35 +01:00
Robert Haschke
2843459b34
Fix buildfarm errors
...
- Add missing package dependencies
- Add author tags to package.xml
2023-02-03 12:24:48 +01:00
Robert Haschke
293898690e
Merge branch 'master' into ros2
2023-02-02 10:32:21 +01:00
Robert Haschke
49b3bd0d56
ros1-0.1.0
2023-02-02 10:02:45 +01:00
Robert Haschke
b54f53eb98
Rely on CXXFLAGS definition from moveit_common package
2023-01-05 16:54:46 +01:00
Robert Haschke
b3d20cdcec
Merge branch 'master' into ros2
2023-01-05 16:54:41 +01:00
Jafar
615e8ef248
Replace rosparam_shortcuts with generate_parameter_library ( #403 )
2022-12-06 00:14:50 +03:00