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

c01e's profile - activity

2014-01-28 17:25:34 -0500 marked best answer Simulating the Kinect Output using a world

Lets say I start turtlebot up in the willow garage world as shown in: http://answers.ros.org/question/12956/running-turtlebot-simulator-in-willow-garage-world

Is there a way to simulate the Kinect PointCloud data that world would produce, so I can see it in rviz?

Best Regards,

2014-01-28 17:25:33 -0500 marked best answer Visualizing Kinect Output without a TurtleBot

Hi,

The "Visualizing TurtleBot Kinect Data" tutorial http://www.ros.org/wiki/turtlebot/Tutorials/Looking%20at%20Camera%20Data seems very tided to the TurtleBot - is there a way to visualize the Kinect Camera or PointCloud in rviz without the TurtleBot?

Best Regards,

2014-01-28 17:23:14 -0500 marked best answer rosmake pr2_teleop fails

As outlined in: http://www.ros.org/wiki/pr2_simulator/Tutorials/WorkingWithGazeboOverRos

It fails to make pr2_teleop:

cole@z:~$ rosmake pr2_teleop
[ rosmake ] Packages requested are: ['pr2_teleop']                              
[ rosmake ] Logging to directory/home/cole/.ros/rosmake/rosmake_output-20111129-103822
[ rosmake ] Expanded args ['pr2_teleop'] to:
[]                                 
[ rosmake ] WARNING: The following args could not be parsed as stacks or packages ['pr2_teleop']
[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.

Any ideas?

I'm using ros-electric in Ubuntu 11.10

2013-05-06 04:18:21 -0500 marked best answer Running ROS in pure simulation

Hi,

I would assume ROS can run in pure simulation? I'm trying to build a SLAM map of simulated environment while navigating through it (with path planning and obstacle avoidance) using the simulated TurtleBot. However most of the TurtleBot tutorials assume you have the TurtleBot hardware.

FYI, I've already got the TurtleBot simulator working via:

roslaunch turtlebot_gazebo turtlebot_empty_world.launch

However I'm unsure how to:

  1. calibrate the simulated TurtleBot
  2. see the output of a simulated Kinect
  3. see the output of SLAM (and ideally the particles in the particle filter)
  4. see the output of the path planning
  5. drive the robot around (or set way points)

FYI, I would of thought I could do (5) via

roslaunch turtlebot_teleop keyboard_teleop.launch

But it doesn't move the TurtleBot in the simulator - I assume its for the real hardware only?

Any ideas?

2012-12-13 07:32:43 -0500 marked best answer How do I start turtlebot_simulator correctly

Hi, I installed ROS via:

sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu oneiric main" > /etc/apt/sources.list.d/ros-latest.list'
wget http://packages.ros.org/ros.key -O - | sudo apt-key add -
sudo apt-get update
sudo apt-get install ros-electric-desktop-full
echo "source /opt/ros/electric/setup.bash" >> ~/.bashrc
. ~/.bashrc

Then turtlebot via

sudo apt-get install ssh ros-electric-turtlebot-robot

However when I run the turtlebot simulator via:

roslaunch turtlebot_gazebo turtlebot_empty_world.launch

I get

[turtlebot_gazebo] is not a package or launch file name

Any ideas?

2012-09-15 22:29:42 -0500 received badge  Famous Question (source)
2012-09-15 22:29:42 -0500 received badge  Notable Question (source)
2012-09-15 22:29:42 -0500 received badge  Popular Question (source)
2012-09-14 10:05:07 -0500 received badge  Notable Question (source)
2012-09-14 10:05:07 -0500 received badge  Famous Question (source)
2012-09-14 10:05:07 -0500 received badge  Popular Question (source)
2012-09-01 22:39:54 -0500 received badge  Notable Question (source)
2012-09-01 22:39:54 -0500 received badge  Famous Question (source)
2012-08-20 20:01:07 -0500 received badge  Famous Question (source)
2012-08-19 19:49:56 -0500 received badge  Famous Question (source)
2012-08-19 19:49:56 -0500 received badge  Notable Question (source)
2012-08-15 08:17:00 -0500 received badge  Notable Question (source)
2012-08-15 08:17:00 -0500 received badge  Famous Question (source)
2012-08-09 06:11:04 -0500 received badge  Popular Question (source)
2012-07-03 05:49:52 -0500 received badge  Popular Question (source)
2012-06-15 23:53:07 -0500 received badge  Notable Question (source)
2012-06-14 22:27:37 -0500 received badge  Favorite Question (source)
2012-06-14 22:27:34 -0500 marked best answer Building your own ROS stack for a new robot - based off another robot stack (e.g. the TurtleBot stack)

Hi,

Are there any tutorials that show you how to basically copy the TurtleBot stack software for a new novel robot?

Cheers,

2012-06-14 22:27:33 -0500 received badge  Nice Question (source)