-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move_group_interface_tutorial #72
Comments
The launch files are in the doc subfolder: https://github.com/ros-planning/moveit_tutorials/tree/kinetic-devel/doc/pr2_tutorials/planning/launch |
When I try to run catkin_make for the moveit_tutorials package, I get the following errors about missing class object members and build failure: [ 94%] Building CXX object moveit/moveit_ros/visualization/robot_state_rviz_plugin/CMakeFiles/moveit_robot_state_rviz_plugin_core.dir/moveit_robot_state_rviz_plugin_core_automoc.cpp.o [ 94%] Linking CXX executable /home/bmi/Documents/pr2_ws/devel/lib/moveit_tutorials/attached_body_tutorial |
The pr2_moveit_config package builds ok, but I get an error when I roslaunch pr2_moveit_config demo.launch, in RViz: The class required for this panel, 'rviz_visual_tools/RvizVisualToolsGui', could not be loaded. And motion planning, e.g. QueryStartState, etc. doesn:t work. There are also a bunch of the following error messages in the terminal window after roslaunch: TIFFFieldWithTag: Internal error, unknown tag 0xa402. |
What version of rviz_visual_tools are you using? kinetic-devel from source? are you on indigo?
That is a PR2, reported here: PR2/pr2_common#257 |
I'm using kinetic. I'm installed from the "kinetic workaround" instructions on the tutorial page. The class required for this panel, 'rviz_visual_tools/RvizVisualToolsGui', could not be loaded. Thanks. |
Perhaps re-source your workspace and relaunch rviz? |
I'm having the same issue as @japalmer29. Set up works fine but when "roslaunch pr2_moveit_config demo.launch" is run, I get an initial set of warnings that say "[ WARN] [1499889173.721194396]: The root link base_footprint has an inertia specified in the URDF, but KDL does not support a root link with an inertia. As a workaround, you can add an extra dummy link to your URDF." and then a neverending stream of error messages TIFFFieldWithTag: Internal error, unknown tag 0xa402. Did anyone resolve it yet? |
Those are problems with the pr2_common repo - please file bug reports or fixes there for those warnings. |
I'll close this as it seems to be a bug with pr2_common, if anything. |
I installed the moveit_tutorials using the git clone command ... however when I try to run:
roslaunch moveit_tutorials move_group_interface_tutorial.launch
as the movegroup tutorial suggests, there is an error that no launch file exists. And there is no launch directory in moveit_tutorials, so that makes sense. Is this tutorial up to date? I'm using ros kinetic. Thanks.
The text was updated successfully, but these errors were encountered: