[ROS Q&A] 075 – 3rd time getting stuck at “Building a ROS Package”

[ROS Q&A] 075 – 3rd time getting stuck at “Building a ROS Package”

 

In this question we see how to solve the problem when running catkin_make on a Catkin Workspace: The specified base path /home/user/catkin_ws contains a CMakeLists.txt but catkin_make must be invoked in the root of workspace

Q: https://answers.ros.org/question/277210/3rd-time-getting-stuck-at-building-a-ros-package/

A: The problem is because the user had a CMakeLists.txt on the root folder of the Workspace (~/catkin_ws/CMakeLists.txt). The file must be on the src folder: ~/catkin_ws/src/CMakeLists.txt

 

[ROS Q&A] 074 – Aerodynamic parameters of lift-drag plugin part2

[ROS Q&A] 074 – Aerodynamic parameters of lift-drag plugin part2

 

In this video we complete the answer given previously ( https://www.youtube.com/watch?v=I-dhwqxV7QM ) with a more complex shape. Here is the question: http://answers.gazebosim.org/question/15331/need-information-on-aerodynamic-parameters-of-lift-drag-plugin/#17793

Q: Need information on aerodynamic parameters of lift-drag plugin
A: You have to calculate the area for the new shapes and also decide the axis for the front and upwards forces.

 

[ROS Q&A] 072 – How to check your complex URDF

[ROS Q&A] 072 – How to check your complex URDF

 

When developing for ROS, you will have to create the URDF of your robot. If your robot is complex and contains lots of different joints, you would like to test how is it going and if you are building the model properly. Here we provide you with a method to check the status of your robot URDF model.

Related ROS Answers Question: https://answers.ros.org/question/187815/how-do-i-display-my-own-urdf-in-rviz/

Related courses:
1- Understanding TF: https://www.theconstruct.ai/construct-learn-develop-robots-using-ros/robotigniteacademy_learnros/ros-courses-library/tf-ros-101/

2- URDF creation in detail: https://www.theconstruct.ai/construct-learn-develop-robots-using-ros/robotigniteacademy_learnros/ros-courses-library/robot-creation-with-urdf/

 

Related course

TF ROS Course Cover - ROS Online Courses - Robot Ignite Academy

TF ROS Course

Pin It on Pinterest