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

rui's profile - activity

2020-11-04 05:47:04 -0500 received badge  Student (source)
2019-01-09 01:42:43 -0500 received badge  Famous Question (source)
2019-01-09 01:17:14 -0500 edited question Robot rotating non stop when running navigation stack

Control loop missed its desired rate of 20.0000Hz... the loop actually took 0.1006 seconds I am using Raspbeery Pi3B+ wi

2019-01-09 01:16:38 -0500 edited question Robot rotating non stop when running navigation stack

Control loop missed its desired rate of 20.0000Hz... the loop actually took 0.1006 seconds I am using Raspbeery Pi3B+ wi

2019-01-09 00:47:44 -0500 commented answer Robot rotating non stop when running navigation stack

I have reduced the controller_frequency to 10Hz or 5Hz or 3Hz its still not working. The robot will just spin on the spo

2019-01-07 21:28:21 -0500 commented answer Robot rotating non stop when running navigation stack

I have reduced the controller_frequency to 10Hz or 5Hz its still not working. The robot will just spin on the spot with

2019-01-07 21:24:16 -0500 commented answer Robot rotating non stop when running navigation stack

I have reduced the controller_frequency to 10hz its still not working. The robot will just spin on the spot with the con

2019-01-07 21:21:40 -0500 commented answer Robot rotating non stop when running navigation stack

I have reduced the controller_frequency to 10hz its still not working. The robot will just spin on the spot with the con

2019-01-02 03:00:41 -0500 received badge  Famous Question (source)
2019-01-01 20:21:50 -0500 edited question Robot rotating non stop when running navigation stack

Control loop missed its desired rate of 20.0000Hz... the loop actually took 0.1006 seconds I am using Raspbeery Pi3B+ wi

2019-01-01 20:21:46 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2019-01-01 19:39:09 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-27 08:47:09 -0500 received badge  Notable Question (source)
2018-12-27 02:43:37 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-27 02:22:27 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-26 02:32:57 -0500 received badge  Popular Question (source)
2018-12-26 01:08:52 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-26 00:35:44 -0500 received badge  Notable Question (source)
2018-12-25 20:48:54 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-25 20:48:25 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-24 02:13:34 -0500 edited question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far I am using Raspbeery Pi3B+ with ubuntu os to r

2018-12-24 02:02:26 -0500 asked a question Robot rotating non stop when running navigation stack

MessageFilter [target=map LaserScan ]: Dropped 100.00% of messages so far The problem is when i first run the launch fil

2018-12-24 01:35:21 -0500 marked best answer RVIZ is unable to show the map from hector_slam

I do not have any errors. I am able to see the laserscan and it is able to detect and show the movement of the sensor. However, I am unable to see the map. I have put in the respective topics and fixed frames as many tutorials have mentioned. Can anyone help me check if anything is wrong? Thank you.

view_sick.launch file:

<launch>
<include file="$(find sick_tim)/launch/sick_tim551_2050001.launch" />

<node name="rviz" pkg="rviz" type="rviz" args="-d $(find sick_tim)/ rviz/sick.rviz"/>
</launch>

hector_mapping_demo.launch file:

        <launch>
    <node pkg="hector

_mapping" type="hector_mapping" name="hector_mapping" output="screen">
    <!-- Frame names -->
    <param name="pub_map_odom_transform" value="true"/>
    <param name="map_frame" value="map" />
    <param name="base_frame" value="base_link" />
    <param name="odom_frame" value="base_link" />

    <!-- Tf use -->
    <param name="use_tf_scan_transformation" value="true"/>



      <param name="use_tf_pose_start_estimate" value="false"/>

    <!-- Map size / start point -->
    <param name="map_resolution" value="0.05"/>
    <param name="map_size" value="2048"/>
<param name="map_start_x" value="0.5"/>
<param name="map_start_y" value="0.5" />
<param name="laser_z_min_value" value = "-1.0" />
<param name="laser_z_max_value" value = "1.0" />



     <param name="map_multi_res_levels" value="2" />

    <param name="map_pub_period" value="2" />
    <param name="laser_min_dist" value="0.4" />
<param name="laser_max_dist" value="5.5" />
<param name="output_timing" value="false" />
<param name="pub_map_scanmatch_transform" value="true" />
<!--<param name="tf_map_scanmatch_transform_frame_name" value="scanmatcher_frame" />-->


    <!-- Map update parameters -->
<param name="update_factor_free" value="0.4"/>
<param name="update_factor_occupied" value="0.7" />    
<param name="map_update_distance_thresh" value="0.2"/>
<param name="map_update_angle_thresh" value="0.06" />

<!-- Advertising config --> 
    <param name="advertise_map_service" value="true"/>
    <param name**="scan_subscriber_queue_size" value="5"/>
<param name="scan_topic" value="scan"/>
</node>

<node pkg="tf" type="static_transform_publisher" name="base_to_laser_broadcaster" args="0 0 0 0 0 0 /base_link /laser 100"/>
  <node pkg="rviz" type="rviz" name="rviz" args="-d $(find hector_slam_launch)/rviz_cfg/mapping_demo.rviz"/>
</launch>

Command:

cd ~/catkin_make
catkin_make
roslaunch sick_tim view_sick.launch
roslaunch sick_tim hector_mapping_demo.launch

bag info:
path:        2018-10-18-11-51-00.bag
version:     2.0
duration:    31.8s
start:       Oct 18 2018 11:51:01.40 (1539834661.40)
end:         Oct 18 2018 11:51:33.15 (1539834693.15)
size:        79.0 MB
messages:    3253
compression: none [18/18 chunks]
types:       diagnostic_msgs/DiagnosticArray         [60810da900de1dd6ddd437c3503511da]
             dynamic_reconfigure/Config              [958f16a05573709014982821e6822580]
             dynamic_reconfigure/ConfigDescription   [757ce9d44ba8ddd801bb30bc456f946f]
             geometry_msgs/PoseStamped               [d3812c3cbc69362b77dc0b19b345f8f5]
             geometry_msgs/PoseWithCovarianceStamped [953b798c0f514ff060a53a3498ce6246]
             nav_msgs/MapMetaData                    [10cfc8a2818024d3248802c00c95f11b]
             nav_msgs/OccupancyGrid                  [3381f2d731d4076ec5c71b0759edbe4e]
             rosgraph_msgs/Log                       [acffd30cd6b6de30f120938c17c593fb]
             sensor_msgs/LaserScan                   [90c7ef2dc6895d81024acba2ac42f369]
             sensor_msgs/PointCloud                  [d8e9c3f5afbdd8a130fd1d2763945fca]
             tf2_msgs/TFMessage                      [94810edda583a504dfda3829e70d7eec]
topics:      /diagnostics                                    31 msgs    : diagnostic_msgs/DiagnosticArray        
             /map                                            17 msgs    : nav_msgs/OccupancyGrid                 
             /map_metadata                                    1 msg     : nav_msgs/MapMetaData                   
             /poseupdate                                    479 msgs    : geometry_msgs/PoseWithCovarianceStamped
             /rosout                                         17 msgs    : rosgraph_msgs/Log                       (5 connections)
             /rosout_agg                                      6 msgs    : rosgraph_msgs/Log                      
             /scan                                          474 msgs    : sensor_msgs/LaserScan                  
             /sick_tim571_2050101/parameter_descriptions      1 msg     : dynamic_reconfigure/ConfigDescription  
             /sick_tim571_2050101/parameter_updates           1 msg     : dynamic_reconfigure/Config             
             /slam_cloud                                    482 msgs    : sensor_msgs/PointCloud                 
             /slam_out_pose                                 474 msgs    : geometry_msgs/PoseStamped              
             /tf                                           1269 msgs    : tf2_msgs/TFMessage                      (2 connections)
             /tf_static

                                   1 msg     : tf2_msgs/TFMessage!

image description

2018-12-24 01:35:21 -0500 received badge  Scholar (source)
2018-11-16 01:24:46 -0500 commented answer AMCL + Laser Scan Matcher Crashing

WAIT WAT? sry i m new to ros i have the same issue but i dun understand the solution...pls give hlp mi more...

2018-11-12 01:16:49 -0500 commented question SearchDir angle change too large

hi can i ask how do u use the laser_scan_matcher? I face the error SearchDir angle change too large only when i accident

2018-11-07 01:04:09 -0500 commented answer Saving geotiff map in Hector_slam

Hi I am unable to execute the second command. Error is invalid user: "USER:GROUP". How can I solve this?

2018-11-06 19:15:33 -0500 received badge  Supporter (source)
2018-10-30 02:51:36 -0500 marked best answer Invoking :make -j2" fail and undefined reference to 'libusb

Hi I am working on hector_slam with sick_tim, sensor tim571 on a raspberry pi 3 B+. i have this error when catkin_make. After checking i realise my /home/ubuntu/catkin_ws/devel/lib/sick_tim/ file is empty. There is no libary files. How do i solve this?

command:

cd ~/catkin_ws/src

git clone https://github.com/uos/sick_tim.git

cd ~/catkin_ws/

catkin_make

Error:

 [ 38%] Linking CXX executable /home/ubuntu/catkin_ws/devel/lib/sick_tim/sick_tim310_1130000m01
[ 41%] Linking CXX executable /home/ubuntu/catkin_ws/devel/lib/sick_tim/sick_mrs1000
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_get_device_descriptor'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_get_config_descriptor'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_set_debug'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_close'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_init'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_detach_kernel_driver'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_open'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_release_interface'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_get_device_list'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_exit'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_unref_device'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_kernel_driver_active'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_ref_device'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_bulk_transfer'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_free_device_list'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_claim_interface'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_free_config_descriptor'
collect2: error: ld returned 1 exit status
sick_tim/CMakeFiles/sick_tim310_1130000m01.dir/build.make:141: recipe for target '/home/ubuntu/catkin_ws/devel/lib/sick_tim/sick_tim310_1130000m01' failed
make[2]: *** [/home/ubuntu/catkin_ws/devel/lib/sick_tim/sick_tim310_1130000m01] Error 1
CMakeFiles/Makefile2:1715: recipe for target 'sick_tim/CMakeFiles/sick_tim310_1130000m01.dir/all' failed
make[1]: *** [sick_tim/CMakeFiles/sick_tim310_1130000m01.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_get_device_descriptor'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_get_config_descriptor'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_set_debug'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_close'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_init'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_detach_kernel_driver'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_open'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_release_interface'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_get_device_list'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_exit'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_unref_device'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_kernel_driver_active'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_ref_device'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_bulk_transfer'
/home/ubuntu/catkin_ws/devel/lib/libsick_tim_3xx.so: undefined reference to `libusb_free_device_list'
/home ...
(more)
2018-10-30 02:42:59 -0500 commented question Invoking :make -j2" fail and undefined reference to 'libusb

yes i installed i just make a very stupid mistake :"""D i didnt clean the build space

2018-10-30 02:23:50 -0500 answered a question Invoking :make -j2" fail and undefined reference to 'libusb

I have solved this problem. Anyone that face similar problems may want to check out my Solution ^_^

2018-10-30 01:49:38 -0500 received badge  Popular Question (source)
2018-10-30 01:41:39 -0500 edited question Invoking :make -j2" fail and undefined reference to 'libusb

Invoking :make -j2" fail and undefined reference to 'libusb Hi I am working on hector_slam with sick_tim, sensor tim571

2018-10-30 00:29:22 -0500 received badge  Enthusiast
2018-10-29 22:21:29 -0500 edited question Invoking :make -j2" fail and undefined reference to 'libusb

Invoking :make -j2" fail after catkin_make Hi i have this error when catkin_make. How do i solve this? [ 38%] Linking

2018-10-29 20:36:48 -0500 edited question Invoking :make -j2" fail and undefined reference to 'libusb

Invoking :make -j2" fail after catkin_make Hi i have this error when catkin_make. How do i solve this? [ 38%] Linking

2018-10-29 20:36:13 -0500 edited question Invoking :make -j2" fail and undefined reference to 'libusb

Invoking :make -j2" fail after catkin_make Hi i have this error when catkin_make. How do i solve this? [ 38%] Linking C

2018-10-29 20:30:29 -0500 asked a question Invoking :make -j2" fail and undefined reference to 'libusb

Invoking :make -j2" fail after catkin_make Hi i have this error when catkin_make. How do i solve this?

2018-10-24 05:20:59 -0500 received badge  Famous Question (source)
2018-10-23 22:00:38 -0500 edited question RVIZ is unable to show the map from hector_slam

RVIZ is unable to show the map from hector_slam I do not have any errors. I am able to see the laserscan and it is able

2018-10-23 21:17:44 -0500 commented answer RVIZ is unable to show the map from hector_slam

I am using raspberry pi 3 B+ may i ask which OpenGL config did you use?

2018-10-22 09:58:51 -0500 received badge  Notable Question (source)
2018-10-22 09:15:01 -0500 edited question RVIZ is unable to show the map from hector_slam

RVIZ is unable to show the map from hector_slam I do not have any errors. I am able to see the laserscan and it is able

2018-10-22 08:18:50 -0500 commented question RVIZ is unable to show the map from hector_slam

the bottom one

2018-10-22 08:13:00 -0500 commented question RVIZ is unable to show the map from hector_slam

typo typo sry

2018-10-22 08:12:27 -0500 received badge  Popular Question (source)
2018-10-22 07:15:09 -0500 edited question RVIZ is unable to show the map from hector_slam

RVIZ is unable to show the map from hector_slam I do not have any errors. I am able to see the laserscan and it is able

2018-10-22 07:15:09 -0500 received badge  Editor (source)