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

julimen5's profile - activity

2020-07-20 10:05:47 -0500 received badge  Famous Question (source)
2020-05-28 13:09:06 -0500 received badge  Famous Question (source)
2019-05-20 01:52:10 -0500 marked best answer Raspberry Pi Catkin make

Hi there!

I'm trying to build my workspace with only hector_slam package inside in my new raspberry pi 3 with this http://www.german-robot.com/2016/05/2... OS (suggested by the ROS team) but every time I do catkin_make it freezes in differents %. Here you have the commands I already tried.

catkin_make catkin_make -j1 catkin_make_isolated

May be one of you can help me trying to build this workspace.

2019-02-12 17:30:44 -0500 received badge  Taxonomist
2018-07-16 18:53:50 -0500 received badge  Famous Question (source)
2018-06-27 15:29:34 -0500 received badge  Notable Question (source)
2018-06-27 15:29:34 -0500 received badge  Popular Question (source)
2018-05-15 09:10:47 -0500 received badge  Famous Question (source)
2018-04-04 18:48:11 -0500 asked a question Navigation with RVIZ

Navigation with RVIZ Hi guys, I'm using Hector navigation stack for the navigation of my own robot. I would like to use

2018-04-04 18:44:11 -0500 received badge  Popular Question (source)
2018-04-03 02:27:36 -0500 received badge  Notable Question (source)
2018-04-01 15:06:05 -0500 received badge  Popular Question (source)
2018-04-01 14:04:37 -0500 edited question Hector navigation RPLidar

Can't get path hector navigation Hi guys! I'm running this 3 lines roslaunch rplidar_ros view_slam.launch roslaunch hec

2018-03-30 14:02:46 -0500 asked a question Hector navigation RPLidar

Can't get path hector navigation Hi guys! I'm running this 3 lines roslaunch rplidar_ros view_slam.launch roslaunch hec

2018-03-26 17:34:20 -0500 received badge  Popular Question (source)
2018-03-24 16:31:14 -0500 commented question Costmap2DROS transform timeout.Could not get robot pose, cancelling reconfiguration

did you fix this? im having troubles too

2018-03-22 05:03:29 -0500 received badge  Popular Question (source)
2018-03-21 18:46:21 -0500 edited question Raspberry pi catkin make

catkin make build Hi everyone! I'm trying to build hector navaigation because I did not find it in the apt-get repositor

2018-03-21 16:45:00 -0500 asked a question Raspberry pi catkin make

catkin make build Hi everyone! I'm trying to build hector navaigation because I did not find it in the apt-get repositor

2018-03-20 14:00:58 -0500 received badge  Notable Question (source)
2018-03-20 12:52:03 -0500 edited question Costmap2DROS transform timeout

Costmap2DROS transform timeout Hi guys! I'm having some troubles with the navigation stuff of my own robot. When I run

2018-03-20 12:51:57 -0500 edited question Costmap2DROS transform timeout

Hector Navigation Hi guys! I'm having some troubles with the navigation stuff of my own robot. When I run roslaunch hec

2018-03-20 08:20:29 -0500 commented question Costmap2DROS transform timeout

sudo apt-get install ros-kinetic-hector-localization I don't know why it fails. When I do roscd hector-localization I ju

2018-03-20 08:20:15 -0500 commented question Costmap2DROS transform timeout

sudo apt-get install ros-kinetic-hector-localization I don't know why it fails. When I do roscd hector-localization I ju

2018-03-20 06:30:13 -0500 received badge  Popular Question (source)
2018-03-19 20:17:32 -0500 asked a question Hector Navigation

Hector Navigation Hi guys! I'm having some troubles with the navigation stuff of my own robot. When I run roslaunch hec

2018-03-19 20:17:30 -0500 asked a question Costmap2DROS transform timeout

Hector Navigation Hi guys! I'm having some troubles with the navigation stuff of my own robot. When I run roslaunch hec

2018-03-17 18:48:14 -0500 asked a question Hector-Navigation own robot

Hector-Navigation own robot I built my own hardware, I would like to know if someone has include hector-navigation or th

2018-02-09 16:25:38 -0500 commented question ROSBAG HECTOR-SLAM

Can someone help me?!?!?

2018-02-08 19:49:43 -0500 asked a question ROSBAG HECTOR-SLAM

ROSBAG HECTOR-SLAM Hi guys, I'm trying to record a hector-slam map with rosbag and then trying to reproduce it. The thi

2018-02-05 23:21:28 -0500 received badge  Notable Question (source)
2018-02-05 20:51:34 -0500 marked best answer Subscriber logic

Hi guys,

I'm stuck here now,

I have this common listener with a subscriber:

def listener():
    rospy.init_node('teleop_list', anonymous=True)

    rospy.Subscriber('key_vel', Twist, callback)

    # spin() simply keeps python from exiting until this node is stopped
    rospy.spin()

I want to know if there is a way to call the callback when no data is received (I already know the callback theory, when something happens the callback is triggered, and this is why I'm asking) or find a way to do something while the callback is not triggered

Ty

2018-02-05 20:51:30 -0500 commented answer Subscriber logic

I got it, with some mods but thank you!!!

2018-02-05 20:35:24 -0500 received badge  Popular Question (source)
2018-02-05 20:05:49 -0500 commented answer Subscriber logic

the thread is called the same time with the Subscriber def callback(data): # def listener(): #do smt def ma

2018-02-05 19:12:55 -0500 commented answer Subscriber logic

yeah, after think a bit and read the whole stackoverflow post I think i get it. Thank you!

2018-02-05 19:06:01 -0500 commented answer Subscriber logic

I can't imagine how can I connect what you are saing with the rospy.Subscriber. I have this: def callback(data): #d

2018-02-05 17:42:30 -0500 asked a question Subscriber logic

Subscriber logic Hi guys, I'm stuck here now, I have this common listener with a subscriber: def listener(): ro

2018-02-02 04:11:26 -0500 received badge  Popular Question (source)
2018-02-01 18:18:51 -0500 asked a question hector navigation

hector navigation Hello guys, Im trying to install hector navigation from source cloning https://github.com/tu-darmstad

2018-02-01 18:05:51 -0500 commented question hector_navigation on ROS Kinetic

Hi @bxl, did you install hector_navigation?

2018-01-23 16:11:38 -0500 commented answer RPLIDAR RVIZ

It works! Thank you!

2018-01-23 15:22:42 -0500 marked best answer RPLIDAR RVIZ

Hello guys!

My question is quite simple, i have been searching for 2 days and i couldn't find the answer.

I'm building my own robot, using RPi3 with a RPLidar and SLAM for mapping. How can I see the position of the robot (I can see the data and the map, but not where my robot is) , or at least the frame in the RViz output? I tried whit a lot of configs in the RViz control panel and nothing happend.

Here is the launch file I'm using right now.

<!--
  Used for visualising rplidar in action.

  It requires rplidar.launch.
 -->
<launch>
  <include file="$(find rplidar_ros)/launch/rplidar.launch" />
  <include file="$(find rplidar_ros)/launch/hectormapping.launch" />
  <node name="rviz" pkg="rviz" type="rviz" args="-d $(find rplidar_ros)/rviz/slam.rviz" />
</launch>

Tyy!!

2018-01-23 15:22:41 -0500 commented answer RPLIDAR RVIZ

This is what I am needing, I will find the way to do it. TY.