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

ychua's profile - activity

2017-02-27 17:59:08 -0500 received badge  Nice Answer (source)
2014-01-28 17:22:48 -0500 marked best answer fail to "roslaunch pi_tracker skeleton.launch"

Hi, I'm not able to "roslaunch pi_tracker skeleton.launch"

SUMMARY

PARAMETERS * /use_sim_time * /skeleton_tracker/fixed_frame * /skeleton_tracker/load_filepath * /skeleton_tracker/holonomic * /skeleton_tracker/skel_to_joint_map/right_shoulder * /skeleton_tracker/tracking_rate * /skeleton_tracker/skel_to_joint_map/right_hip * /skeleton_tracker/command_rate * /skeleton_tracker/skel_to_joint_map/left_foot * /skeleton_tracker/skel_to_joint_map/left_elbow * /skeleton_tracker/skel_to_joint_map/right_foot * /skeleton_tracker/use_real_robot * /skeleton_tracker/skel_to_joint_map/right_knee * /skeleton_tracker/skel_to_joint_map/left_shoulder * /skeleton_tracker/scale_drive_speed * /skeleton_tracker/base_controller_rate * /skeleton_tracker/skel_to_joint_map/left_knee * /skeleton_tracker/base_control_side * /rosdistro * /robot_description * /skeleton_tracker/skel_to_joint_map/head * /skeleton_tracker/max_rotation_speed * /rosversion * /skeleton_tracker/skel_to_joint_map/torso * /skeleton_tracker/skel_to_joint_map/right_hand * /skeleton_tracker/skel_to_joint_map/right_elbow * /skeleton_tracker/default_joint_speed * /skeleton_tracker/max_drive_speed * /skeleton_tracker/scale_rotation_speed * /robot_state_publisher/publish_frequency * /skeleton_tracker/reverse_rotation * /skeleton_tracker/skel_to_joint_map/neck * /skeleton_tracker/skel_to_joint_map/left_hand * /skeleton_tracker/joint_controller_rate * /skeleton_tracker/skel_to_joint_map/left_hip

NODES / robot_state_publisher (robot_state_publisher/state_publisher) kinect_base_link (tf/static_transform_publisher) kinect_base_link1 (tf/static_transform_publisher) kinect_base_link2 (tf/static_transform_publisher) kinect_base_link3 (tf/static_transform_publisher) skeleton_tracker (pi_tracker/skeleton_tracker) base_world_broadcaster (tf/static_transform_publisher)

auto-starting new master process[master]: started with pid [28728] ROS_MASTER_URI=http://localhost:11311

setting /run_id to 9cae2868-dddc-11e0-9c14-00256438dd8a process[rosout-1]: started with pid [28741] started core service [/rosout] process[robot_state_publisher-2]: started with pid [28748] process[kinect_base_link-3]: started with pid [28750] process[kinect_base_link1-4]: started with pid [28756] process[kinect_base_link2-5]: started with pid [28757] process[kinect_base_link3-6]: started with pid [28760] process[skeleton_tracker-7]: started with pid [28770] process[base_world_broadcaster-8]: started with pid [28776]

[skeleton_tracker-7] process has died [pid 28770, exit code -11]. log files: /home/yuanwei/.ros/log/9cae2868-dddc-11e0-9c14-00256438dd8a/skeleton_tracker-7*.log

Any ideas to solve this? Do I need change anything in the SamplesConfig.xml or skeleton.launch?

2014-01-28 17:22:47 -0500 marked best answer openni kinect: build errors

I have problems installing openni_kinect stack. I can't install the openni drivers on my system. I meet the following errors in my 'make':

../../../../../Wrappers/OpenNI.jni/methods.inl:314: warning: deprecated conversion from string constant to ‘char’ /bin/sh: javac: not found make[3]: [../../../Bin/Release/org.OpenNI.jar] Error 127 make[2]: [Wrappers/OpenNI.java] Error 2 failed to execute: make PLATFORM=x86 -C ../Build > /home/yuanwei/drivers/openni/build/openni/Platform/Linux-x86/CreateRedist/Output/BuildOpenNI.txt Building Failed! make[1]: [installed] Error 1 make[1]: Leaving directory `/home/yuanwei/drivers/openni' make: * [openni_lib] Error 2

I've installed java sdk but these errors still stay. Any ideas how to solve this?

2013-03-15 06:15:00 -0500 received badge  Taxonomist
2013-02-13 08:31:30 -0500 received badge  Famous Question (source)
2013-02-13 08:31:30 -0500 received badge  Notable Question (source)
2013-02-13 08:31:30 -0500 received badge  Popular Question (source)
2012-10-01 15:38:32 -0500 received badge  Notable Question (source)
2012-10-01 15:38:32 -0500 received badge  Famous Question (source)
2012-10-01 15:38:32 -0500 received badge  Popular Question (source)
2012-08-20 06:59:59 -0500 received badge  Popular Question (source)
2012-08-20 06:59:59 -0500 received badge  Notable Question (source)
2012-08-20 06:59:59 -0500 received badge  Famous Question (source)
2012-04-09 22:41:31 -0500 asked a question collision geometry in Gazebo

Hi, I chose the geometry of the <collision> field in the urdf file to be a cylinder. However, when it launches in the Gazebo, the geometry became a box.

For collision geometry, we can't choose spherical or cylindrical shapes in Gazebo yet?

2012-03-26 12:02:03 -0500 received badge  Famous Question (source)
2011-12-31 12:49:12 -0500 marked best answer TF_NO_FRAME_ID: Ignoring transform with child_frame_id

You need to change the fixed frame and target frame to something connected in rviz. See the user guide

2011-11-22 02:49:14 -0500 received badge  Notable Question (source)
2011-11-17 11:39:01 -0500 marked best answer openni kinect: build errors

Hi Mac, Thanks for your kindness and suggestions. I've managed to resolve the problem. It seems that even though I've followed the java sdk installation instructions from the oracle website, the default java version is always openjdk.

sudo apt-get install python-software-properties sudo add-apt-repository ppa:sun-java-community-team/sun-java6 sudo apt-get update sudo apt-get install sun-java6-jdk

I did the above steps to install the java6-sdk. And the openni-kinect driver builds successfully now!

2011-10-11 02:56:50 -0500 received badge  Popular Question (source)
2011-09-23 02:22:19 -0500 received badge  Student (source)
2011-09-22 20:14:34 -0500 commented question TF_NO_FRAME_ID: Ignoring transform with child_frame_id
In rviz, in TF display. I got status: warning "/openni_camera: No transform from [/openni_camera] to frame[/world] /openni_depth_frame: No transform from [/openni_depth_frame to frame[/world]" etc....
2011-09-22 19:55:11 -0500 commented question TF_NO_FRAME_ID: Ignoring transform with child_frame_id
The robot model in the rviz has no errors. I've also changed the 'skel_to_joint_map' parameter in the tracker_params.yaml, to correspond with the joint names with my robot urdf model. I also changed the line in the 'self.cmd_joints.position[self.cmd_joints.name.index('myRobot_jointName')] = right_shoulder_lift_angle' in the tracker_joint_controller.py to my robot urdf's joint name. Is there anywhere else I need to change in the code? Thanks a lot!
2011-09-22 19:54:24 -0500 commented question TF_NO_FRAME_ID: Ignoring transform with child_frame_id
[ERROR] [1316763642.701371303]: TF_NO_FRAME_ID: Ignoring transform with child_frame_id "/right_shoulder" from authority "/skeleton_tracker" because frame_id not set [ERROR] [1316763642.701422097]: TF_NO_FRAME_ID: Ignoring transform with child_frame_id "/right_elbow" from authority "/skeleton_tracker" because frame_id not set [ERROR] [1316763642.701475147]: TF_NO_FRAME_ID: Ignoring transform with child_frame_id "/right_hand" from authority "/skeleton_tracker" because frame_id not set
2011-09-22 19:52:53 -0500 received badge  Editor (source)
2011-09-22 19:51:16 -0500 asked a question TF_NO_FRAME_ID: Ignoring transform with child_frame_id

Hi, I've tried the pi_tracker package. I have no errors running skeleton.launch and tracker.launch. However, when I rosrun rviz, I met the following errors

2011-09-16 03:12:05 -0500 received badge  Self-Learner (source)
2011-09-16 02:42:49 -0500 received badge  Teacher (source)
2011-09-16 02:42:49 -0500 received badge  Self-Learner (source)
2011-09-15 15:01:59 -0500 answered a question fail to "roslaunch pi_tracker skeleton.launch"

It's solved now. I just svn checkout http://pi-robot-ros-pkg.googlecode.com/svn/trunk/pi_tracker. And it just mysteriously worked!

2011-09-13 15:47:42 -0500 commented question fail to "roslaunch pi_tracker skeleton.launch"
I've also inserted <License vendor="PrimeSense" key="0KOIk2JeIBYClPWVnMoRKn5cdY4="/> in the SampleConfig.xml. But I have the same error [skeleton_tracker-7] process has died [pid 28770, exit code -11]
2011-09-13 13:03:37 -0500 commented question fail to "roslaunch pi_tracker skeleton.launch"
[roscpp_internal] [2011-09-14 09:00:13,929] [thread 0xb2c14790]: [DEBUG] UDPROS server listening on port [42855] [roscpp_internal] [2011-09-14 09:00:13,933] [thread 0xb2c14790]: [DEBUG] Started node [/skeleton_tracker], pid [882], bound on [yuanwei-desktop], xmlrpc port [45499], tcpros port [33642], logging to [/home/yuanwei/.ros/log/e6c36702-de6c-11e0-9b50-00256438dd8a/skeleton_tracker-7.log], using [real] time [roscpp_internal] [2011-09-14 09:00:14,196] [thread 0xb2c07b70]: [DEBUG] Accepted connection on socket [7], new socket [16] [roscpp_internal] [2011-09-14 09:00:14,197] [thread 0xb2c07b70]: [DEBUG] TCPROS received a connection from [10.217.130.120:33589] [roscpp_internal] [2011-09-14 09:00:14,197] [thread 0xb2c07b70]: [DEBUG] Connection: Creating TransportSubscriberLink for topic [/rosout] connected to [callerid=[/rosout] address=[TCPROS connection to [10.217.130.120:33589 on socket 16]]] Here's the log file but I'm still not sure what's wrong