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

ROS packages

asked 2022-02-16 04:29:23 -0500

1024son gravatar image

updated 2022-02-18 13:19:53 -0500

lucasw gravatar image

Hi all,

ROS provides open source packages for installation and those packages are found in "opt/ros/noetic/share" folder assuming noetic is the distro.

I might be confusing things but are there any packages that are being installed in catkin_ws/src folder? Or is it just packages created by us?

I am searching /reading around for awhile now and started on building a ROS LiDAR mobile robot with navigation stack + gmapping.

Can I confirm that after URDF is written with other parameters set (diff drive controller etc), I just have to create a package in "catkin_ws/src/launch" folder with a launch file launching the necessary packages (packages which is located "opt/ros/noetic/share")?

Thank you all.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-02-17 06:45:37 -0500

osilva gravatar image

Hi @1024son,

Please take a look at prior answer explains the difference between /opt/ros/.. and catkin_ws

To your question:

Can I confirm that after URDF is written with other parameters set (diff drive controller etc), I just have to create a package in "catkin_ws/src/launch" folder with a launch file launching the necessary packages (packages which is located "opt/ros/noetic/share")?

Yes. If you use catkin_make for example is a convenience tool for building code in a catkin workspace. Refer to the following documentation for more information why catkin was created and the different tools that can be used:

Catkin

REP-0128

edit flag offensive delete link more

Comments

Thank you.It seems that my previous search before posting were not worded to have answers I'm seeking. That link explains well. Thanks again.

1024son gravatar image 1024son  ( 2022-02-21 00:53:36 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2022-02-16 04:29:23 -0500

Seen: 245 times

Last updated: Feb 17 '22