Q: Remapping between nodes How to remap between nodes inlaunch file. Plz guide.imusing Ros indigo version
A: Basically, remap is a feature to rename topics, node names and some special keys of ROS env. You can see in this page what you can remap, like a node name(__node), namespace (__ns), log file (__log), etc.
Example: I’ve a node that publishes Twist messages in a topic called turtlebot_vel, but my robot listens to cmd_vel
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
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
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.
Q: I created a custom gazebo world for my turtleBot containing several walls and saved it as a .world file. However when I run the world file the walls that i created do not load.
A: Here you can see a simple example of how to launch a simple Gazebo world with a wall in it.