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

How can I install tum_simulator on ROS Hydro? The instructions are written for fuerte

asked 2014-09-21 17:58:06 -0500

Pa El gravatar image

updated 2014-09-22 08:20:51 -0500

Mani gravatar image

How can I install tum_simulator on ROS Hydro? The instructions are written for fuerte

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
4

answered 2014-09-21 18:10:44 -0500

Mani gravatar image

updated 2014-09-24 08:37:16 -0500

This repository seems to contain updated/catkinized tum_simulator for Hydro.

Edit: This worked for me on Hydro:

source /opt/ros/hydro/setup.bash
mkdir -p ~/tum_simulator_ws/src
cd ~/tum_simulator_ws/src
catkin_init_workspace
git clone https://github.com/tum-vision/tum_simulator.git
cd ..
rosdep install --from-paths src -i 
catkin_make
source devel/setup.bash
roslaunch cvg_sim_gazebo ardrone_testworld.launch

Not all launch files work though.

edit flag offensive delete link more

Comments

I met the following error fatal error: common/Plugin.hh: No such file or directory #include "common/Plugin.hh"

Alvar gravatar image Alvar  ( 2015-02-23 09:14:02 -0500 )edit

The above procedure does work for me as well, but i can still not view the ar_drone world in my gazebo, it just does not seem to load/download the different models. Any idea what problem is there? one of the errors is: Error [ModelDatabase.cc:408] Unable to download model[model://nist_maze_wall_trip

mimpho gravatar image mimpho  ( 2015-05-20 05:19:52 -0500 )edit
0

answered 2014-10-14 11:17:53 -0500

Pa El gravatar image

Thanks very much Mani!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-09-21 17:58:06 -0500

Seen: 989 times

Last updated: Oct 14 '14