Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
98 commits
Select commit Hold shift + click to select a range
97edff9
fix World::getTransform (#1553)
rhaschke Jul 12, 2019
56b7c61
add RobotTrajectory::getDuration() (#1554)
v4hn Jul 12, 2019
b853c6b
Ensure that if time parameterization fails, error is appropriately pr…
Jul 16, 2019
6c7e84c
Use portable string() on filesystem::path. (#1571)
v4hn Jul 19, 2019
fd0a52e
MoveIt benchmark improvements (#1510)
henningkayser Jul 25, 2019
3cb561d
JogArm: Remove dependency on move_group node (#1569)
Dale-Koenig Jul 31, 2019
bc45aec
clang-tidy fixup (#1586)
v4hn Jul 31, 2019
985e34c
Remove ! from MoveIt name (#1590)
davetcoleman Aug 2, 2019
8e9cc3c
Small tweaks to the pull request template (#1582)
davetcoleman Aug 7, 2019
bd3a239
Change 2nd order Butterworth low pass filter to 1st order (#1483)
SansoneG Aug 7, 2019
f2bd6e9
Rename lm to link_model (#1592)
davetcoleman Aug 7, 2019
5199813
Sudden stop for critical issues, filtered deceleration otherwise (#1468)
AndyZe Aug 7, 2019
9cf3e34
Document discretization behavior in KinematicsBase (#1602)
davetcoleman Aug 8, 2019
ee7605a
jog_arm: Use UR5 example (#1605)
rhaschke Aug 8, 2019
e43d73d
Switch moveit_msgs to master branch (#1604)
davetcoleman Aug 8, 2019
254ad5e
README: Remove ROS Indigo badges, Add FOSS badge (#1588)
davetcoleman Aug 8, 2019
81960fa
TrajectoryMonitor: disable recording with zero sampling frequency dis…
rhaschke Aug 8, 2019
9e646a3
Use CMAKE_CXX_STANDARD to enforce c++14 for portability (#1607)
seanyen Aug 9, 2019
57edb1e
PSI: use LOGNAME
v4hn Aug 9, 2019
39670f6
PSI: wait for its two services
v4hn Aug 9, 2019
295b3b2
Add joint state controller config by default (#1024)
mayman99 Aug 9, 2019
58224a6
Update occupancy grid when loaded from file (#1594)
norips Aug 12, 2019
73feeb8
Separate moveit_experimental packages (#1606)
rhaschke Aug 12, 2019
ae3d522
Switch from include guards to pragma once (#1615)
jonbinney Aug 13, 2019
a6f8ff9
Update jog_arm README with rviz config (#1614)
AndyZe Aug 13, 2019
9ddbfb2
Fix binary artifact install locations. (#1575)
seanyen Aug 13, 2019
889447f
Remove packages without Jenkins badges (#1617)
davetcoleman Aug 13, 2019
eae8f02
Use standard cmake text for metapackages (#1620)
jonbinney Aug 14, 2019
d7e0dfd
Use QDir::currentPath() rather than getenv("PWD") (#1618)
JafarAbdi Aug 14, 2019
f231ad7
remove GCC extension and alternative operator usage. (#1583)
seanyen Aug 14, 2019
70537f0
fix the invalid iterator issue (#1623)
Aug 15, 2019
4acd3a7
Support benchmarking of full planning pipelines (#1531)
henningkayser Aug 7, 2019
af106be
newRobotStateCallback(): use new .hide member of DisplayRobotState ms…
JafarAbdi Aug 15, 2019
f6a2403
MVP TrajOpt Planner Plugin (#1593)
Aug 15, 2019
590a9c3
Add parameter to get_jacobian_matrix (#1595)
felixvd Aug 16, 2019
0957a61
hide display state: sanity-check to allow for empty state input
v4hn Aug 15, 2019
b0f01b2
display robot state: do not clutter rviz with default robot on enable
v4hn Aug 15, 2019
c5e8867
add status to warn if RobotState display is hidden
rhaschke Aug 17, 2019
c2ca26f
Merge #1625: Handle hiding of RobotStateDisplay
rhaschke Aug 17, 2019
3854f7b
python planning_scene_interface: fix attaching objects (#1624)
norips Aug 17, 2019
2e2552f
Benchmark combinations of predefined poses (#1548)
henningkayser Aug 17, 2019
e7bc01e
PlanningRequestAdapter::initialize() = 0 (#1621)
v4hn Aug 17, 2019
4ca54cd
move isEmpty test functions to moveit_core/utils (#1627)
v4hn Aug 19, 2019
1f4de10
favor ros::Duration.sleep over sleep. (#1634)
seanyen Aug 21, 2019
8066a50
Unified Collision Environment Integration (#1584)
j-petit Aug 21, 2019
39171c8
Cleanup launch + config files (#1631)
rhaschke Aug 21, 2019
06d67ab
Fix clang-tidy for unified collision environment (#1638)
j-petit Aug 21, 2019
180e2b5
Merge feature branch 'benchmark-improvements'
rhaschke Aug 22, 2019
c384470
Fix clang-tidy issues
rhaschke Aug 22, 2019
d6c2236
Changed migration notes for new unified collision environment. (#1639)
j-petit Aug 22, 2019
b7b4197
fix clang-format
rhaschke Aug 22, 2019
e6d0f34
fallback to using pyreadline for Window. (#1635)
seanyen Aug 22, 2019
48c326a
Handle the updated plan() function of MoveGroupCommander (#1640)
JafarAbdi Aug 27, 2019
e2bfd71
Use `.pyd` as the output suffix for Python module on Windows. (#1637)
seanyen Aug 27, 2019
57d4a4a
jog_arm: Do not wait for command msg to start spinning (#1603)
PaulVerhoeckx Aug 27, 2019
0ef84b8
Cleanup OMPL dynamic reconfigure config (#1649)
v4hn Aug 29, 2019
a9f2323
[windows] some more header inclusion and MSVC build error fixes. (#1636)
seanyen Aug 30, 2019
84db86f
depth_image_octomap_updater: correctly set properties of debug images…
v4hn Aug 30, 2019
8fcff1d
chomp: fix potential calculation (#1651)
rhaschke Aug 31, 2019
062381c
Fix plot details, correcting xlabels positions and cleaning the graph…
v4hn Sep 12, 2019
cbe534a
Migration notes for unified collision environment (#1647)
j-petit Sep 17, 2019
871f3a0
Adding documentation to collision detection (#1645)
j-petit Sep 17, 2019
ff71fc4
Rename jog_arm->moveit_jog_arm (#1663)
AndyZe Sep 19, 2019
ff8f1d8
Fix double mutex unlock (#1672)
henningkayser Sep 19, 2019
9815023
TrajOpt Planner (Empty Template) (#1478)
Jun 12, 2019
0c7664a
added solve from tesseract.
Jun 7, 2019
90116ae
updated resp req
Jul 2, 2019
efd2135
added trajopt_interface class
ommmid Jul 15, 2019
9be1874
changed the architectrue and used TrajoptInterface class to contain t…
Jul 16, 2019
ca28570
added kinematic_terms
Jul 19, 2019
d74ef64
moved rotVec and concat from kinematics_term header to implementation
Jul 22, 2019
5f016c5
added panda_omple_planning
Jul 23, 2019
341230a
addressed the comments
Jul 23, 2019
f722b0f
addressed some comments
Jul 30, 2019
c35c7d1
added kinematic DOF of the active joint model group to TrajOptProblem…
Aug 1, 2019
8fda2b8
clang format
Aug 9, 2019
a1ff679
Added comments about initial trajectory
Aug 7, 2019
a8e22c4
applied Henning's comments
Aug 12, 2019
6c29b6d
added catkin ignore to ignore this package for now as it has dependen…
Aug 12, 2019
9440d39
addressed the comments
Aug 13, 2019
c6889aa
renamed hatch to addObjectiveTerms
Aug 13, 2019
a772539
addressed Dave's comments
Aug 15, 2019
bb89f60
added catkin_ignore
Aug 15, 2019
4df846a
prepare for merge
Aug 15, 2019
010434a
resolved conflicts
Aug 15, 2019
bc5299d
clang format
Aug 16, 2019
7e37d08
removed trajopt_test_support from package.xml
Aug 16, 2019
c6625fb
fixed travis errors
Aug 16, 2019
698188b
addressed Dave's comments
Aug 16, 2019
40a7d49
Enable installing .hpp files
JafarAbdi Sep 19, 2019
e92dcd9
Fix catkin_lint errors
JafarAbdi Sep 19, 2019
92ee457
Update included header files - Correct namespace
JafarAbdi Sep 20, 2019
2f619a1
Update CMakeLists.txt
JafarAbdi Sep 20, 2019
285bc5e
Update package.xml
JafarAbdi Sep 20, 2019
cc2497f
added README.md to trajopt package
Sep 22, 2019
44fe6ab
marked override
Sep 27, 2019
725e76e
added the reference trajectory; before, it was hard-coded
Oct 28, 2019
b72a7bd
find osqp locally
Nov 7, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# MoveIt! Docker Containers
# MoveIt Docker Containers

For more information see [Continuous Integration and Docker](http://moveit.ros.org/documentation/contributing/continuous_integration.html) documentation.
2 changes: 1 addition & 1 deletion .docker/ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN \
clang clang-format-3.9 clang-tidy clang-tools \
ccache && \
#
# Download all dependencies of MoveIt!
# Download all dependencies of MoveIt
rosdep update && \
rosdep install -y --from-paths . --ignore-src --rosdistro ${ROS_DISTRO} --as-root=apt:false && \
#
Expand Down
2 changes: 1 addition & 1 deletion .docker/release/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# moveit/moveit:melodic-release
# Full debian-based install of MoveIt! using apt-get
# Full debian-based install of MoveIt using apt-get

FROM ros:melodic-ros-base
MAINTAINER Dave Coleman dave@picknik.ai
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MoveIt! is a large project with pull requests being created often. In order
# MoveIt is a large project with pull requests being created often. In order
# to ensure quick review turn around time from our maintainer team, we're
# leveraging an automated "triage" approach to auto-assign reviews to new pull
# requests. If you already know who should review your PR, then you can assign
Expand Down
9 changes: 4 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ Please explain the changes you made, including a reference to the related issue

### Checklist
- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code)
- [ ] Extended the tutorials / documentation, if necessary [reference](http://moveit.ros.org/documentation/contributing/)
- [ ] Extend the tutorials / documentation [reference](http://moveit.ros.org/documentation/contributing/)
- [ ] Document API changes relevant to the user in the MIGRATION.md notes
- [ ] Create tests, which fail without this PR [reference](https://ros-planning.github.io/moveit_tutorials/)
- [ ] Include a screenshot if changing a GUI
- [ ] Document API changes relevant to the user in the moveit/MIGRATION.md notes
- [ ] Created tests, which fail without this PR [reference](http://docs.ros.org/kinetic/api/moveit_tutorials/html/doc/tests.html)
- [ ] Decide if this should be cherry-picked to other current ROS branches
- [ ] While waiting for someone to review your request, please consider reviewing [another open pull request](https://github.com/ros-planning/moveit/pulls) to support the maintainers
- [ ] While waiting for someone to review your request, please help review [another open pull request](https://github.com/ros-planning/moveit/pulls) to support the maintainers

[//]: # "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread. Thank you!"
4 changes: 2 additions & 2 deletions .github/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ newIssueWelcomeComment: >

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for helping in improving MoveIt!
Thanks for helping in improving MoveIt

# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congrats on getting your first MoveIt! pull request merged and improving open source robotics!
Congrats on getting your first MoveIt pull request merged and improving open source robotics!

# It is recommended to include as many gifs and emojis as possible!
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ qtcreator-*
# Vim
*.swp

# Catkin custom files
CATKIN_IGNORE

# Continous Integration
.moveit_ci

*.pyc

#gdb
*.gdb
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Contributing to MoveIt!
# Contributing to MoveIt

Thanks for getting involved! Information on contributing can be found at
[http://moveit.ros.org/documentation/contributing/](http://moveit.ros.org/documentation/contributing/)
3 changes: 2 additions & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Migration Notes

API changes in MoveIt! releases
API changes in MoveIt releases

## ROS Noetic (upcoming changes in master)
- Extended the return value of `MoveitCommander.MoveGroup.plan()` from `trajectory` to a tuple of `(success, trajectory, planning_time, error_code)` to better match the C++ MoveGroupInterface ([790](https://github.com/ros-planning/moveit/pull/790/))
- `moveit_rviz.launch`, generated by MSA, provides an argument `rviz_config` to configure the rviz config to be used. The old boolean config argument was dropped. ([1397](https://github.com/ros-planning/moveit/pull/1397))
- Moved the example package `moveit_controller_manager_example` into [moveit_tutorials](https://github.com/ros-planning/moveit_tutorials)
- Requests to `get_planning_scene` service without explicitly setting "components" now return full scene
- `moveit_ros_plannning` no longer depends on `moveit_ros_perception`
- `CollisionRobot` and `CollisionWorld` are combined into a single `CollisionEnv` class. This applies for all derived collision checkers as `FCL`, `ALL_VALID`, `HYBRID` and `DISTANCE_FIELD`. Consequently, `getCollisionRobot[Unpadded] / getCollisionWorld` functions are replaced through a `getCollisionEnv` in the planning scene and return the new combined environment. This unified collision environment provides the union of all member functions of `CollisionRobot` and `CollisionWorld`. Note that calling `checkRobotCollision` of the `CollisionEnv` does not take a `CollisionRobot` as an argument anymore as it is implicitly contained in the `CollisionEnv`.

## ROS Melodic

Expand Down
Loading