Just in case anyone is still following this group... iRobot has now introduced the Create 2.... Check it out on iRobots web site....
--
You received this message because you are subscribed to the Google Groups "iRobot Create Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to irobot-create-f...@googlegroups.com.
To post to this group, send email to irobot-cr...@googlegroups.com.
Visit this group at http://groups.google.com/group/irobot-create-forum.
For more options, visit https://groups.google.com/d/optout.
<param name="has_gyro" value="false" /> <!--Create2 has no gyro sensor-->
<param name="turtlebot_node/odom_angular_scale_correction" value="1.0"/>
<param name="turtlebot_node/odom_linear_scale_correction" value="1.0"/>
<param name="robot_type" value="roomba"/> <!--"create", or "roomba" for Create2-->
Hello,
To add a gyro, you might try posting your question on the iRobot Create Google Group. Then to look for ROS support, check out this thread on ROS Answers.
However, before you do any of that, make sure you run the calibration routines as described in Chapter 7.4 of ROS By Example.
--patrick
sonic fu wrote:
--Hi,I'm trying to implement my own turtlebot with iRobot Create 2(roomba 600).
Unfortunately, It seems that iRobot Create 2 has not the DB25(25pin) analog port of the iRobot Create base. (ref:http://answers.ros.org/question/9749/is-an-imu-required-to-run-turtlebot-stack/#1243)
Is there any simple/convenient way that can add an extra gyro sensor for iRobot Create 2? So the script "turtlebot_minimal_create.launch" in 'ROS by Example' can be launch smoothly. or "turtlebot_bringup/launch/minimal.launch" in 'ROS repository' can be launch smoothly.
I hope to run the script below(from book 'rbx_hydro_vol1') to implement the SLAM with map creating simultaneously.
$ roslaunch rbx1_bringup turtlebot_minimal_create.launch $ roslaunch rbx1_bringup fake_laser.launch #i'm using xtion_pro $ rqt_console & $ roslaunch rbx1_nav tb_nav_test.launch map:=my_map.yaml $ rosrun rviz rviz -d `rospack find rbx1_nav`/nav_test.rviz
My quetion is:
Is there any simple/convenient way that can add an extra gyro sensor for iRobot Create 2?
Can I still launch the commands above without a gyro sensor?
Thank you very much!!
when I ran "$ rosrun rbx1_nav timed_out_and_back.py", my roomba_turtle goes the path as image below:
Thank you!!
You received this message because you are subscribed to the Google Groups "ros-by-example" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ros-by-exampl...@googlegroups.com.
Visit this group at http://groups.google.com/group/ros-by-example.
For more options, visit https://groups.google.com/d/optout.