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

aziz's profile - activity

2018-06-23 12:28:29 -0500 received badge  Famous Question (source)
2017-10-31 07:57:17 -0500 received badge  Famous Question (source)
2017-10-31 07:57:17 -0500 received badge  Popular Question (source)
2017-10-31 07:57:17 -0500 received badge  Notable Question (source)
2017-02-19 23:51:35 -0500 received badge  Famous Question (source)
2016-11-15 04:54:52 -0500 received badge  Notable Question (source)
2016-11-15 04:54:52 -0500 received badge  Popular Question (source)
2016-06-30 13:21:04 -0500 received badge  Notable Question (source)
2016-06-09 07:11:32 -0500 commented answer draw the path with hector slam

its working , thank you a lot , you saved me

2016-06-08 06:02:59 -0500 commented answer draw the path with hector slam

no, I didn't . i don't see any path with rviz

2016-05-26 23:58:43 -0500 received badge  Famous Question (source)
2016-05-25 05:22:45 -0500 answered a question draw the path with hector slam

first i run the file of hokuyo and hector_mapping that i obtained here

https://github.com/DaikiMaekawa/hecto...

and than i run the launch file provided in the hector_mapping package

<launch> <arg name="trajectory_source_frame_name" default="/base_link"/> <arg name="trajectory_update_rate" default="4"/> <arg name="trajectory_publish_rate" default="0.25"/> <arg name="map_file_path" default="$(find hector_geotiff)/maps"/> <arg name="map_file_base_name" default="hector_slam_map"/>

<node pkg="hector_trajectory_server" type="hector_trajectory_server" name="hector_trajectory_server" output="screen"> </node>

<node pkg="hector_geotiff" type="geotiff_node" name="hector_geotiff_node" output="screen" launch-prefix="nice -n 15"> <remap from="map" to="/dynamic_map"/> </node>

</launch<>

2016-05-25 04:49:16 -0500 answered a question trajectory saving problem

hi, please how did you do to see the trajectory on rviz??

2016-05-24 14:13:08 -0500 commented answer draw the path with hector slam

I did what you told me but i still don't have the path, do i need to set any parameter on "geotiff_mapper.launch" file ?

2016-05-24 14:11:36 -0500 received badge  Notable Question (source)
2016-05-24 04:07:14 -0500 received badge  Enthusiast
2016-05-23 08:55:55 -0500 received badge  Popular Question (source)
2016-05-22 05:47:49 -0500 asked a question draw the path with hector slam

hello every one, I am using the hector slam with hokuyo. i do have have the map but i need to see the path of the robot on Rviz can anyone help me please

2016-05-20 01:42:00 -0500 received badge  Popular Question (source)
2016-05-19 05:57:03 -0500 asked a question Ira_laser_tools error

Hello every one i am using ira_laser_tools package to use two lasers but when i run the laserscan_multi_merger.launch i have this error

[pcl::concatenatePointCloud] Number of fields in cloud1 (5) != Number of fields in cloud2 (4)

anyone knows whers is the probleme and how solve it please

2016-05-18 12:44:36 -0500 asked a question shift LMS datas

Hello every one

I am using to lasers for hector slam, one in front and the other in the back and they are separated with distance of 90 cm. my question is how can I shift the LMS data to see the separation in rviz Thank you

2016-05-18 04:17:08 -0500 asked a question ira_laser_tools

hello every one,

I want to work with ira laser tools package ( https://github.com/iralabdisco/ira_la... ) to use two lasers at the same time (Hokuyo and LMS) with hector mapping i haved changed the launch file as follow

<launch> <node pkg="ira_laser_tools" name="laserscan_multi_merger" type="laserscan_multi_merger" output="screen"> </node> </launch>

i have also changed the name of topics in the lasers to (/scan0 and scan1) but when i have no datas in scan when i use "rostopic echo scan" and i do have datas in scan0 and scan1 and i have also a pproblem with destination frame and cloud_destination topic . i dont know what to put there

could you please help me to solve the probleme

2016-05-17 07:04:49 -0500 asked a question two lasers with hector slam

Hello every one

I am new with ROS i want to use to lasers with hector slam ( hokuyo and LMS) at the same time . i alreandy changed the name of the topics to scan0 and scan1

but the hector slam node is subscribed to "scan", do i need to change the names of the variables (what ares the variables that are sent to scan0 and scan1) and than i send them to scan otherwise how can i create a node to subsrcibe in two topics and than send assiciate the datas and send them back to scan

thank you .