leggedrobotics / ros_best_practices

Best practices, conventions, and tricks for ROS
https://rsl.ethz.ch/education-students/lectures/ros.html
BSD 3-Clause "New" or "Revised" License
1.49k stars 413 forks source link

Create 4 packages: algorithm, algorithm_msgs, algorithm_ros and rqt_algorithm #9

Open remod opened 6 years ago

remod commented 6 years ago

I propose to create 4 packages to extend the examples:

We can discuss the naming :-)

I could add it if you want.

pfankhauser commented 6 years ago

This sounds good, and is the way it is typically done for more complex packages. I would keep the ros_package_template for a simple and combined package and make the new once similar in the code style. We should properly document this in the README and maybe also write about this in the Wiki of this repo. What do you think?

remod commented 6 years ago

I agree, but I need a free minute to do this.

Houssem-25 commented 5 years ago

Hello I compiled this package successfully However when I try to include Algorithm in other packages it does not work. Could you please give us an idea how to link other packages with this library ?

remod commented 5 years ago

Hi @Boulahbal-Houssem

Can you please some information on how you set up your package dependencies, which build command you ran and the error message your received?