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

martimorta's profile - activity

2022-07-22 07:49:06 -0500 commented answer ROS2 python launch, how to forward launch arguments to xacro models

I had done it calling xacro and storing the urdf file temporarily, this solution is neater!

2022-07-21 04:29:11 -0500 commented answer Colcon build fail, rclpy

Hi, did rebuilding the workspace as indicated in the link fix the problem? If not and you fixed the issue, could you edi

2022-07-21 04:23:03 -0500 commented question Type safe logging

Hi, have a look at this thread in ROS discourse, it might be useful https://discourse.ros.org/t/ros2-logging-using-fmt/2

2021-08-16 03:33:07 -0500 edited question Why can't my URDF be like my SDF in rviz?

Why can't my UDFR be like my SDF in rviz? (REALLY LONG POST) So, basically...I learned that ROS2 foxy does not support S

2021-04-02 05:48:59 -0500 answered a question Delay a ROS Topic by a certain amount of time

Hi, If your simulation is constantly outputting data, you can reduce the throughput dropping messages using topic_tools

2020-10-19 16:15:41 -0500 commented question [realsense-camera] Can't launch ros package realsense2_camera and librealsense from IntelĀ® RealSense SDK at the same time

You can't use them simultaneously but can you use the Intel SDK without connecting to the camera?

2020-10-18 11:43:23 -0500 commented answer [RVIZ2] Load configuration at launch

Hi, Have you tried the same from a launch file? This doesn't work for me: Node(package='rviz2', executable='rviz2', nam

2020-09-13 04:18:49 -0500 commented question Does roscore gets shut down after hitting CTRL-C if started by roslaunch

Hi, I haven't seen this behaviour before unless there was a roscore already running. Can you add more information about

2019-10-11 03:46:38 -0500 commented question rtabmap low fps

well, if you don't move the camera it will be difficult to close any loop. I would suggest to try to understand what you

2019-10-11 01:39:08 -0500 commented question rtabmap low fps

Have you tried changing the argument rate, which is currently at 1.0, I suppose Hz ? Have you tried moving the camera ar

2019-10-11 01:36:59 -0500 commented question rtabmap low fps

Have you tried changing the argument rate, which is currently at 1.0, I suppose Hz ?

2019-10-10 02:30:16 -0500 commented question rtabmap low fps

Can you please be a bit more precise with how it freezes, which parameter configuration, which nodes from rtabmap are yo

2019-09-23 02:46:38 -0500 received badge  Great Answer (source)
2019-09-23 02:46:38 -0500 received badge  Guru (source)
2019-06-27 15:09:43 -0500 commented question Multiple Machines connected to local network, not working

just use export ROS_MASTER_URI=http://tegra:11311 and the file is .bashrc (in the post says .bashsrc)

2019-06-27 06:48:26 -0500 commented answer moveit_tutorials kinetic error

Follow the instructions on this link to update the repository keys https://discourse.ros.org/t/security-issue-on-ros-bui

2019-06-25 15:10:12 -0500 commented question Multiple Machines connected to local network, not working

Try not using ROS_IP and ROS_HOSTNAME http://wiki.ros.org/ROS/EnvironmentVariables#ROS_IP.2BAC8-ROS_HOSTNAME

2019-06-10 07:25:24 -0500 received badge  Organizer (source)
2019-01-22 12:52:48 -0500 received badge  Great Answer (source)
2019-01-22 12:52:48 -0500 received badge  Guru (source)
2018-07-27 06:04:47 -0500 edited question mongodb_store mongodb_server.py Exit code=48

mongodb_store mongodb_server.py Exit code=48 Guys, I am planning to record topics with mongodb_store package but i am ge

2018-07-27 06:04:32 -0500 edited question mongodb_store mongodb_server.py Exit code=48

Guys, I am planning to record topics with mongodb_store package but i am getting this error on executing rosrun mongodb_

2016-11-09 10:19:07 -0500 received badge  Good Answer (source)
2016-05-31 08:45:11 -0500 received badge  Great Question (source)
2015-11-02 01:56:26 -0500 marked best answer Several died after update ros-fuerte-navigation version 1.8.3

Dear Ros community,

After the last update in ros fuerte, move_base and map_server die after launch them with launch apps [1][2] that used to work properly.

They doesn't give much information, for instance:

[move_base-3] process has died [pid 10283, exit code -4, [...]

I tried to find a solution and I haven't found any.

This is the configuration of the system:

  • Ubuntu 12.04 64bit
  • ROS Fuerte
  • ros-fuerte-navigation 1.8.3-s1367591379~precise

Has anybody found a similar problem? or have a clue of a possible problem/solution?

Thanks in advance,

see you saturday!

[1] http://devel.iri.upc.edu/pub/labrobotica/ros/iri-ros-pkg/stacks/iri_teaching/upc_mobrob/launch/fuerte/sim_stage_navigation.launch

[2] http://devel.iri.upc.edu/pub/labrobotica/ros/iri-ros-pkg/stacks/iri_teaching/upc_mobrob/launch/fuerte/sim_move_base.launch

2015-04-21 05:10:10 -0500 received badge  Popular Question (source)
2015-04-21 05:10:10 -0500 received badge  Famous Question (source)
2015-04-21 05:10:10 -0500 received badge  Notable Question (source)
2015-03-31 16:30:28 -0500 received badge  Nice Answer (source)
2015-01-26 16:11:45 -0500 received badge  Good Answer (source)
2014-07-21 12:05:08 -0500 marked best answer What is the difference between geometry and tf quaternions?

I am trying to create a geometry_msgs::Quaternion from two other (to create an Odometry message). I've found that tf::Quaternion is a btQuaternion but it is not a geometry_msgs one. I would like to know which is the difference and how can I work if I only have geometry_msgs::Quaternion inputs and outputs. Thanks!

2014-07-10 10:48:59 -0500 commented answer passthrough filter error

I think I will be able to fix it tomorrow, anyway I gave an "up" to your question so you have +10 points :)

2014-07-10 10:07:20 -0500 commented answer passthrough filter error

I meant this one (yours) which has the correct code

2014-07-10 09:44:27 -0500 commented answer passthrough filter error

Great :) Please mark it as correct :) Thanks!

2014-07-10 05:00:26 -0500 commented question roslaunch syntax highlight for qt creator

I am not using qt creator but roslaunch is XML

2014-07-09 10:22:07 -0500 commented answer passthrough filter error
2014-07-09 08:00:41 -0500 answered a question passthrough filter error

I think cloud_filtered should be pointer (not 100% sure though):

pcl::PCLPointCloud2::Ptr cloud_filtered
2014-07-08 01:05:17 -0500 answered a question Make sure geometry_msgs::Twist or cmd_vel units

Hi,

Units are in SI, so the units in the Twist message are, as you say, m/s and rad/s.

You can have a look at REP 103:Standard Units of Measure and Coordinate Conventions

2014-07-04 08:13:39 -0500 answered a question what is algorithm for find path planner

Have a look at move_base documentation and tutorials they will answer your questions.

2014-07-04 05:13:03 -0500 received badge  Necromancer (source)
2014-07-04 03:27:46 -0500 commented answer How can I use LMS5xx with sicktoolbox2?

by highly recommend I mean "JUST DO IT" @Rodolfo @yajaniaj

2014-07-04 03:26:00 -0500 answered a question How can I use LMS5xx with sicktoolbox2?

You should use Catkin to compile this package.

I highly recommend you to do at least the beginner tutorials :)

2014-07-04 03:20:45 -0500 commented answer How can I show two lasers in rviz (one of them in different position)?

From your launch file, your static transform has wrong child and parent frame_ids, check out my example. (You don't need a frequency of 1000Hz either)