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

Mina's profile - activity

2017-04-25 04:44:22 -0500 received badge  Famous Question (source)
2017-04-21 18:22:39 -0500 received badge  Student (source)
2017-01-20 11:13:24 -0500 received badge  Notable Question (source)
2017-01-20 11:13:24 -0500 received badge  Popular Question (source)
2017-01-12 11:32:57 -0500 received badge  Famous Question (source)
2016-12-09 09:31:04 -0500 received badge  Famous Question (source)
2016-12-09 09:31:04 -0500 received badge  Notable Question (source)
2016-10-14 00:29:12 -0500 asked a question how to install dji Onboard SDK on ROS kinetic and Ubuntu 16.04 LTS

I'm trying to install DJI Onboard SDK package to simulate it using Gazebo, however, it's available only for ROS indigo and Ubuntu 16.04 LTS. It's mentioned that a beta version that supports ROS Kinetic and Ubuntu 16.04 LTS Xenial is tested. It's not clear if it's released or not. Moreover, this beta version supports neither rosinstall nor apt-get. In case I got this package how I can install it? Thank you

2016-10-11 02:43:33 -0500 received badge  Popular Question (source)
2016-10-10 10:37:20 -0500 commented answer Running Turtlebot_gazebo error

The problem was that I neither restarted the PC nor ROS in 3 days now, so even after I installed turtlebot_gazebo 1st time the changes weren't applied. Now I restarted it so it worked. Sorry for that. It looks really nice Do you have any idea how I can simulate drones same way? Thank you

2016-10-10 09:55:32 -0500 commented answer Running Turtlebot_gazebo error

I used your command and I installed it. The good point is that roslaunch turtlebot_gazebo turtlebot_world.launch worked, however, it gives same error! what does it mean "the file would be set"?

2016-10-10 08:24:05 -0500 commented question is it possible to install ROS indigo along with kinetic

That's alright thank you

2016-10-10 08:23:06 -0500 asked a question Running Turtlebot_gazebo error

I'm trying to run turtlebot_gazebo but I have some problems. Here's the subject in details. I'm running ROS kinetic which is supposed that it can't link to gazebo as far as I know. I installed gazebo with the help of your site, however, the package I got and installed was called turtlebot_simulator, and turtlebot_gazebo was inside it (if I misunderstood the thing let me know). I tried to launch it using " $ roslaunch turtlebot_gazebo turtlebot_world.launch" but this didn't work. Finally, I browsed to folder "launch" inside turtlebot_gazebo and tried to launch it using "$ roslaunch turtlebot_world.launch" and it gives me the following error:

Invalid <arg> tag: environment variable 'TURTLEBOT_GAZEBO_WORLD_FILE' is not set.

Arg xml is <arg default="$(env TURTLEBOT_GAZEBO_WORLD_FILE)" name="world_file"/> The traceback for the exception was written to the log file

how can I fix it? Thank you

2016-10-09 08:59:33 -0500 received badge  Notable Question (source)
2016-10-09 05:33:36 -0500 received badge  Editor (source)
2016-10-09 03:16:09 -0500 commented answer is it possible to install ROS indigo along with kinetic

many of them written (branch:indigo) next to the source, should they work with kinetic? Also, I don't know how to install these packages after cloning them from github, can you help with that please? Thanks

2016-10-09 02:27:15 -0500 received badge  Popular Question (source)
2016-10-08 11:26:07 -0500 asked a question is it possible to install ROS indigo along with kinetic

Hi I'm working on Ubuntu 16.04 LTS. I already installed ROS kinetic, however, I couldn't find installation for turtlebot on kinetic, only indigo is supported. Can I find a supported installation for kinetic? Also, can I install indigo along with kinetic without collision?

Edit: I was able to install gazebo simulator for turtlebot after long hours, however, every time I try to launch turtlebot_world.launch I get error message as shown in the attached screenshot.image description Thank youimage description