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

lyh458's profile - activity

2023-05-08 08:37:48 -0500 received badge  Student (source)
2023-04-14 03:19:05 -0500 received badge  Famous Question (source)
2022-12-30 07:01:25 -0500 received badge  Notable Question (source)
2022-12-30 07:01:25 -0500 received badge  Popular Question (source)
2022-10-06 10:23:27 -0500 received badge  Notable Question (source)
2022-07-13 03:40:42 -0500 commented answer AttributeError: 'NoneType' object has no attribute 'close'

Thank you for the answer! I made a simple test (single nodes without multi-thread), here is the code: import rospy fro

2022-07-13 03:40:31 -0500 commented answer AttributeError: 'NoneType' object has no attribute 'close'

Thank you for the answer! I made a simple test (single nodes without multi-thread), here is the code: ``` import rosp

2022-07-13 03:40:02 -0500 commented answer AttributeError: 'NoneType' object has no attribute 'close'

Thank you for the answer! I made a simple test (single nodes without multi-thread), here is the code: ``` import rospy

2022-07-09 05:11:01 -0500 edited question AttributeError: 'NoneType' object has no attribute 'close'

AttributeError: 'NoneType' object has no attribute 'close' issue details Exception in thread /iiwa/joint_states: Tra

2022-07-09 05:02:50 -0500 asked a question AttributeError: 'NoneType' object has no attribute 'close'

AttributeError: 'NoneType' object has no attribute 'close' The above error raised when I subscribe a topic in a sub-thre

2022-05-27 21:02:49 -0500 answered a question No rule to make target - liborocos-kdl.so.1.4.0 - install space issues?

Is that some packages such as moveit, are built from outdated source codes? In my case, just update the source codes an

2022-05-25 09:37:27 -0500 received badge  Popular Question (source)
2022-05-24 21:32:24 -0500 asked a question How to get each joint angle if all joint positions (x,y,z) are known?

How to get each joint angle if all joint positions (x,y,z) are known? If all joint positions or coordinates of each join

2022-04-18 01:44:49 -0500 commented question Rviz Status Warn: Scale of 0 in one of x/y/z

Hi, any update?

2021-12-22 05:21:39 -0500 received badge  Famous Question (source)
2021-12-22 05:21:39 -0500 received badge  Notable Question (source)
2021-12-22 05:21:39 -0500 received badge  Popular Question (source)
2021-01-06 07:40:05 -0500 received badge  Organizer (source)
2021-01-06 07:38:44 -0500 commented question Can't source .bashrc when setup.bash is in a symbolic folder

Thanks, @gvdhoorn. I have solved the problem. This is actually a workspace overlaying problem. Because I have several wo

2021-01-05 20:39:41 -0500 asked a question Can't source .bashrc when setup.bash is in a symbolic folder

Can't source .bashrc when setup.bash is in a symbolic folder Hi, I have a dual system (Ubuntu 18.04 and Windows 10) in

2021-01-05 19:38:45 -0500 answered a question roscd not woring

catkin_ws is a workspace instead of a package

2020-09-28 09:41:59 -0500 received badge  Enthusiast
2020-09-23 08:15:06 -0500 commented answer ImportError: No module named Crypto

I solved the problem by ran conda install -c conda-forge python-gnupg just now. Using ros and anaconda simultaneously ma

2020-09-23 07:26:58 -0500 received badge  Famous Question (source)
2020-09-23 07:21:00 -0500 commented answer ImportError: No module named Crypto

How did you solve the problem? Thanks.

2019-12-22 21:25:45 -0500 commented answer why given only the quaternion, a pose can be determined

Yeah, thanks! I mistook the "position" for "orientation".

2019-12-22 21:20:11 -0500 received badge  Supporter (source)
2019-12-21 14:59:52 -0500 received badge  Notable Question (source)
2019-12-21 12:27:15 -0500 received badge  Popular Question (source)
2019-12-21 04:32:42 -0500 commented question why given only the quaternion, a pose can be determined

Sorry for my poor expression. I think a pose of a robot should be determined by both position and quaternion, because th

2019-12-20 23:35:11 -0500 asked a question why given only the quaternion, a pose can be determined

why given only the quaternion, a pose can be determined MoveIt tutorials, move_group_interface_tutorial.cpp line 121, 2