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

imageryeel's profile - activity

2013-10-14 14:09:21 -0500 received badge  Famous Question (source)
2013-05-17 01:30:22 -0500 received badge  Notable Question (source)
2013-03-04 03:20:15 -0500 commented question TurtleBot Kinect Bringup Failed

Whenever I start the turtlebot the kinect doesn't launch properly. Once the create base is on ssh in and do a sudo reboot now. Goodluck

2013-02-21 12:04:04 -0500 received badge  Popular Question (source)
2013-02-01 08:06:05 -0500 received badge  Famous Question (source)
2013-02-01 08:05:35 -0500 received badge  Popular Question (source)
2013-01-28 05:25:51 -0500 received badge  Editor (source)
2013-01-28 04:18:52 -0500 asked a question rospy subscriber disconnect

Hi all,

I'm trying to get the turtlesim to check it's location after moving in order to plan a new command vel. However, when I add rospy.sleep(2.0) or a Rate to wait for the movement to occur my subscriber node seems to timeout and return the same coordinates as where the bot originated from. Here's the outline of the code

def callback (pos)

rospy.loginfo() #get coordinates calculate heading with pos info

def movement

movement.publish()

rospy.sleep(2) send command vel than wait 2 sec

def main () rospy.init_node

while not rospy.is_shutdown()


  rospy.Subscriber(turtle1/pose, Pose, callback)
  movement
  rospy.Publisher(/turtle1/command_velocity, Velocity)

The output of this is a turtlebot repeating the same movement and logging the same coordinates, rather than homing in on a goal location.

Thanks for any help,

2013-01-24 07:02:46 -0500 received badge  Scholar (source)
2013-01-24 05:52:46 -0500 asked a question Turtlesim Pose theta

Hi all,

I'm trying to get the theta (or any) float variable from the turtlesim.msg Pose, and not having any luck.

I've been trying things like;

subscribing directly to theta, rospy.Subscriber("turtle1/pose", turtlesim.msg.Pose('theta'))

or by subscribing to pose and pulling theta out of the pose msg

Thanks for any help,

2013-01-19 10:35:36 -0500 received badge  Notable Question (source)
2013-01-19 01:00:02 -0500 received badge  Popular Question (source)
2013-01-18 07:22:03 -0500 asked a question EKF Odom tf

Hi all,

I need to change the tf link from Odom to base_footprint to Odom->"Turtlebot/base_footprint. I've read some other forums but I'm still stuck. I've tried to change the launch file paramaters but this hasn't effected the base_footprint destination.

Thanks,

I'm on Ros electric