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

Rahul K R's profile - activity

2022-03-01 13:47:17 -0500 received badge  Nice Question (source)
2021-05-07 08:30:57 -0500 received badge  Student (source)
2021-04-14 03:24:49 -0500 received badge  Famous Question (source)
2021-04-14 03:24:49 -0500 received badge  Notable Question (source)
2021-04-14 03:24:49 -0500 received badge  Popular Question (source)
2020-07-22 02:15:15 -0500 received badge  Famous Question (source)
2020-07-22 02:15:15 -0500 received badge  Notable Question (source)
2020-07-22 02:15:15 -0500 received badge  Popular Question (source)
2020-06-11 23:47:12 -0500 answered a question pkg_resources.DistributionNotFound: The 'rospkg==1.2.3' distribution was not found and is required by the application

The following command fixed the error for me. $ sudo chown -R <your_username> ~/.ros

2020-06-11 23:47:12 -0500 received badge  Rapid Responder (source)
2020-06-11 23:19:26 -0500 answered a question roscore error

I have the same issue. The above solutions did not work for me.

2020-06-11 06:51:06 -0500 asked a question pkg_resources.DistributionNotFound: The 'rospkg==1.2.3' distribution was not found and is required by the application

pkg_resources.DistributionNotFound: The 'rospkg==1.2.3' distribution was not found and is required by the application Wh

2020-06-11 02:05:35 -0500 received badge  Supporter (source)
2020-03-24 06:44:54 -0500 asked a question Undefined reference to moveit::planning_interface

Undefined reference to moveit::planning_interface I get linker error when I do 'catkin_make' in my workspace folder. I h

2020-02-05 07:28:16 -0500 answered a question xacro: substitution args not supported: No module named 'rospkg'

I faced the same error. Fixed it by uninstalling anaconda3 Thanks!