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

Recompile turtlebot from source problem

asked 2014-04-24 13:43:56 -0500

Robert1 gravatar image

Hi Everyone, I need to implement a multi-turtlebot application with Hydro ROS so that I installed the turtlebot from source using the instructions below:

mkdir ~/turtlebot cd ~/turtlebot wstool init src https/raw.github.com/turtlebot/turtlebot/hydro/turtlebot.rosinstall -j8 source /opt/ros/hydro/setup.bash rosdep install --from-paths src -i -y catkin_make

I spawned two turtlebots but I have problems with the “odom” topic that doesn’t resolve correctly. I am getting just one “/odom” topic instead of two like “robot1/odom” and “robot2/odom”

Since I have this problems, incorrect resolution of each robot prefix, I made some changes on the source file gazebo_ros_create.cpp located at HOME/turtlebot/src/turtlebot_create_desktop/create_gazebo_plugins/src Then, I compiled the from ”/turtlebot” “folder” using “catkin_make” but I noticed that my changes didn’t take effect. Am I doing something wrong? Or Do I need to do something else to see the effect of my changes?

Please any help would be very much appreciated!! Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2014-04-29 04:52:16 -0500

Robert1 gravatar image

I fixed it.First, I run $ catkin_make clean then $ catkin_make and compiled it

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-04-24 13:43:56 -0500

Seen: 569 times

Last updated: Apr 29 '14