-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated computeCartesianPath()
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6ce67d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @rhaschke
I believe that this commit seems not compatible with the MoveIt tutorials given in the documentation:
https://moveit.github.io/moveit_tutorials/doc/getting_started/getting_started.html
I assume that the header file updates have not been committed yet.
Bringing it back to what it was solved my issue in building the moveit tutorial package.
6ce67d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you build against latest source of MoveIt?
6ce67d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just cloned the master branch (for tutorials) according to the given tutorials:
git clone https://github.com/moveit/moveit_tutorials.git -b master
for the MoveIt library, no. I just installed it through the terminal command (it might not be the latest version).
6ce67d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tutorials suggest downloading and building MoveIt from source as well. If you do, you will need the changes here.
A new release of MoveIt has been made. It will become publicly available with the next sync.
6ce67d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhaschke, I am getting error related to the computeCartesianPath function after running catkin build on my moveit workspace
Error:
I have followed all the build instructions exactly. Could you suggest something?
6ce67d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@addy1997: you don't build MoveIt from source, but use the installation in /opt/ros/noetic.