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

nikzzzlegrande's profile - activity

2022-07-02 07:42:18 -0500 received badge  Popular Question (source)
2022-06-14 08:24:01 -0500 asked a question Adding an orientation motor to the turtlebot3 using ROS1 Noetic

Adding an orientation motor to the turtlebot3 using ROS1 Noetic Hey guys, Does anyone knows how to add a set of orienta

2021-12-28 09:13:09 -0500 received badge  Famous Question (source)
2021-12-28 09:13:09 -0500 received badge  Notable Question (source)
2020-02-24 22:52:38 -0500 marked best answer Checking Workspace while installing

i was installing ros melodic following this link http://wiki.ros.org/ROS/Tutorials/Ins... i typed this command to check my workspcae

echo $ROS_PACKAGE_PATH

and i got this

/opt/ros/melodic/share

instead of

/home/youruser/catkin_ws/src:/opt/ros/kinetic/share

can i continue without any problem or do i have any. pls help this is my first time

2020-02-24 22:52:15 -0500 received badge  Popular Question (source)
2019-12-11 13:58:02 -0500 received badge  Supporter (source)
2019-12-10 16:50:08 -0500 commented answer Checking Workspace while installing

Thank you for your time! Found out solution and fixed it. while making the catkin workspace mkdir -p ~/catkin_ws/src cd

2019-12-10 16:48:50 -0500 answered a question Checking Workspace while installing

ok I found out solution and fixed it. while making the catkin workspace mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src cat

2019-12-10 16:48:50 -0500 received badge  Rapid Responder (source)
2019-12-10 16:48:25 -0500 commented answer Checking Workspace while installing

ok I found out solution and fixed it. while making the catkin workspace mkdir -p ~/catkin_ws/src cd ~/catkin_ws/src cat

2019-12-10 15:13:00 -0500 commented answer Checking Workspace while installing

yeah i did

2019-12-10 12:33:17 -0500 asked a question Checking Workspace while installing

Checking Workspace while installing i was installing ros melodic following this link http://wiki.ros.org/ROS/Tutorials/I