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

Teo Cardoso's profile - activity

2022-03-03 05:12:03 -0500 commented question OSError: [Errno 13] Permission denied: '/catkin_generated'

I had two find_package(catkin REQUIRED ...) at the same CMakeLists.txt, when I removed one the error stopped.

2022-02-24 12:07:18 -0500 commented question Communication between two machines with differents networks

Did you check if your PC Firewall is blocking the msgs? sudo ufw disable

2021-08-08 01:52:29 -0500 answered a question how to connect to ros master running on rasberry pi

I believe these tutorials are all you need ( Network Setup, Multiple Machines ), however, if you need anything more comm

2021-08-08 01:52:29 -0500 received badge  Rapid Responder (source)
2021-07-15 19:55:55 -0500 answered a question When we use ROS Navigation Stack for Path Planning, then in which launch file we insert the kinematic model mathematical equations??

Always keep tuned in the package wiki ( http://wiki.ros.org/navigation ) ROS Navigation - MoveBase As you can see the

2021-07-15 19:55:55 -0500 received badge  Rapid Responder (source)
2021-07-15 19:43:59 -0500 answered a question Is there a way to subscribe to different topics at the same time in rospy?

You could just create the subscriber inside a class and use a member variable to save them in the correct order or use t

2021-07-15 19:43:59 -0500 received badge  Rapid Responder (source)
2021-07-15 19:35:24 -0500 received badge  Rapid Responder (source)
2021-07-15 19:35:24 -0500 answered a question How to visualise a driven path?

Before running the rosbag play try this (roscore must be running): rosparam set /use_sim_time true and then run the h

2021-07-15 19:27:41 -0500 received badge  Rapid Responder (source)
2021-07-15 19:27:41 -0500 answered a question Odometry causing a segmentation error

Change this code to: void ODOM::encoders_sub_callback(sensor_msgs::JointState msg){ if (msg.velocity.size() < 2)

2021-07-15 09:07:06 -0500 commented question Fuse /odom with IMU from RealSense d435i

Try to set the imu0_config with angular velocity x,y, and z to true. And tell me if this changes something. And activate

2021-07-15 09:06:06 -0500 commented question Fuse /odom with IMU from RealSense d435i

Try to set the imu0_config with angular velocity x,y, and z to true. And tell me if this changes something.

2021-07-15 08:20:43 -0500 commented question Fuse /odom with IMU from RealSense d435i

Could you show us the settings of the robot localization and how you calculate the covariances? Because the problem with

2021-03-22 09:00:09 -0500 received badge  Famous Question (source)
2021-02-22 22:58:49 -0500 received badge  Nice Answer (source)
2020-11-25 13:22:05 -0500 received badge  Notable Question (source)
2020-10-22 19:10:21 -0500 commented question I am new to ROS and I am working with ROS Kinetic C++ publisher and subscriber. I was able to follow the ROS wiki tutorial for publisher and subscriber for a normal msg and also image.

Your question is not well-formatted and maybe is not including important elements to a good answer. Could be interesting

2020-10-22 19:10:04 -0500 commented question I am new to ROS and I am working with ROS Kinetic C++ publisher and subscriber. I was able to follow the ROS wiki tutorial for publisher and subscriber for a normal msg and also image.

Your question is not well-formatted and maybe is not including important elements to a good answer. Could be interesting

2020-10-22 19:04:05 -0500 commented answer Measuring topic reading rate

Just adding to this answer, if what you want to do is measure how faster your callback is running, you could in the firs

2020-10-21 04:07:06 -0500 received badge  Popular Question (source)
2020-10-20 18:29:04 -0500 asked a question How check if TF's data are being used?

How check if TF's data are being used? I would like to know if there is some way to check if a TF's data are being used

2020-10-15 06:58:28 -0500 answered a question URDF Roll,Pitch,Yaw giving weird results

The following origin of joint configuration solves your problem. <origin xyz="0 0 0" rpy="1.5707 0 1.5707/> A

2020-10-15 06:58:28 -0500 received badge  Rapid Responder (source)
2020-08-16 11:44:22 -0500 commented question Apriltag_ros 'no image received'

Could you show the rqt_graph in the moment you run the bag?

2020-08-15 21:59:42 -0500 commented question Linking OpenCV library (ROS2, C++)

Are you linking the OpenCV library in the 'target_link_libraries' section?

2020-08-15 21:56:28 -0500 commented question how can i save rostopic in array?

I would recommend you to use vector instead. Something like: std::vector<geometry_msgs::pointstamped>

2020-08-03 15:42:41 -0500 commented question c++ advertizer: expected primary-expression before ‘>’ token

Did you change your cmakelist c++ compiler version? ( add_compile_options(-std=c++11) )

2020-07-18 07:38:24 -0500 received badge  Student (source)
2020-07-18 07:38:12 -0500 marked best answer New Project! New ROS? Which ROS should I use?

Hello, I am beginning a new robotics project this Year.

This is my last year in the Univesity and to complete this journey I must build a “Rhex Robot”. And was chosen the ROS, because we already have experience using ROS so it is the best option. However, Which ROS is recommended for this kind of project?

Kinetic ( We used to use this one. ).

Melodic.

Or go ahead into ROS2 ( It is good for “beginners” [ NO PRO YET ] already? )

2020-07-17 21:44:33 -0500 commented question Write a ROS subscriber

Which errors pops up? Reading your question, straight away I see you're not using the package namespace before the messa

2020-07-17 21:44:17 -0500 commented question Write a ROS subscriber

Which errors pops up? Reading your question, straight away I see you're not using the package namespace before the messa

2020-07-17 21:43:56 -0500 commented question Write a ROS subscriber

Which errors pops up? Reading your question, straight away I see you're not using the package namespace before the messa

2020-07-17 21:39:53 -0500 commented question Write a ROS subscriber

Which errors pops up?

2020-07-11 13:12:28 -0500 answered a question Issues building transform broadcaster code

In the files 'tf_listener.cpp.odt' and 'tf_broadcaster.cpp.odt'. Remove the '.odt' from the name. The file name should

2020-07-07 08:57:46 -0500 commented question Issues building transform broadcaster code

When I made the first comment I was aiming to see your folder struct because this error can be caused by missing files o

2020-07-07 08:57:33 -0500 commented question Issues building transform broadcaster code

When I made the first comment I was aiming to see your folder struct because this error can be caused by missing files o

2020-06-30 11:36:08 -0500 commented question Issues building transform broadcaster code

Could you update with the folder struct of the folders using the command "tree" (sudo apt install tree). In the package

2020-06-30 11:27:50 -0500 commented question how to fuse (IMU + Odometry+ Laserscan) using robot_localization package

To make it simple, could you express explicit your question? "How to" questions usually is a big question. Could you be

2020-06-30 10:47:21 -0500 commented question rosserial lost sync error

I don't know why, but when I used Float64 with rosserial I always get a lost sync error, however, when changing it to Fl

2020-06-30 10:47:02 -0500 commented question rosserial lost sync error

I don't know why, but when I used Float64 with rosserial I always get a lost sync error, however, when changing it to Fl

2020-06-27 02:38:02 -0500 commented question Robot_localization - Could not transform measurement into base_link

Try to change it, and see what happens.

2020-06-26 16:19:25 -0500 received badge  Autobiographer
2020-06-26 12:06:01 -0500 commented question Robot_localization - Could not transform measurement into base_link

The frame_id in the header of the /Camera_estimation topic is erlecopter/imu_link?

2020-06-25 18:02:13 -0500 commented question Custom message header not found C++

To include the message you use the header file, not the message file. You should use something like: #include "my_packa

2020-06-25 18:01:18 -0500 commented question Custom message header not found C++

To include the message you use the header file, not the message file. You should use something like: #include "my_packa

2020-06-25 17:33:36 -0500 commented question Custom message header not found C++

How are you trying to include the file in the code? Could you check in the devel/include/{package_name} folder if there

2020-06-25 16:10:22 -0500 edited answer TF transform unknown_publisher

You're running the node using the Quaternion Form. You're using seven arguments before link names, so you are setting al

2020-06-25 16:08:28 -0500 answered a question TF transform unknown_publisher

You're running the node using the Quaternion Form. You're using seven arguments before link names, so you are setting al