ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Handwerker's profile - activity

2021-12-09 16:24:35 -0500 received badge  Notable Question (source)
2019-07-18 03:58:26 -0500 received badge  Nice Answer (source)
2017-02-16 06:03:04 -0500 received badge  Famous Question (source)
2016-12-08 04:39:03 -0500 received badge  Self-Learner (source)
2016-12-08 04:39:03 -0500 received badge  Teacher (source)
2016-06-02 14:58:44 -0500 received badge  Student (source)
2016-03-22 09:38:30 -0500 received badge  Popular Question (source)
2016-03-22 03:19:43 -0500 asked a question How to konw quickly which nodes serve as the server or the client about some service?

How to konw quickly which nodes serve as the server or the client about some service?

2016-02-08 05:43:50 -0500 received badge  Famous Question (source)
2016-02-08 05:39:46 -0500 answered a question How can I subscribe to a turtle's pose that is being published?

please first understand the tutorial:ROS/Tutorials/WritingPublisherSubscriber(c++)

Note: The topic name of the publisher and subscriber that you creat must be identical! you can remap the topic name by name Remapping at the Roslaunch and Remapping Arguments at the command-line

2016-02-06 10:36:05 -0500 asked a question How to realize a motion planning that includes intermediate via points by MoveIt!

I only see tutorials of setting a desired single goal by Pose Goal and Joint Space Goal. I now use ROS Indigo in Ubuntu 14.04.

2015-11-01 23:03:19 -0500 received badge  Famous Question (source)
2015-09-08 07:04:44 -0500 commented answer a problem with launching the MoveIt! Setup Assistant

thanks, this approach is also worth trying,

2015-09-08 04:53:35 -0500 received badge  Supporter (source)
2015-09-08 04:31:17 -0500 received badge  Notable Question (source)
2015-09-08 02:27:30 -0500 answered a question a problem with launching the MoveIt! Setup Assistant

unexpectedly I launched normally the moveit! setup assistant with the help of gvdhoorn. The total process was as follows:

According to the answer in the http://answers.ros.org/question/19313... I guess I had also a problem with my graphic driver.

1. I followed the http://askubuntu.com/questions/475972... to install the xserver-xorg.

sudo apt-get install xserver-xorg

sudo dpkg-reconfigure xserver-xorg

sudo reboot

but after rebooting I met the same error .And the touchpad also became invalid . then I tried to check the system Settings, but the settings crashed(could not be opened).

2. I installed the ubuntu-desktop

sudo apt-get install ubuntu-desktop

In this way the system Settings could be opened ,then I tried to launch the movit! and succeeded unexpectedly . So I think the "Exit Code -11" is probably related to both the xserver-xorg and the ubuntu-desktop.

2015-09-08 00:10:30 -0500 received badge  Enthusiast
2015-09-07 21:14:43 -0500 received badge  Notable Question (source)
2015-09-07 10:26:41 -0500 commented answer a problem with launching the MoveIt! Setup Assistant

rviz can launch correctly. I have not used the tool to do something.

2015-09-07 10:16:39 -0500 commented answer a problem with launching the MoveIt! Setup Assistant

l have not installed 3D drivers and run rviz.

2015-09-07 10:09:09 -0500 commented answer a problem with launching the MoveIt! Setup Assistant

actually I have no explicit destination, and only try to install correctly

yes, immediately crach after launching. I remember I have installed the full ROS.I have already met the error before installing the moveit(though maybe no need for installing the moveit)

2015-09-07 09:34:50 -0500 commented question a problem with launching the MoveIt! Setup Assistant

thanks for your attention, I follow your steps ,but the error still happens.

REQUIRED process [moveit_setup_assistant-2] has died!
process has died [pid 15519, exit code -11, cmd /opt/ros/indigo/lib/moveit_setup_assistant/moveit_setup_assistant
2015-09-07 09:16:33 -0500 commented question a problem with launching the MoveIt! Setup Assistant

no SEGFAULT with the apt-get moveit.

what's the meaning of rm -rf /path/to/catkin_ws/{build,devel}?

2015-09-07 09:09:55 -0500 received badge  Popular Question (source)
2015-09-07 09:03:54 -0500 commented question a problem with launching the MoveIt! Setup Assistant

oh! I install the moveit! also by the second choice, now I have removed the moveit file and reinstalled the moveit! by the debian packge.but the error still happens

2015-09-07 09:03:54 -0500 received badge  Commentator
2015-09-07 08:09:13 -0500 commented question a problem with launching the MoveIt! Setup Assistant

I install the Movelt! by the first choice. Actually I haven't followed the third step ( install the ros-hydro-moveit-full-pr2 )as I don't use it.

2015-09-07 07:48:49 -0500 commented question a problem with launching the MoveIt! Setup Assistant

I must install correctly the ROS by debian. where can be the problem ?

2015-09-07 07:19:59 -0500 commented question a problem with launching the MoveIt! Setup Assistant

but I meet a warning when installing dependencies with rosdep install --from-paths src --ignore-src --rosdistro indigo -y

WARNING: Package "ompl" does not follow the version conventions. It should not contain leading zeros (unless the number is 0).
2015-09-07 06:19:07 -0500 received badge  Editor (source)
2015-09-07 06:17:05 -0500 asked a question a problem with launching the MoveIt! Setup Assistant

I have followed the instructions to install the MoveIt!. Now I meet an unknown error when launching the MoveIt! Setup Assistant with roslaunch moveit_setup_assistant setup_assistant.launch.

REQUIRED process [moveit_setup_assistant-1] has died!</p>
process has died [pid 14447, exit code -11, cmd /home/handwerk/moveit/devel/lib/moveit_setup_assistant/moveit_setup_assistant __name:=moveit_setup_assistant __log:=/home/handwerk/.ros/log/ba8fef58-5540-11e5-ab9d-ac72894ef665/moveit_setup_assistant-1.log].
log file: /home/handwerk/.ros/log/ba8fef58-5540-11e5-ab9d-ac72894ef665/moveit_setup_assistant-1*.log
Initiating shutdown!

My OS is Ubuntu 14.04, ROS Indigo (installed from debians).

2015-09-04 08:22:31 -0500 commented answer A problem about subscribing to a topic in the package turtlesim

~$ rosnode info turtlesim

Node [/turtlesim]

Publications:

* /turtle1/color_sensor [turtlesim/Color]

* /rosout [rosgraph_msgs/Log]

* /turtle1/pose [turtlesim/Pose]

Subscriptions:

* /turtle1/cmd_vel [unknown type]