Neato and ROS error

301 views
Skip to first unread message

G. Kudryavtseva

unread,
Dec 11, 2011, 11:46:04 PM12/11/11
to hbrob...@googlegroups.com
Dear All,
I have recently got the neato_node running on my XV-11. However, when I launch roslaunch 2dnav_neato move_base.launch I get the following error:

[move_base-3]process has died[pid 5064, exit code -4]. log files /home/boris/.ros/log/(bunch of numbers i'm not going to write down)/move_base-3*.log

Thanks,

Boris.

Michael Ferguson

unread,
Dec 12, 2011, 1:04:34 AM12/12/11
to hbrob...@googlegroups.com
So, this error message tells you a lot already:

If you change directory to /home/boris/.ros/log/(bunch of numbers) you will find a log file for move-base (called move_base-3.log  ... in there, you should have some error message that specifies why it has died.

-Fergs

--
You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
To post to this group, send email to hbrob...@googlegroups.com.
To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/hbrobotics?hl=en.

G. Kudryavtseva

unread,
Dec 12, 2011, 8:35:26 PM12/12/11
to hbrob...@googlegroups.com
The problem is, there is no such file "move_base-3.log" in the directory /home/boris/.ros/log/(bunch of numbers).
However, there is a file "neato-3.log" that has error messages:
 
[rospy.client][INFO] 2011-12-12 17:02:21,742: init_node, name[/neato], pid[1853]
[xmlrpc][INFO] 2011-12-12 17:02:21,753: XML-RPC server binding to 127.0.0.1
[xmlrpc][INFO] 2011-12-12 17:02:21,755: Started XML-RPC server [http://localhost:52500/]
[rospy.init][INFO] 2011-12-12 17:02:21,767: ROS Slave URI: [http://localhost:52500/]
[rospy.impl.masterslave][INFO] 2011-12-12 17:02:21,756: _ready:
http://localhost:52500/
[xmlrpc][INFO] 2011-12-12 17:02:21,777: xml rpc node: starting XML-RPC server
[rospy.registration][INFO] 2011-12-12 17:02:21,783: Registering with master node
http://localhost:11311/
[rospy.init][INFO] 2011-12-12 17:02:21,868: registered with master
[rospy.rosout][INFO] 2011-12-12 17:02:22,499: initializing /rosout core topic
[rospy.rosout][INFO] 2011-12-12 17:02:22,522: connected to core topic /rosout
[rospy.simtime][INFO] 2011-12-12 17:02:22,535: /use_sim_time is not set, will not subscribe to simulated time [/clock] topic
[rosout][INFO] 2011-12-12 17:02:22,550: Using port: /dev/ttyACM0
[rospy.internal][WARNING] 2011-12-12 17:03:06,105: Unknown error initiating TCP/IP socket to localhost:35752 (
http://localhost:59547/): Traceback (most recent call last):
  File "/opt/ros/electric/stacks/ros_comm/clients/rospy/src/rospy/impl/tcpros_base.py", line 499, in connect
    self.socket.connect((dest_addr, dest_port))
  File "/usr/lib/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused
 
[rospy.core][INFO] 2011-12-12 17:06:12,113: signal_shutdown [signal-2]
[rospy.impl.masterslave][INFO] 2011-12-12 17:06:12,162: signal-2
[rospy.core][INFO] 2011-12-12 17:06:12,890: signal_shutdown [atexit]

Camp Peavy

unread,
Dec 13, 2011, 2:06:26 AM12/13/11
to hbrob...@googlegroups.com
Hello Boris,
What is your USB port? "~/ttyUSB0" or "~/dev/ttyACM0"?
 
- Camp
 

mamagelia

unread,
Dec 13, 2011, 8:17:52 PM12/13/11
to HomeBrew Robotics Club
It's /dev/ttyACM0. I tried using /dev/ttyUSB0, that didn't work. So I
tried using "sudo chmod a+rw /dev/ttyUSB0" . I get: chmod: /dev/
ttyUSB0 - No such file or directory. I had to change the port in
neato.py code for it to work... However, the move_base.launch still
doesn't work. Same errors.

Boris

On Dec 12, 11:06 pm, Camp Peavy <cpea...@yahoo.com> wrote:
> Hello Boris,
> What is your USB port? "~/ttyUSB0" or "~/dev/ttyACM0"?
>
> - Camp
>

> ________________________________


> From: G. Kudryavtseva <ge...@fortsun.com>
> To: hbrob...@googlegroups.com
> Sent: Monday, December 12, 2011 5:35 PM
> Subject: Re: [HBRobotics] Neato and ROS error
>
> The problem is, there is no such file "move_base-3.log" in the directory /home/boris/.ros/log/(bunch of numbers).
> However, there is a file "neato-3.log" that has error messages:
>
> [rospy.client][INFO] 2011-12-12 17:02:21,742: init_node, name[/neato], pid[1853]
> [xmlrpc][INFO] 2011-12-12 17:02:21,753: XML-RPC server binding to 127.0.0.1
> [xmlrpc][INFO] 2011-12-12 17:02:21,755: Started XML-RPC server [http://localhost:52500/]
> [rospy.init][INFO] 2011-12-12 17:02:21,767: ROS Slave URI: [http://localhost:52500/]
> [rospy.impl.masterslave][INFO] 2011-12-12 17:02:21,756: _ready:http://localhost:52500/
> [xmlrpc][INFO] 2011-12-12 17:02:21,777: xml rpc node: starting XML-RPC server

> [rospy.registration][INFO] 2011-12-12 17:02:21,783: Registering with master nodehttp://localhost:11311/


> [rospy.init][INFO] 2011-12-12 17:02:21,868: registered with master
> [rospy.rosout][INFO] 2011-12-12 17:02:22,499: initializing /rosout core topic
> [rospy.rosout][INFO] 2011-12-12 17:02:22,522: connected to core topic /rosout
> [rospy.simtime][INFO] 2011-12-12 17:02:22,535: /use_sim_time is not set, will not subscribe to simulated time [/clock] topic
> [rosout][INFO] 2011-12-12 17:02:22,550: Using port: /dev/ttyACM0
> [rospy.internal][WARNING] 2011-12-12 17:03:06,105: Unknown error initiating TCP/IP socket to localhost:35752 (http://localhost:59547/):Traceback (most recent call last):

>   File "/opt/ros/electric/stacks/ros_comm/clients/rospy/src/rospy/impl/tcpros_base .py", line 499, in connect


>     self.socket.connect((dest_addr, dest_port))
>   File "/usr/lib/python2.7/socket.py", line 224, in meth
>     return getattr(self._sock,name)(*args)
> error: [Errno 111] Connection refused
>
> [rospy.core][INFO] 2011-12-12 17:06:12,113: signal_shutdown [signal-2]
> [rospy.impl.masterslave][INFO] 2011-12-12 17:06:12,162: signal-2
> [rospy.core][INFO] 2011-12-12 17:06:12,890: signal_shutdown [atexit]
>
>
>
>
>
>
>
>
> ----- Original Message -----
> >From: Michael Ferguson
> >To: hbrob...@googlegroups.com
> >Sent: Sunday, December 11, 2011 10:04 PM
> >Subject: Re: [HBRobotics] Neato and ROS error
>
> >So, this error message tells you a lot already:
>
> >If you change directory to /home/boris/.ros/log/(bunch of numbers) you will find a log file for move-base (called move_base-3.log═ ... in there, you should have some error message that specifies why it has died.
>
> >-Fergs
>
> >On Sun, Dec 11, 2011 at 8:46 PM, G. Kudryavtseva <ge...@fortsun.com> wrote:
>
> >Dear All,
> >>I have recently got the neato_node running on my XV-11. However, when I launch roslaunch 2dnav_neato move_base.launch I get the following error:
>
> >>[move_base-3]process has died[pid 5064, exit code -4]. log files /home/boris/.ros/log/(bunch of numbers i'm not going to write down)/move_base-3*.log
>
> >>Thanks,
>
> >>Boris.--
> >>You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
> >>To post to this group, send email to hbrob...@googlegroups.com.
> >>To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.

> >>For more options, visit this group athttp://groups.google.com/group/hbrobotics?hl=en.


>
> >--
> >You received this message because you are subscribed to the Google Groups "HomeBrew Robotics Club" group.
> >To post to this group, send email to hbrob...@googlegroups.com.
> >To unsubscribe from this group, send email to hbrobotics+...@googlegroups.com.

> >For more options, visit this group athttp://groups.google.com/group/hbrobotics?hl=en.

Reply all
Reply to author
Forward
0 new messages