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

vince's profile - activity

2017-04-30 02:54:32 -0500 received badge  Famous Question (source)
2016-04-04 16:30:35 -0500 received badge  Famous Question (source)
2016-04-04 16:30:35 -0500 received badge  Notable Question (source)
2016-01-29 10:14:22 -0500 received badge  Famous Question (source)
2015-08-26 22:02:17 -0500 received badge  Notable Question (source)
2015-08-17 08:02:04 -0500 received badge  Famous Question (source)
2015-08-03 12:15:37 -0500 received badge  Popular Question (source)
2015-07-27 00:12:34 -0500 received badge  Editor (source)
2015-07-23 21:14:11 -0500 asked a question I cannot launch p2os_driver

I have cloned p2os from this site then I have executed catkin_make. When I rosrun p2os_driver p2os_driver the node looks working but after a while it looks crashing and the robot starts ringing. This is what I obtain when I run the node :

~/catkin_ws$ rosrun p2os_driver p2os_driver 
[ INFO] [1437702473.149237607]: using serial port: [/dev/ttyUSB0]
[ INFO] [1437702473.168836447]: P2OS connection opening serial port /dev/ttyUSB0...
[ INFO] [1437702473.589839367]: SYNC0
[ INFO] [1437702473.791675807]: turning off NONBLOCK mode...
[ INFO] [1437702473.992170005]: SYNC1
[ INFO] [1437702474.392637407]: SYNC2
[ INFO] [1437702474.993597928]: Done.
Connected to Revast_3717, a Pioneer p3dx-sh

After that, I try to roslaunch p2os_launch p2os_driver.launch I get an error. This is what is happening:

robotics@robotics-MacBookAir:~/catkin_ws$ roslaunch p2os_launch p2os_driver.launch 
... logging to /home/robotics/.ros/log/1a8aae94-31a5-11e5-879a-1093e908a012/roslaunch-robotics-MacBookAir-29917.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://robotics-MacBookAir:43467/

SUMMARY
========

PARAMETERS
 * /rosdistro
 * /rosversion

NODES
  /
    p2os_driver (p2os_driver/p2os_driver)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found
process[p2os_driver-1]: started with pid [29935]
[ERROR] [1437702514.232441287]: P2OS::Setup():open():
[p2os_driver-1] process has died [pid 29935, exit code -11, cmd /home/robotics/catkin_ws/devel/lib/p2os_driver/p2os_driver __name:=p2os_driver __log:=/home/robotics/.ros/log/1a8aae94-31a5-11e5-879a-1093e908a012/p2os_driver-1.log].
log file: /home/robotics/.ros/log/1a8aae94-31a5-11e5-879a-1093e908a012/p2os_driver-1*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
... shutting down processing monitor complete
done

Do you have an idea what could cause this issue? Thanks in advance for your help.

2015-07-09 11:32:23 -0500 received badge  Notable Question (source)
2015-07-09 02:20:47 -0500 received badge  Popular Question (source)
2015-07-09 00:47:40 -0500 commented answer Why rosdep install doesn't work?

I have already source after catkin_make, in that case it does not find the package but here, it finds it but nothing about even that it cannot find the master. For p2os I have already fix it, but I am wondering if I need p2os_dashboard package because it does not exist.

2015-07-08 23:59:20 -0500 commented answer Why rosdep install doesn't work?

I also tried sudo apt-get install ros-jade-p2os-*, it seems working but I get errors. I need to fix that but I would prefer working with RosAria since I use to.

2015-07-08 23:56:59 -0500 commented answer Why rosdep install doesn't work?

Thank you for the reply, I've already try git clone https://github.com/amor-ros-pkg/rosar.. . then catkin_make but when I do rosrun rosaria RosAria nothing at all happens. I wonder it was because of rosdep.

2015-07-08 23:54:34 -0500 answered a question Why rosdep install doesn't work?

Thank you for the reply, I've already try git clone https://github.com/amor-ros-pkg/rosar... than catkin_make but when I do rosrun nothing at all happens. I just tried sudo apt-get install ros-hydro-p2os-* , it seams working but I get an error. But the thing I do not understand at all is, why nothing is happening when I rosrun RosAria

2015-07-08 22:16:13 -0500 asked a question Why rosdep install doesn't work?

Hello, I am trying to install the rosaria package trough rosdep but when I run the command rosdep install rosaria along this tutorial this is what I obtain :

robotics@robotics-MacBookAir:~/catkin_ws/src$ rosdep install rosaria
Executing script below with cwd=/tmp
{{{
#!/bin/bash
if test "x`dpkg-query -W -f='${Package} ${Status} ${Version}\n' libaria-sourcedep`" != 'xlibaria-sourcedep install ok installed 2.8.0-1'; then
 echo "libaria-sourcedep not installed"
  exit 1
else
  exit 0
fi

}}}

#All required rosdeps installed successfully
robotics@robotics-MacBookAir:~/catkin_ws/src$

And then if I try to run: rosrun rosaria RosAria, nothing happen and it crashes.

UPDATE:

This is what I obtain when I run :

roscd && cd ../src
cd ..
catkin_make

git clone https://github.com/amor-ros-pkg/rosaria.git
robotics@robotics-MacBookAir:~/catkin_ws/src$ roscd && cd ../src
robotics@robotics-MacBookAir:~/catkin_ws/src$ git clone https://github.com/amor-ros-pkg/rosaria.git
fatal: destination path 'rosaria' already exists and is not an empty directory.
robotics@robotics-MacBookAir:~/catkin_ws/src$ cd ..
robotics@robotics-MacBookAir:~/catkin_ws$ catkin_make
Base path: /home/robotics/catkin_ws
Source space: /home/robotics/catkin_ws/src
Build space: /home/robotics/catkin_ws/build
Devel space: /home/robotics/catkin_ws/devel
Install space: /home/robotics/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/robotics/catkin_ws/build"
####
####
#### Running command: "make -j2 -l2" in "/home/robotics/catkin_ws/build"
####
[  0%] Built target std_msgs_generate_messages_cpp
[  0%] [ 16%] Built target rosaria_gencfg
Built target geometry_msgs_generate_messages_cpp
[ 16%] Built target std_msgs_generate_messages_lisp
[ 16%] [ 16%] Built target geometry_msgs_generate_messages_lisp
Built target geometry_msgs_generate_messages_py
[ 16%] Built target std_msgs_generate_messages_py
[ 33%] Built target rosaria_generate_messages_cpp
[ 50%] Built target rosaria_generate_messages_lisp
[ 83%] Built target rosaria_generate_messages_py
[ 83%] Built target rosaria_gencpp
[ 83%] Built target rosaria_generate_messages
[100%] Built target RosAria
robotics@robotics-MacBookAir:~/catkin_ws$

Do you have an idea about what would be the cause of this problem?

2015-07-08 11:00:57 -0500 received badge  Notable Question (source)
2015-07-08 03:50:52 -0500 answered a question glibc detected, memory issue

Yes I did but I don't remember exactly which one is the good solution. First be sure you installed this one : http://wiki.ros.org/LMS1xx Then you have to change the settings of the laser, for that you use the software given by SICK and set to 0.5°the angle between each beam and the frequency to 25Hz. And if it is still not working wait for the laser to be "initialized" by waiting that the red light in front stop to flash.

2015-07-07 15:48:56 -0500 received badge  Student (source)
2015-07-07 15:48:27 -0500 received badge  Popular Question (source)
2015-07-07 15:48:27 -0500 received badge  Popular Question (source)
2015-05-16 10:25:40 -0500 received badge  Popular Question (source)
2015-04-08 02:39:20 -0500 received badge  Enthusiast
2015-04-08 02:39:17 -0500 asked a question glibc detected, memory issue

I am using the lms1xx driver to read data from a LMS100 laser. I am using ROS hydro. Could someone help me to solve this issue.

[ INFO] [1428468323.403817484]: connecting to laser at : 192.168.0.1
[ INFO] [1428468323.404342624]: Connected to laser.
*** glibc detected *** /home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux: free(): invalid next size (normal): 0x0922a368 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x75232)[0xb72d7232]
/usr/lib/i386-linux-gnu/libstdc++.so.6(_ZdlPv+0x18)[0xb7499d38]
/usr/lib/i386-linux-gnu/libstdc++.so.6(_ZdaPv+0x18)[0xb7499d98]
/home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux(_ZN5boost20checked_array_deleteIhEEvPT_+0x17)[0x8055d1f]
/home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux(_ZNK5boost21checked_array_deleterIhEclEPh+0x11)[0x805554d]
/home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux(_ZN5boost6detail18sp_counted_impl_pdIPhNS_21checked_array_deleterIhEEE7disposeEv+0x1e)[0x80572ee]
/opt/ros/hydro/lib/libroscpp.so(_ZN3ros10Connection14writeTransportEv+0x518)[0xb768aa78]
/opt/ros/hydro/lib/libroscpp.so(_ZN3ros10Connection11onWriteableERKN5boost10shared_ptrINS_9TransportEEE+0x1b)[0xb768b54b]
/opt/ros/hydro/lib/libroscpp.so(_ZN5boost6detail8function26void_function_obj_invoker1INS_3_bi6bind_tIvNS_4_mfi3mf1IvN3ros10ConnectionERKNS_10shared_ptrINS7_9TransportEEEEENS3_5list2INS3_5valueIPS8_EENS_3argILi1EEEEEEEvSD_E6invokeERNS1_15function_bufferESD_+0x29)[0xb768d099]
/opt/ros/hydro/lib/libroscpp.so(_ZN3ros12TransportTCP12socketUpdateEi+0x1c9)[0xb76e87f9]
/opt/ros/hydro/lib/libroscpp.so(_ZN5boost6detail8function26void_function_obj_invoker1INS_3_bi6bind_tIvNS_4_mfi3mf1IvN3ros12TransportTCPEiEENS3_5list2INS3_5valueIPS8_EENS_3argILi1EEEEEEEviE6invokeERNS1_15function_bufferEi+0x29)[0xb76ea1b9]
/opt/ros/hydro/lib/libroscpp.so(_ZN3ros7PollSet6updateEi+0x358)[0xb7718098]
/opt/ros/hydro/lib/libroscpp.so(_ZN3ros11PollManager10threadFuncEv+0xdd)[0xb76bd2fd]
/opt/ros/hydro/lib/libroscpp.so(_ZN5boost6detail11thread_dataINS_3_bi6bind_tIvNS_4_mfi3mf0IvN3ros11PollManagerEEENS2_5list1INS2_5valueIPS7_EEEEEEE3runEv+0x2b)[0xb76bd43b]
/usr/lib/libboost_thread.so.1.46.1(thread_proxy+0x6c)[0xb724848c]
/lib/i386-linux-gnu/libpthread.so.0(+0x6d4c)[0xb75a0d4c]
/lib/i386-linux-gnu/libc.so.6(clone+0x5e)[0xb7350fde]
======= Memory map: ========
08048000-0805c000 r-xp 00000000 08:01 7486784    /home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux
0805c000-0805d000 r--p 00013000 08:01 7486784    /home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux
0805d000-0805e000 rw-p 00014000 08:01 7486784    /home/intern/catkin_ws/devel/lib/lms1xx/LMS1xx_node_faux
09213000-09238000 rw-p 00000000 00:00 0          [heap]
b3100000-b3121000 rw-p 00000000 00:00 0 
b3121000-b3200000 ---p 00000000 00:00 0 
b32fe000-b32ff000 ---p 00000000 00:00 0 
b32ff000-b3aff000 rw-p 00000000 00:00 0 
b3aff000-b3b00000 ---p 00000000 00:00 0 
b3b00000-b4300000 rw-p 00000000 00:00 0 
b4300000-b4321000 rw-p 00000000 00:00 0 
b4321000-b4400000 ---p 00000000 00:00 0 
b4400000-b4421000 rw-p 00000000 00:00 0 
b4421000-b4500000 ---p 00000000 00:00 0 
b4500000-b4521000 rw-p 00000000 00:00 0 
b4521000-b4600000 ---p 00000000 00:00 0 
b4665000-b4666000 ---p 00000000 00:00 0 
b4666000-b4e66000 rw-p 00000000 00:00 0 
b4e66000-b4e67000 ---p 00000000 00:00 0 
b4e67000-b5667000 rw-p 00000000 00:00 0 
b5667000-b5672000 r-xp 00000000 08:01 524660     /lib/i386-linux-gnu/libnss_files-2.15.so
b5672000-b5673000 r--p 0000a000 08:01 524660     /lib/i386-linux-gnu/libnss_files-2.15.so
b5673000-b5674000 rw-p 0000b000 08:01 524660     /lib/i386-linux-gnu/libnss_files-2.15.so
b569a000-b56a4000 rw-p 00000000 00:00 0 
b56a4000-b56ab000 r--s 00000000 08:01 8921368    /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache
b56ab000-b579a000 r--p 00857000 08:01 8920146    /usr/lib/locale/locale-archive
b579a000-b599a000 r--p 00000000 08:01 8920146    /usr/lib/locale/locale-archive
b599a000-b59a1000 rw-p 00000000 00:00 0 
b59a1000-b6b10000 r-xp 00000000 08:01 8920221    /usr/lib/libicudata.so.48.1.1
b6b10000-b6b11000 r--p 0116e000 08:01 8920221    /usr/lib/libicudata.so.48.1.1
b6b11000-b6b12000 rw-p 0116f000 08:01 8920221    /usr/lib/libicudata.so.48.1.1
b6b12000-b6b15000 r-xp 00000000 08:01 527578     /lib/i386-linux-gnu/libdl-2.15.so
b6b15000-b6b16000 r--p 00002000 08:01 527578     /lib/i386-linux-gnu/libdl-2.15.so
b6b16000-b6b17000 rw-p 00003000 08:01 527578     /lib ...
(more)
2015-04-02 22:40:18 -0500 asked a question Cannot build a map from LMS100

Hello, I have to implement a LMS100 on ROS for my lab. I succeed to install a driver to get the scan and I can plot it on RVIZ. (the package I am using is not working very well, I can only scan the half right but the latest version I have found only scan once and then stop :LMS1xx). But this is not my big issue, the first package creates a topic /scan (which works) and I am using it to call gmapping: rosrun gmapping slam_gmapping scan:=/scan But then it generates several topics which are "empty". And the terminal write down this:

[ WARN] [1428030742.039476635]: MessageFilter [target=odom ]: Dropped 100.00% of messages so far. Please turn the [ros.gmapping.message_notifier] rosconsole logger to DEBUG for more information.

I have checked with rqt_graph to see if the connection between the laser and slam_gmapping was created and it seems yes. Could you help me to find out why slam_gmapping is not publishing?

Thanks

2015-03-10 04:31:05 -0500 answered a question Incomplete configuration during ROS Hydro installation on OSX 10.9

Hello everyone, I got the same issue than jc17 and I didn't find a way to fix it. Does one of you find a way to pass through it? Thanks!