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

Problem building the example #5

Closed simonePasi closed 6 years ago

simonePasi commented 7 years ago

I have a problem in building the example...I've installed ROS Kinect instead of ROS Indigo.

Here the error code after launching "catkin build ros_package_template"

build] Found '1' packages in 0.0 seconds.
[build] Updating package table.
Starting >>> catkin_tools_prebuild
No handlers could be found for logger "trollius"d] [catkin_tools_prebuild:cmake - 0.7]
Failed <<< catkin_tools_prebuild [ 0.7 seconds ]
Abandoned <<< ros_package_template [ Unrelated job failed ]
[build] Summary: 0 of 2 packages succeeded.
[build] Ignored: None.
[build] Warnings: None.
[build] Abandoned: 1 packages were abandoned.
[build] Failed: 1 packages failed.
[build] Runtime: 0.8 seconds total.

pfankhauser commented 7 years ago

I can confirm that the ros_package_template also compiles on ROS Kinetic. I have not seen this error before, can you confirm that other packages compile correctly in your setup?

simonePasi commented 6 years ago

I tried compiling the "roscpp_tutorials" talker and listener packages and they works... Can it be due to wrong installation of catkin?

simonePasi commented 6 years ago

I tried to reinstall catkin and rebuild catkin workspace and now it works!!!

Thanks!!!

pfankhauser commented 6 years ago

Ok, glad to hear!