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

MartensCedric's profile - activity

2022-07-15 04:12:56 -0500 received badge  Famous Question (source)
2022-07-15 04:12:56 -0500 received badge  Notable Question (source)
2022-07-15 04:12:56 -0500 received badge  Popular Question (source)
2022-05-03 03:56:41 -0500 received badge  Famous Question (source)
2022-05-03 03:56:41 -0500 received badge  Notable Question (source)
2021-03-30 16:14:41 -0500 received badge  Famous Question (source)
2021-03-30 16:14:41 -0500 received badge  Notable Question (source)
2020-08-16 01:00:43 -0500 received badge  Popular Question (source)
2020-07-09 16:30:07 -0500 answered a question "gz sdf -k file" completes check but makes Gazebo crash

Turns out the .dae file was invalid

2020-07-09 16:30:07 -0500 received badge  Rapid Responder (source)
2020-07-09 14:52:51 -0500 edited question "gz sdf -k file" completes check but makes Gazebo crash

"gz sdf -k file" completes check but makes Gazebo crash I have an URDF file. It's actually the clearpath husky with thes

2020-07-09 13:45:01 -0500 edited question "gz sdf -k file" completes check but makes Gazebo crash

"gz sdf -k file" completes check but makes Gazebo crash I have an URDF file. It's actually the clearpath husky with thes

2020-07-09 13:20:58 -0500 asked a question "gz sdf -k file" completes check but makes Gazebo crash

"gz sdf -k file" completes check but makes Gazebo crash I have an URDF file. It's actually the clearpath husky with thes

2020-06-29 04:13:01 -0500 received badge  Popular Question (source)
2020-06-26 12:52:20 -0500 asked a question ros::duration does not sleep the desired amount of time

ros::duration does not sleep the desired amount of time I have this code in ROS-Kinetic double time_left = time_require

2020-06-05 08:47:18 -0500 answered a question Subscribe to Rostopic from flask app

You have a few options : Import the functions of your listener script to have access to the data from your flask app.

2020-06-04 09:15:14 -0500 received badge  Enthusiast
2020-06-03 09:00:57 -0500 commented question How to include generated .h action files?

By adding add_dependencies(planner-server ${cuarl_rover_planner_EXPORTED_TARGETS}), I do solve this issue but now im get

2020-06-03 09:00:46 -0500 commented question How to include generated .h action files?

By adding add_dependencies(planner-server ${cuarl_rover_planner_EXPORTED_TARGETS}), I do solve this issue but now im get

2020-06-03 08:17:26 -0500 edited question How to include generated .h action files?

How to include generated .h action files? ifndef TRAJECTORYACTION_HPP #define TRAJECTORYACTION_HPP #include <ros/ro

2020-06-03 08:17:26 -0500 received badge  Editor (source)
2020-06-03 08:17:04 -0500 commented question How to include generated .h action files?

So I figured out my main issue, it was that I was looking into cuarl-rover-planner instead of cuarl_rover_planner, but I

2020-06-03 08:16:55 -0500 edited question How to include generated .h action files?

How to include generated .h action files? ifndef TRAJECTORYACTION_HPP #define TRAJECTORYACTION_HPP #include <ros/ro

2020-06-03 08:15:36 -0500 commented question How to include generated .h action files?

So I figured out my main issue, it was that I was looking into cuarl-rover-planner instead of cuarl_rover_planner, but I

2020-06-03 08:12:59 -0500 asked a question How to include generated .h action files?

How to include generated .h action files? #ifndef TRAJECTORYACTION_HPP #define TRAJECTORYACTION_HPP #include <ros/r

2020-05-28 12:29:31 -0500 commented answer QtCreator + ROS error: expected ‘:’ before ‘slots’

My issue is that this error happens in /opt/ros/kinetic/include/qt_gui_cpp/plugin_bridge.h:63: and I can't easily modify

2020-05-28 12:21:04 -0500 commented question QtCreator + ROS error: expected ‘:’ before ‘slots’

I have the same problem with Kinetic

2020-05-28 12:17:40 -0500 commented question Turn existing GUI into rqt plugin, errors in plugin_bridge.h

Was this solved? I'm getting the same error and can't figure out why :(

2020-05-28 12:15:22 -0500 received badge  Supporter (source)