We are having constant problems with the DWAPlanner reconfigure service not sure why or what is happening anyone has an idea of why?
I created a gist with the output on the robot which is here: https://gist.github.com/Jailander/d2e6d13784da794fe77900ba3b92a4f2
a short version is this:
[ERROR] [WallTime: 1479809803.090947] Exception in your execute callback: 'NoneType' object has no attribute 'tell'
Traceback (most recent call last):
File "/opt/ros/indigo/lib/python2.7/dist-packages/actionlib/simple_action_server.py", line 291, in executeLoop
self.execute_callback(goal)
File "/home/strands/aaf_ws/src/strands_hri/strands_human_aware_navigation/scripts/human_aware_navigation.py", line 191, in g
oalCallback
self.resetSpeed()
File "/home/strands/aaf_ws/src/strands_hri/strands_human_aware_navigation/scripts/human_aware_navigation.py", line 114, in r
esetSpeed
self.client.update_configuration(self.fast_param)
File "/opt/ros/indigo/lib/python2.7/dist-packages/dynamic_reconfigure/client.py", line 219, in update_configuration
msg = self._set_service(config).config
File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 435, in __call__
return self.call(*args, **kwds)
File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 512, in call
transport.send_message(request, self.seq)
File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/impl/tcpros_base.py", line 634, in send_message
serialize_message(self.write_buff, seq, msg)
File "/opt/ros/indigo/lib/python2.7/dist-packages/rospy/msg.py", line 139, in serialize_message
start = b.tell()
AttributeError: 'NoneType' object has no attribute 'tell'
We are having constant problems with the DWAPlanner reconfigure service not sure why or what is happening anyone has an idea of why?
I created a gist with the output on the robot which is here: https://gist.github.com/Jailander/d2e6d13784da794fe77900ba3b92a4f2
a short version is this: