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

jfabry's profile - activity

2015-12-01 12:11:00 -0500 commented answer Where is the Joint State information in a Create Turtlebot supposed to come from?

You can find it by doing the following at the command line:

find /opt/ros/indigo -name turtlebot_node.py

in my case it returns /opt/ros/indigo/lib/create_node/turtlebot_node.py

2015-10-07 09:40:04 -0500 commented answer Where is the Joint State information in a Create Turtlebot supposed to come from?

Thanks for giving the information about a fix! I have the same problem and I am trying to apply the fix you propose but apparently my turtlebot_node.py is different, so I cannot. Could you post the entire file here so that I can compare the 2 in more detail?

2015-10-07 09:31:46 -0500 received badge  Supporter (source)
2015-10-06 18:31:46 -0500 asked a question Create Turtlebot Joint State in Indigo is always 0

I'm using a Turtlebot with the Create base in Indigo and I'd like to read out the wheel encoder rotation values. Using Gazebo this is published as an array of positions in /joint_states but on the robot itself the messages always have 0 values for positions (and the other arrays as well).

This problem has been reported for Hydro here, but I cannot reproduce the fix in Indigo. What can I do to have /joint_states give me the correct info, or alternatively get these values from somewhere else?